Class ChooseGameInfo.SpawnOrigin

java.lang.Object
zombie.gameStates.ChooseGameInfo.SpawnOrigin
Enclosing class:
ChooseGameInfo

public static final class ChooseGameInfo.SpawnOrigin
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int h  
    int w  
    int x  
    int y  
  • Constructor Summary

    Constructors
    Constructor Description
    SpawnOrigin​(int int1, int int2, int int3, int int4)  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • x

      public int x
    • y

      public int y
    • w

      public int w
    • h

      public int h
  • Constructor Details

    • SpawnOrigin

      public SpawnOrigin​(int int1, int int2, int int3, int int4)