Package zombie.erosion
Class ErosionRegions
java.lang.Object
zombie.erosion.ErosionRegions
public class ErosionRegions
extends java.lang.Object
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classErosionRegions.Region
- 
Field SummaryFields 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 SummaryConstructors Constructor Description ErosionRegions()
- 
Method SummaryModifier and Type Method Description static ErosionCategorygetCategory(int int1, int int2)static voidinit()static voidReset()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
REGION_NATUREpublic static final int REGION_NATURE- See Also:
- Constant Field Values
 
- 
CATEGORY_TREESpublic static final int CATEGORY_TREES- See Also:
- Constant Field Values
 
- 
CATEGORY_BUSHpublic static final int CATEGORY_BUSH- See Also:
- Constant Field Values
 
- 
CATEGORY_PLANTSpublic static final int CATEGORY_PLANTS- See Also:
- Constant Field Values
 
- 
CATEGORY_GENERICpublic static final int CATEGORY_GENERIC- See Also:
- Constant Field Values
 
- 
REGION_STREETpublic static final int REGION_STREET- See Also:
- Constant Field Values
 
- 
CATEGORY_STREET_CRACKSpublic static final int CATEGORY_STREET_CRACKS- See Also:
- Constant Field Values
 
- 
REGION_WALLpublic static final int REGION_WALL- See Also:
- Constant Field Values
 
- 
CATEGORY_WALL_VINESpublic static final int CATEGORY_WALL_VINES- See Also:
- Constant Field Values
 
- 
CATEGORY_WALL_CRACKSpublic static final int CATEGORY_WALL_CRACKS- See Also:
- Constant Field Values
 
- 
REGION_FLOWERBEDpublic static final int REGION_FLOWERBED- See Also:
- Constant Field Values
 
- 
CATEGORY_FLOWERBEDpublic static final int CATEGORY_FLOWERBED- See Also:
- Constant Field Values
 
- 
regionspublic static java.util.ArrayList regions
 
- 
- 
Constructor Details- 
ErosionRegionspublic ErosionRegions()
 
- 
- 
Method Details- 
getCategory
- 
initpublic static void init()
- 
Resetpublic static void Reset()
 
-