Class WorldItemModelDrawer

java.lang.Object
zombie.core.textures.TextureDraw.GenericDrawer
zombie.core.skinnedmodel.model.WorldItemModelDrawer

public final class WorldItemModelDrawer
extends TextureDraw.GenericDrawer
  • Field Summary

    Fields
    Modifier and Type Field Description
    static boolean NEW_WAY  
  • Constructor Summary

    Constructors
    Constructor Description
    WorldItemModelDrawer()  
  • Method Summary

    Modifier and Type Method Description
    void postRender()  
    void render()  
    static boolean renderMain​(InventoryItem inventoryItem, IsoGridSquare square, float float1, float float2, float float3, float float4)  
    static boolean renderMain​(InventoryItem inventoryItem, IsoGridSquare square, float float1, float float2, float float3, float float4, float float5)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NEW_WAY

      public static boolean NEW_WAY
  • Constructor Details

    • WorldItemModelDrawer

      public WorldItemModelDrawer()
  • Method Details