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