Class ObjectCube

java.lang.Object
zombie.core.utils.ObjectCube
All Implemented Interfaces:
Cloneable

public class ObjectCube extends Object implements Cloneable
  • Constructor Details

    • ObjectCube

      public ObjectCube(int int1, int int2, int int3)
  • Method Details

    • clone

      public ObjectCube clone() throws CloneNotSupportedException
      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException
    • clear

      public void clear()
    • fill

      public void fill(Object object)
    • getValue

      public Object getValue(int int1, int int2, int int3)
    • setValue

      public void setValue(int int1, int int2, int int3, Object object)
    • getWidth

      public final int getWidth()
    • getHeight

      public final int getHeight()
    • getDepth

      public int getDepth()