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()
int
setBlocks
(long limit) setRegions
(long limit) org.spongepowered.api.data.persistence.DataContainer
-
Constructor Details
-
ClaimedByPlayerImpl
public ClaimedByPlayerImpl()
-
-
Method Details
-
builder
-
getBlocks
- Specified by:
getBlocks
in interfaceClaimedByPlayer
-
getRegions
- Specified by:
getRegions
in interfaceClaimedByPlayer
-
setBlocks
- Specified by:
setBlocks
in interfaceClaimedByPlayer
-
setRegions
- Specified by:
setRegions
in interfaceClaimedByPlayer
-
contentVersion
public int contentVersion()- Specified by:
contentVersion
in interfaceorg.spongepowered.api.data.persistence.DataSerializable
-
toContainer
public org.spongepowered.api.data.persistence.DataContainer toContainer()- Specified by:
toContainer
in interfaceorg.spongepowered.api.data.persistence.DataSerializable
-