Class ClaimedByPlayerImpl
java.lang.Object
sawfowl.regionguard.implementsapi.data.ClaimedByPlayerImpl
- All Implemented Interfaces:
org.spongepowered.api.data.persistence.DataSerializable,ClaimedByPlayer
-
Nested Class Summary
Nested classes/interfaces inherited from interface sawfowl.regionguard.api.data.ClaimedByPlayer
ClaimedByPlayer.Builder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()intsetBlocks(long limit) setRegions(long limit) org.spongepowered.api.data.persistence.DataContainer
-
Constructor Details
-
ClaimedByPlayerImpl
public ClaimedByPlayerImpl()
-
-
Method Details
-
builder
-
getBlocks
- Specified by:
getBlocksin interfaceClaimedByPlayer
-
getRegions
- Specified by:
getRegionsin interfaceClaimedByPlayer
-
setBlocks
- Specified by:
setBlocksin interfaceClaimedByPlayer
-
setRegions
- Specified by:
setRegionsin interfaceClaimedByPlayer
-
contentVersion
public int contentVersion()- Specified by:
contentVersionin interfaceorg.spongepowered.api.data.persistence.DataSerializable
-
toContainer
public org.spongepowered.api.data.persistence.DataContainer toContainer()- Specified by:
toContainerin interfaceorg.spongepowered.api.data.persistence.DataSerializable
-