Package zombie.iso.sprite.shapers
Class WallShaper
java.lang.Object
zombie.iso.sprite.shapers.WallShaper
- All Implemented Interfaces:
java.util.function.Consumer
- Direct Known Subclasses:
WallShaperN,WallShaperW,WallShaperWhole
public class WallShaper
extends java.lang.Object
implements java.util.function.Consumer
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WallShaper() -
Method Summary
Modifier and Type Method Description voidaccept(TextureDraw textureDraw)voidsetTintColor(int int1)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.Consumer
accept, andThen
-
Field Details
-
col
public final int[] col -
colTint
protected int colTint
-
-
Constructor Details
-
WallShaper
public WallShaper()
-
-
Method Details
-
setTintColor
public void setTintColor(int int1) -
accept
-