Package com.griefdefender.api.claim
Class ClaimVisualTypes
java.lang.Object
com.griefdefender.api.claim.ClaimVisualTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClaimVisualTypeRepresents a claim visual type used forClaimTypes.ADMIN.static final ClaimVisualTypeRepresents a claim visual type used forClaimTypes.BASIC.static final ClaimVisualTypeRepresents the default claim visual type.static final ClaimVisualTypeRepresents a claim visual type used when an error occurs such as a claim overlapping.static final ClaimVisualTypeRepresents a claim visual type used forClaimTypes.PLOT.static final ClaimVisualTypeRepresents a claim visual type used to visualize a section of blocks selected for restore.static final ClaimVisualTypeRepresents a claim visual type used forClaimTypes.SUBDIVISION.static final ClaimVisualTypeRepresents a claim visual type used forClaimTypes.TOWN. -
Method Summary
-
Field Details
-
ADMIN
Represents a claim visual type used forClaimTypes.ADMIN. -
BASIC
Represents a claim visual type used forClaimTypes.BASIC. -
DEFAULT
Represents the default claim visual type. -
ERROR
Represents a claim visual type used when an error occurs such as a claim overlapping. -
PLOT
Represents a claim visual type used forClaimTypes.PLOT. -
RESTORE
Represents a claim visual type used to visualize a section of blocks selected for restore. -
SUBDIVISION
Represents a claim visual type used forClaimTypes.SUBDIVISION. -
TOWN
Represents a claim visual type used forClaimTypes.TOWN.
-