Package zombie.iso.sprite.shapers
Class FloorShaperAttachedSprites
java.lang.Object
zombie.iso.sprite.shapers.FloorShaper
zombie.iso.sprite.shapers.FloorShaperAttachedSprites
- All Implemented Interfaces:
java.util.function.Consumer
public class FloorShaperAttachedSprites extends FloorShaper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FloorShaperAttachedSprites.Settings
-
Field Summary
Fields Modifier and Type Field Description static FloorShaperAttachedSprites
instance
Fields inherited from class zombie.iso.sprite.shapers.FloorShaper
col, colTint, isShore, waterDepth
-
Constructor Summary
Constructors Constructor Description FloorShaperAttachedSprites()
-
Method Summary
Modifier and Type Method Description void
accept(TextureDraw textureDraw)
Methods inherited from class zombie.iso.sprite.shapers.FloorShaper
setAlpha4, setShore, setTintColor, setVertColors, setWaterDepth
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
-
FloorShaperAttachedSprites
public FloorShaperAttachedSprites()
-
-
Method Details
-
accept
- Overrides:
accept
in classFloorShaper
-