Package zombie.erosion
Class ErosionRegions
java.lang.Object
zombie.erosion.ErosionRegions
public final class ErosionRegions
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classErosionRegions.Region -
Field Summary
Fields Modifier and Type Field Description static intCATEGORY_BUSHstatic intCATEGORY_FLOWERBEDstatic intCATEGORY_GENERICstatic intCATEGORY_PLANTSstatic intCATEGORY_STREET_CRACKSstatic intCATEGORY_TREESstatic intCATEGORY_WALL_CRACKSstatic intCATEGORY_WALL_VINESstatic intREGION_FLOWERBEDstatic intREGION_NATUREstatic intREGION_STREETstatic intREGION_WALLstatic java.util.ArrayListregions -
Constructor Summary
Constructors Constructor Description ErosionRegions() -
Method Summary
Modifier and Type Method Description static ErosionCategorygetCategory(int int1, int int2)static voidinit()static voidReset()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 final java.util.ArrayList regions
-
-
Constructor Details
-
ErosionRegions
public ErosionRegions()
-
-
Method Details
-
getCategory
-
init
public static void init() -
Reset
public static void Reset()
-