Package com.griefdefender.api.claim
Interface SnapshotApplySettings.Builder
- Enclosing interface:
SnapshotApplySettings
public static interface SnapshotApplySettings.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()claimApplyType(ApplyType type) optionApplyType(ApplyType type) permissionApplyType(ApplyType type) reset()trustApplyType(ApplyType type)
-
Method Details
-
getClaimApplyType
ApplyType getClaimApplyType() -
getOptionApplyType
ApplyType getOptionApplyType() -
getPermissionApplyType
ApplyType getPermissionApplyType() -
getTrustApplyType
ApplyType getTrustApplyType() -
claimApplyType
-
optionApplyType
-
permissionApplyType
-
trustApplyType
-
reset
SnapshotApplySettings.Builder reset() -
build
SnapshotApplySettings build()
-