Package zombie.iso.sprite.shapers
Class WallShaperW
java.lang.Object
zombie.iso.sprite.shapers.WallShaper
zombie.iso.sprite.shapers.WallShaperW
- All Implemented Interfaces:
java.util.function.Consumer
public class WallShaperW extends WallShaper
-
Field Summary
Fields Modifier and Type Field Description static WallShaperWinstanceFields inherited from class zombie.iso.sprite.shapers.WallShaper
col, colTint -
Constructor Summary
Constructors Constructor Description WallShaperW() -
Method Summary
Modifier and Type Method Description voidaccept(TextureDraw textureDraw)Methods inherited from class zombie.iso.sprite.shapers.WallShaper
setTintColorMethods 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
-
instance
-
-
Constructor Details
-
WallShaperW
public WallShaperW()
-
-
Method Details
-
accept
- Overrides:
acceptin classWallShaper
-