| Class | Description |
|---|---|
| BooleanFlag |
A boolean flag.
|
| CommandStringFlag |
Stores a command/
|
| DoubleFlag |
Stores doubles.
|
| EntityTypeFlag |
Stores an entity type.
|
| EnumFlag<T extends java.lang.Enum<T>> |
Stores an enum value.
|
| Flag<T> |
A flag carries extra data on a region.
|
| FlagContext | |
| FlagContext.FlagContextBuilder | |
| Flags |
The flags that are used in WorldGuard.
|
| FlagUtil | |
| GameModeTypeFlag | |
| IntegerFlag |
Stores an integer.
|
| LocationFlag | |
| MapFlag<K,V> |
Stores a key value map of typed
Flags. |
| RegionGroupFlag |
Stores a region group.
|
| RegistryFlag<T extends com.sk89q.worldedit.registry.Keyed> | |
| SetFlag<T> |
Stores a set of types.
|
| StateFlag |
Stores a bi-state value.
|
| StringFlag |
Stores a string.
|
| TimestampFlag |
Stores a timestamp.
|
| VectorFlag |
Stores a vector.
|
| WeatherTypeFlag |
| Enum | Description |
|---|---|
| RegionGroup |
A grouping of region membership types.
|
| StateFlag.State |
| Exception | Description |
|---|---|
| InvalidFlagFormat |