Package zombie.iso.sprite.shapers
Class FloorShaper
java.lang.Object
zombie.iso.sprite.shapers.FloorShaper
- All Implemented Interfaces:
java.util.function.Consumer
- Direct Known Subclasses:
FloorShaperAttachedSprites
,FloorShaperDeDiamond
,FloorShaperDiamond
public class FloorShaper
extends java.lang.Object
implements java.util.function.Consumer
-
Field Summary
Fields Modifier and Type Field Description protected int[]
col
protected int
colTint
protected boolean
isShore
protected float[]
waterDepth
-
Constructor Summary
Constructors Constructor Description FloorShaper()
-
Method Summary
Modifier and Type Method Description void
accept(TextureDraw textureDraw)
void
setAlpha4(float float1)
void
setShore(boolean boolean1)
void
setTintColor(int int1)
void
setVertColors(int int1, int int2, int int3, int int4)
void
setWaterDepth(float float1, float float2, float float3, float float4)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.Consumer
accept, andThen
-
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
-