Class WorldItemModelDrawer
java.lang.Object
zombie.core.textures.TextureDraw.GenericDrawer
zombie.core.skinnedmodel.model.WorldItemModelDrawer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ImmutableColorstatic final booleanstatic final ImmutableColor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidrender()renderMain(InventoryItem item, IsoGridSquare square, IsoGridSquare renderSquare, float x, float y, float z, float flipAngle) renderMain(InventoryItem item, IsoGridSquare square, IsoGridSquare renderSquare, float x, float y, float z, float flipAngle, float forcedRotation, boolean bIgnoreItemsInChunkTexture) Methods inherited from class TextureDraw.GenericDrawer
render
-
Field Details
-
ROTTEN_FOOD_COLOR
-
HIGHLIGHT_COLOR
-
NEW_WAY
public static final boolean NEW_WAY- See Also:
-
-
Constructor Details
-
WorldItemModelDrawer
public WorldItemModelDrawer()
-
-
Method Details
-
renderMain
public static ItemModelRenderer.RenderStatus renderMain(InventoryItem item, IsoGridSquare square, IsoGridSquare renderSquare, float x, float y, float z, float flipAngle) -
renderMain
public static ItemModelRenderer.RenderStatus renderMain(InventoryItem item, IsoGridSquare square, IsoGridSquare renderSquare, float x, float y, float z, float flipAngle, float forcedRotation, boolean bIgnoreItemsInChunkTexture) -
render
public void render()- Specified by:
renderin classTextureDraw.GenericDrawer
-
postRender
public void postRender()- Overrides:
postRenderin classTextureDraw.GenericDrawer
-