Class FloorShaper
java.lang.Object
zombie.iso.sprite.shapers.FloorShaper
- All Implemented Interfaces:
Consumer<TextureDraw>
- Direct Known Subclasses:
FloorShaperAttachedSprites
,FloorShaperDeDiamond
,FloorShaperDiamond
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final int[]
protected int
protected boolean
protected final float[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(TextureDraw ddraw) void
setAlpha4
(float alpha) void
setShore
(boolean _isShore) void
setTintColor
(int tintABGR) void
setVertColors
(int col0, int col1, int col2, int col3) void
setWaterDepth
(float val0, float val1, float val2, float val3)
-
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 col0, int col1, int col2, int col3) -
setAlpha4
public void setAlpha4(float alpha) -
setShore
public void setShore(boolean _isShore) -
setWaterDepth
public void setWaterDepth(float val0, float val1, float val2, float val3) -
setTintColor
public void setTintColor(int tintABGR) -
accept
- Specified by:
accept
in interfaceConsumer<TextureDraw>
-