Class FlagConfigImpl

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

public class FlagConfigImpl extends Object implements FlagConfig
  • Constructor Details

    • FlagConfigImpl

      public FlagConfigImpl()
  • Method Details

    • builder

      public FlagConfig.Builder builder()
    • 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
    • getName

      public String getName()
      Specified by:
      getName in interface FlagConfig
    • getSettings

      public FlagSettings getSettings()
      Specified by:
      getSettings in interface FlagConfig