Class CreateModeTypes
java.lang.Object
com.griefdefender.api.permission.option.type.CreateModeTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CreateModeTypeRepresents an area cuboidCreateModeType.static final CreateModeTypeRepresents an undefinedCreateModeType.static final CreateModeTypeRepresents a volume cuboidCreateModeType. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UNDEFINED
Represents an undefinedCreateModeType. -
AREA
Represents an area cuboidCreateModeType. -
VOLUME
Represents a volume cuboidCreateModeType.
-
-
Constructor Details
-
CreateModeTypes
public CreateModeTypes()
-