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 name, String type, int x, int y, int z, int _width, int _height, ZoneGeometryType geometryType, gnu.trove.list.array.TIntArrayList points, int polylineWidth) -
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 arg0, String arg1, int arg2, int arg3, int arg4, int arg5, int arg6, ZoneGeometryType arg7, gnu.trove.list.array.TIntArrayList arg8, int arg9)