Class ClaimedByPlayerImpl

java.lang.Object
sawfowl.regionguard.implementsapi.data.ClaimedByPlayerImpl
All Implemented Interfaces:
org.spongepowered.api.data.persistence.DataSerializable, ClaimedByPlayer

public class ClaimedByPlayerImpl extends Object implements ClaimedByPlayer
  • Constructor Details

    • ClaimedByPlayerImpl

      public ClaimedByPlayerImpl()
  • Method Details

    • builder

      public ClaimedByPlayer.Builder builder()
    • getBlocks

      public Long getBlocks()
      Specified by:
      getBlocks in interface ClaimedByPlayer
    • getRegions

      public Long getRegions()
      Specified by:
      getRegions in interface ClaimedByPlayer
    • setBlocks

      public ClaimedByPlayer setBlocks(long limit)
      Specified by:
      setBlocks in interface ClaimedByPlayer
    • setRegions

      public ClaimedByPlayer setRegions(long limit)
      Specified by:
      setRegions in interface ClaimedByPlayer
    • contentVersion

      public int contentVersion()
      Specified by:
      contentVersion in interface org.spongepowered.api.data.persistence.DataSerializable
    • toContainer

      public org.spongepowered.api.data.persistence.DataContainer toContainer()
      Specified by:
      toContainer in interface org.spongepowered.api.data.persistence.DataSerializable