Class FlagContainer

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,IFlag>
de.z0rdak.yawp.core.flag.FlagContainer
All Implemented Interfaces:
IFlagContainer, INbtSerializable<net.minecraft.nbt.CompoundTag>, Serializable, Cloneable, Map<String,IFlag>

public class FlagContainer extends HashMap<String,IFlag> implements IFlagContainer
Represents a simple map holding the flag values to the corresponding flag names for a region and providing methods handling the flags.
[Key] FlagName -> [Value] IFlag
E.g. "break_blocks" -> BooleanFlag {"value": false, ...}
See Also: