Package zombie.erosion
Class ErosionRegions
java.lang.Object
zombie.erosion.ErosionRegions
public class ErosionRegions
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ErosionRegions.Region
-
Field Summary
Fields Modifier and Type Field Description static int
CATEGORY_BUSH
static int
CATEGORY_FLOWERBED
static int
CATEGORY_GENERIC
static int
CATEGORY_PLANTS
static int
CATEGORY_STREET_CRACKS
static int
CATEGORY_TREES
static int
CATEGORY_WALL_CRACKS
static int
CATEGORY_WALL_VINES
static int
REGION_FLOWERBED
static int
REGION_NATURE
static int
REGION_STREET
static int
REGION_WALL
static java.util.ArrayList
regions
-
Constructor Summary
Constructors Constructor Description ErosionRegions()
-
Method Summary
Modifier and Type Method Description static ErosionCategory
getCategory(int int1, int int2)
static void
init()
static void
Reset()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
REGION_NATURE
public static final int REGION_NATURE- See Also:
- Constant Field Values
-
CATEGORY_TREES
public static final int CATEGORY_TREES- See Also:
- Constant Field Values
-
CATEGORY_BUSH
public static final int CATEGORY_BUSH- See Also:
- Constant Field Values
-
CATEGORY_PLANTS
public static final int CATEGORY_PLANTS- See Also:
- Constant Field Values
-
CATEGORY_GENERIC
public static final int CATEGORY_GENERIC- See Also:
- Constant Field Values
-
REGION_STREET
public static final int REGION_STREET- See Also:
- Constant Field Values
-
CATEGORY_STREET_CRACKS
public static final int CATEGORY_STREET_CRACKS- See Also:
- Constant Field Values
-
REGION_WALL
public static final int REGION_WALL- See Also:
- Constant Field Values
-
CATEGORY_WALL_VINES
public static final int CATEGORY_WALL_VINES- See Also:
- Constant Field Values
-
CATEGORY_WALL_CRACKS
public static final int CATEGORY_WALL_CRACKS- See Also:
- Constant Field Values
-
REGION_FLOWERBED
public static final int REGION_FLOWERBED- See Also:
- Constant Field Values
-
CATEGORY_FLOWERBED
public static final int CATEGORY_FLOWERBED- See Also:
- Constant Field Values
-
regions
public static java.util.ArrayList regions
-
-
Constructor Details
-
ErosionRegions
public ErosionRegions()
-
-
Method Details
-
getCategory
-
init
public static void init() -
Reset
public static void Reset()
-