Package zombie.core.skinnedmodel.model
Class WorldItemModelDrawer
java.lang.Object
zombie.core.textures.TextureDraw.GenericDrawer
zombie.core.skinnedmodel.model.WorldItemModelDrawer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-
Field Details
-
NEW_WAY
public static boolean NEW_WAY
-
-
Constructor Details
-
WorldItemModelDrawer
public WorldItemModelDrawer()
-
-
Method Details
-
renderMain
public static boolean renderMain(InventoryItem inventoryItem, IsoGridSquare square, float float1, float float2, float float3, float float4) -
renderMain
public static boolean renderMain(InventoryItem inventoryItem, IsoGridSquare square, float float1, float float2, float float3, float float4, float float5) -
render
public void render()- Specified by:
render
in classTextureDraw.GenericDrawer
-
postRender
public void postRender()- Overrides:
postRender
in classTextureDraw.GenericDrawer
-