Class WorldItemModelDrawer
java.lang.Object
zombie.core.textures.TextureDraw.GenericDrawer
zombie.core.skinnedmodel.model.WorldItemModelDrawer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ImmutableColor
static boolean
static final ImmutableColor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
render()
renderMain
(InventoryItem inventoryItem, IsoGridSquare isoGridSquare0, IsoGridSquare isoGridSquare1, float float0, float float1, float float2, float float3) renderMain
(InventoryItem inventoryItem, IsoGridSquare isoGridSquare0, IsoGridSquare isoGridSquare1, float float0, float float1, float float2, float float3, float float4, boolean boolean0) Methods inherited from class zombie.core.textures.TextureDraw.GenericDrawer
render
-
Field Details
-
ROTTEN_FOOD_COLOR
-
HIGHLIGHT_COLOR
-
NEW_WAY
public static boolean NEW_WAY
-
-
Constructor Details
-
WorldItemModelDrawer
public WorldItemModelDrawer()
-
-
Method Details
-
renderMain
public static ItemModelRenderer.RenderStatus renderMain(InventoryItem inventoryItem, IsoGridSquare isoGridSquare0, IsoGridSquare isoGridSquare1, float float0, float float1, float float2, float float3) -
renderMain
public static ItemModelRenderer.RenderStatus renderMain(InventoryItem inventoryItem, IsoGridSquare isoGridSquare0, IsoGridSquare isoGridSquare1, float float0, float float1, float float2, float float3, float float4, boolean boolean0) -
render
public void render()- Specified by:
render
in classTextureDraw.GenericDrawer
-
postRender
public void postRender()- Overrides:
postRender
in classTextureDraw.GenericDrawer
-