Package zombie.core.textures
Class Mask
java.lang.Object
zombie.core.textures.Mask
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class Mask
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Modifier Constructor Description protected
Mask()
Mask(int int1, int int2)
Mask(Mask mask)
Mask(Texture texture, Texture texture2, int int1, int int2, int int3, int int4)
protected
Mask(Texture texture, WrappedBuffer wrappedBuffer)
Mask(ITexture iTexture)
Mask(ITexture iTexture, boolean[] booleanArray)
-
Method Summary
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Mask
protected Mask() -
Mask
public Mask(int int1, int int2) -
Mask
-
Mask
-
Mask
-
Mask
-
Mask
-
-
Method Details
-
clone
public java.lang.Object clone()- Overrides:
clone
in classjava.lang.Object
-
full
public void full() -
set
public void set(int int1, int int2, boolean boolean1) -
get
public boolean get(int int1, int int2) -
save
public void save(java.lang.String string)
-