Checks if this renderer should handle a specific item's render type
- Parameters
-
item | The item we are trying to render |
type | A render type to check if this renderer handles |
- Returns
- true if this renderer should handle the given render type, otherwise false
Called to do the actual rendering, see ItemRenderType for details on when specific types are run, and what extra data is passed into the data parameter.
- Parameters
-
type | The render type |
item | The ItemStack being rendered |
data | Extra Type specific data |
Checks if certain helper functionality should be executed for this renderer. See ItemRendererHelper for more info
- Parameters
-
type | The render type |
item | The ItemStack being rendered |
helper | The type of helper functionality to be ran |
- Returns
- True to run the helper functionality, false to not.
The documentation for this interface was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraftforge/client/IItemRenderer.java