Uses of Enum Class
zombie.iso.zones.ZoneGeometryType
Packages that use ZoneGeometryType
-
Uses of ZoneGeometryType in zombie.iso
Methods in zombie.iso with parameters of type ZoneGeometryTypeModifier and TypeMethodDescriptionIsoMetaGrid.registerZone
(String string0, String string1, int int0, int int1, int int2, int int3, int int4, ZoneGeometryType zoneGeometryType, gnu.trove.list.array.TIntArrayList tIntArrayList, int int5) -
Uses of ZoneGeometryType in zombie.iso.zones
Subclasses with type arguments of type ZoneGeometryType in zombie.iso.zonesFields in zombie.iso.zones declared as ZoneGeometryTypeMethods in zombie.iso.zones that return ZoneGeometryTypeModifier and TypeMethodDescriptionstatic ZoneGeometryType
Returns the enum constant of this class with the specified name.static ZoneGeometryType[]
ZoneGeometryType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in zombie.iso.zones with parameters of type ZoneGeometryTypeModifierConstructorDescriptionZone
(String string0, String string1, int int0, int int1, int int2, int int3, int int4, ZoneGeometryType zoneGeometryType, gnu.trove.list.array.TIntArrayList tIntArrayList, int int5)