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.String file  
    java.lang.String name  
    java.util.ArrayList professions  
    java.lang.String serverfile  
  • 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()