Package com.griefdefender.api.claim
Class ShovelTypes
java.lang.Object
com.griefdefender.api.claim.ShovelTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ShovelTypeRepresents a shovel type that supports creatingClaimTypes.ADMINclaims.static final ShovelTypeRepresents a shovel type that supports creatingClaimTypes.BASICclaims.static final ShovelTypeRepresents a shovel type that supports restoring claims.static final ShovelTypeRepresents a shovel type that supports creatingClaimTypes.SUBDIVISIONclaims.static final ShovelTypeRepresents a shovel type that supports creatingClaimTypes.TOWNclaims. -
Method Summary
-
Field Details
-
ADMIN
Represents a shovel type that supports creatingClaimTypes.ADMINclaims. -
BASIC
Represents a shovel type that supports creatingClaimTypes.BASICclaims. -
SUBDIVISION
Represents a shovel type that supports creatingClaimTypes.SUBDIVISIONclaims. -
TOWN
Represents a shovel type that supports creatingClaimTypes.TOWNclaims. -
RESTORE
Represents a shovel type that supports restoring claims.
-