Class ObjectCube

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

public class ObjectCube
extends java.lang.Object
implements java.lang.Cloneable
  • Constructor Summary

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

    Modifier and Type Method Description
    void clear()  
    ObjectCube clone()  
    void fill​(java.lang.Object object)  
    int getDepth()  
    int getHeight()  
    java.lang.Object getValue​(int int1, int int2, int int3)  
    int getWidth()  
    void setValue​(int int1, int int2, int int3, java.lang.Object object)  

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ObjectCube

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

    • clone

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

      public void clear()
    • fill

      public void fill​(java.lang.Object object)
    • getValue

      public java.lang.Object getValue​(int int1, int int2, int int3)
    • setValue

      public void setValue​(int int1, int int2, int int3, java.lang.Object object)
    • getWidth

      public final int getWidth()
    • getHeight

      public final int getHeight()
    • getDepth

      public int getDepth()