Package zombie.network
Class SpawnRegions.Region
java.lang.Object
zombie.network.SpawnRegions.Region
- Enclosing class:
- SpawnRegions
public static class SpawnRegions.Region
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringfilejava.lang.Stringnamejava.util.ArrayListprofessionsjava.lang.Stringserverfile -
Constructor Summary
Constructors Constructor Description Region() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
name
public java.lang.String name -
file
public java.lang.String file -
serverfile
public java.lang.String serverfile -
professions
public java.util.ArrayList professions
-
-
Constructor Details
-
Region
public Region()
-