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 ZoneGeometryTypeReturns 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 name, String type, int x, int y, int z, int w, int h, ZoneGeometryType geometryType, gnu.trove.list.array.TIntArrayList points, int polylineWidth)