Package zombie.iso.sprite.shapers
Class WallPaddingShaper
java.lang.Object
zombie.iso.sprite.shapers.WallPaddingShaper
- All Implemented Interfaces:
java.util.function.Consumer
public class WallPaddingShaper
extends java.lang.Object
implements java.util.function.Consumer
-
Field Summary
Fields Modifier and Type Field Description static WallPaddingShaperinstance -
Constructor Summary
Constructors Constructor Description WallPaddingShaper() -
Method Summary
Modifier and Type Method Description voidaccept(TextureDraw textureDraw)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
-
instance
-
-
Constructor Details
-
WallPaddingShaper
public WallPaddingShaper()
-
-
Method Details
-
accept
-