Class PartModelKey

java.lang.Object
alexiil.mc.lib.multipart.api.render.PartModelKey

public abstract class PartModelKey
extends java.lang.Object
Used by the static part baker to generate the quad list.
  • Constructor Summary

    Constructors 
    Constructor Description
    PartModelKey()  
  • Method Summary

    Modifier and Type Method Description
    abstract boolean equals​(java.lang.Object obj)  
    abstract int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • equals

      public abstract boolean equals​(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public abstract int hashCode()
      Overrides:
      hashCode in class java.lang.Object