Class FloorShaper

java.lang.Object
zombie.iso.sprite.shapers.FloorShaper
All Implemented Interfaces:
Consumer
Direct Known Subclasses:
FloorShaperAttachedSprites, FloorShaperDeDiamond, FloorShaperDiamond

public class FloorShaper extends Object implements Consumer
  • Field Details

    • col

      protected final int[] col
    • colTint

      protected int colTint
    • isShore

      protected boolean isShore
    • waterDepth

      protected final float[] waterDepth
  • Constructor Details

    • FloorShaper

      public FloorShaper()
  • Method Details

    • setVertColors

      public void setVertColors(int int1, int int2, int int3, int int4)
    • setAlpha4

      public void setAlpha4(float float1)
    • setShore

      public void setShore(boolean boolean1)
    • setWaterDepth

      public void setWaterDepth(float float1, float float2, float float3, float float4)
    • setTintColor

      public void setTintColor(int int1)
    • accept

      public void accept(TextureDraw textureDraw)