Class ObjectCube<T>
java.lang.Object
zombie.core.utils.ObjectCube<T>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ObjectCube
public ObjectCube(int _width, int _height, int _depth) C'tor
-
-
Method Details
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
clear
public void clear() -
fill
-
getValue
-
setValue
-
getWidth
public final int getWidth()- Returns:
- the width
-
getHeight
public final int getHeight()- Returns:
- the height
-
getDepth
public int getDepth()- Returns:
- the depth
-