Expand description
ZoneType — game zone types.
Mirrors Java’s ZoneType.java.
The core enum lives in forge_foundation::ZoneType; this module
re-exports it and adds zone-module-specific helper functions.
Enums§
- Zone
Type - Game zones. Mirrors Java
ZoneType.
Functions§
- is_
hidden - Whether this zone holds hidden information.
Mirrors Java’s
ZoneType.isHidden(). - is_
known - Whether this zone holds known (public) information.
Mirrors Java’s
ZoneType.isKnown(). - list_
value_ of - Parse a comma/space-separated list of zone types.
“All” returns the standard set of zones.
Mirrors Java’s
ZoneType.listValueOf(). - smart_
value_ of - Parse a zone type from a string.
Mirrors Java’s
ZoneType.smartValueOf().