Class DiamondShaper

java.lang.Object
zombie.iso.sprite.shapers.DiamondShaper
All Implemented Interfaces:
java.util.function.Consumer

public class DiamondShaper
extends java.lang.Object
implements java.util.function.Consumer
  • Field Summary

    Fields
    Modifier and Type Field Description
    static DiamondShaper instance  
  • Constructor Summary

    Constructors
    Constructor Description
    DiamondShaper()  
  • Method Summary

    Modifier and Type Method Description
    void accept​(TextureDraw textureDraw)  

    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

  • Constructor Details

    • DiamondShaper

      public DiamondShaper()
  • Method Details

    • accept

      public void accept​(TextureDraw textureDraw)