Interface FlagConfig

All Superinterfaces:
org.spongepowered.api.data.persistence.DataSerializable
All Known Implementing Classes:
FlagConfigImpl

public interface FlagConfig extends org.spongepowered.api.data.persistence.DataSerializable
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    static FlagConfig
    of(@NotNull String name, @NotNull FlagSettings settings)
    Build a flag configuration with the specified name and parameters.

    Methods inherited from interface org.spongepowered.api.data.persistence.DataSerializable

    contentVersion, toContainer
  • Method Details

    • of

      static FlagConfig of(@NotNull @NotNull String name, @NotNull @NotNull FlagSettings settings)
      Build a flag configuration with the specified name and parameters.
    • getName

      String getName()
    • getSettings

      FlagSettings getSettings()