public class RenderRCrop
extends java.lang.Object
implements cpw.mods.fml.client.registry.ISimpleBlockRenderingHandler
| Constructor and Description |
|---|
RenderRCrop() |
| Modifier and Type | Method and Description |
|---|---|
int |
getRenderId() |
void |
renderInventoryBlock(net.minecraft.block.Block block,
int metadata,
int modelId,
net.minecraft.client.renderer.RenderBlocks renderer) |
boolean |
renderWorldBlock(net.minecraft.world.IBlockAccess world,
int x,
int y,
int z,
net.minecraft.block.Block block,
int modelId,
net.minecraft.client.renderer.RenderBlocks renderer) |
boolean |
shouldRender3DInInventory(int modelId) |
public void renderInventoryBlock(net.minecraft.block.Block block,
int metadata,
int modelId,
net.minecraft.client.renderer.RenderBlocks renderer)
renderInventoryBlock in interface cpw.mods.fml.client.registry.ISimpleBlockRenderingHandlerpublic boolean renderWorldBlock(net.minecraft.world.IBlockAccess world,
int x,
int y,
int z,
net.minecraft.block.Block block,
int modelId,
net.minecraft.client.renderer.RenderBlocks renderer)
renderWorldBlock in interface cpw.mods.fml.client.registry.ISimpleBlockRenderingHandlerpublic boolean shouldRender3DInInventory(int modelId)
shouldRender3DInInventory in interface cpw.mods.fml.client.registry.ISimpleBlockRenderingHandlerpublic int getRenderId()
getRenderId in interface cpw.mods.fml.client.registry.ISimpleBlockRenderingHandler