Package xyz.calcugames.levelz
Interface Keywords
public interface Keywords
Utility class for LevelZ File Keywords
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The beginning of a comment.static final char
The beginning of a comment.static final String
The default coordinates for a 2D Levelstatic final String
The default coordinates for a 3D Levelstatic final String
Marks the end of the filestatic final String
Marks the end of the header section
-
Field Details
-
HEADER_END
Marks the end of the header section- See Also:
-
END
Marks the end of the file- See Also:
-
DEFAULT_COORDINATE_2D
The default coordinates for a 2D Level- See Also:
-
DEFAULT_COORDINATE_3D
The default coordinates for a 3D Level- See Also:
-
COMMENT_CHAR
static final char COMMENT_CHARThe beginning of a comment.- See Also:
-
COMMENT
The beginning of a comment.- See Also:
-