Package zombie.iso

Class IsoCell.SnowGridTiles

java.lang.Object
zombie.iso.IsoCell.SnowGridTiles
Enclosing class:
IsoCell

protected class IsoCell.SnowGridTiles
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected byte ID  
  • Constructor Summary

    Constructors
    Constructor Description
    SnowGridTiles​(byte byte1)  
  • Method Summary

    Modifier and Type Method Description
    protected void add​(Texture texture)  
    protected boolean contains​(Texture texture)  
    protected Texture getNext()  
    protected Texture getRand()  
    protected void resetCounter()  

    Methods inherited from class java.lang.Object

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

    • ID

      protected byte ID
  • Constructor Details

    • SnowGridTiles

      public SnowGridTiles​(byte byte1)
  • Method Details

    • add

      protected void add​(Texture texture)
    • getNext

      protected Texture getNext()
    • getRand

      protected Texture getRand()
    • contains

      protected boolean contains​(Texture texture)
    • resetCounter

      protected void resetCounter()