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

    Modifier and Type Method Description
    java.lang.Object clone()  
    void full()  
    boolean get​(int int1, int int2)  
    void save​(java.lang.String string)  
    void set​(int int1, int int2, boolean boolean1)  

    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

      public Mask​(Texture texture, Texture texture2, int int1, int int2, int int3, int int4)
    • Mask

      protected Mask​(Texture texture, WrappedBuffer wrappedBuffer)
    • Mask

      public Mask​(ITexture iTexture, boolean[] booleanArray)
    • Mask

      public Mask​(ITexture iTexture)
    • Mask

      public Mask​(Mask mask)
  • Method Details

    • clone

      public java.lang.Object clone()
      Overrides:
      clone in class java.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)