Package sawfowl.regionguard.api.data
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 -
Method Summary
Modifier and TypeMethodDescriptiongetName()
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
Build a flag configuration with the specified name and parameters. -
getName
String getName() -
getSettings
FlagSettings getSettings()
-