Class SpawnRegions.Point

java.lang.Object
zombie.network.SpawnRegions.Point
Enclosing class:
SpawnRegions

public static class SpawnRegions.Point
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int posX  
    int posY  
    int posZ  
    int worldX  
    int worldY  
  • Constructor Summary

    Constructors
    Constructor Description
    Point()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • worldX

      public int worldX
    • worldY

      public int worldY
    • posX

      public int posX
    • posY

      public int posY
    • posZ

      public int posZ
  • Constructor Details

    • Point

      public Point()