Package | Description |
---|---|
cpw.mods.fml.client.modloader | |
cpw.mods.fml.client.registry | |
net.minecraft.client.renderer | |
net.minecraft.src | |
net.minecraftforge.client |
Modifier and Type | Method and Description |
---|---|
void |
ModLoaderBlockRendererHandler.renderInventoryBlock(Block block,
int metadata,
int modelID,
RenderBlocks renderer) |
boolean |
ModLoaderBlockRendererHandler.renderWorldBlock(IBlockAccess world,
int x,
int y,
int z,
Block block,
int modelId,
RenderBlocks renderer) |
Modifier and Type | Method and Description |
---|---|
void |
ISimpleBlockRenderingHandler.renderInventoryBlock(Block block,
int metadata,
int modelID,
RenderBlocks renderer) |
void |
RenderingRegistry.renderInventoryBlock(RenderBlocks renderer,
Block block,
int metadata,
int modelID) |
boolean |
ISimpleBlockRenderingHandler.renderWorldBlock(IBlockAccess world,
int x,
int y,
int z,
Block block,
int modelId,
RenderBlocks renderer) |
boolean |
RenderingRegistry.renderWorldBlock(RenderBlocks renderer,
IBlockAccess world,
int x,
int y,
int z,
Block block,
int modelId) |
Modifier and Type | Field and Description |
---|---|
RenderBlocks |
RenderGlobal.globalRenderBlocks
Global render blocks
|
Modifier and Type | Method and Description |
---|---|
void |
BaseMod.renderInvBlock(RenderBlocks renderer,
Block block,
int metadata,
int modelID) |
static void |
ModLoader.renderInvBlock(RenderBlocks renderer,
Block block,
int metadata,
int modelID)
Deprecated.
|
static void |
FMLRenderAccessLibrary.renderInventoryBlock(RenderBlocks renderer,
Block block,
int metadata,
int modelID) |
static boolean |
FMLRenderAccessLibrary.renderWorldBlock(RenderBlocks renderer,
IBlockAccess world,
int x,
int y,
int z,
Block block,
int modelId) |
boolean |
BaseMod.renderWorldBlock(RenderBlocks renderer,
IBlockAccess world,
int x,
int y,
int z,
Block block,
int modelID) |
static boolean |
ModLoader.renderWorldBlock(RenderBlocks renderer,
IBlockAccess world,
int x,
int y,
int z,
Block block,
int modelID)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ForgeHooksClient.renderEntityItem(EntityItem entity,
ItemStack item,
float bobing,
float rotation,
Random random,
RenderEngine engine,
RenderBlocks renderBlocks) |
static void |
ForgeHooksClient.renderEquippedItem(IItemRenderer.ItemRenderType type,
IItemRenderer customRenderer,
RenderBlocks renderBlocks,
EntityLiving entity,
ItemStack item) |
static void |
ForgeHooksClient.renderEquippedItem(IItemRenderer customRenderer,
RenderBlocks renderBlocks,
EntityLiving entity,
ItemStack item)
Deprecated.
|
static boolean |
ForgeHooksClient.renderInventoryItem(RenderBlocks renderBlocks,
RenderEngine engine,
ItemStack item,
boolean inColor,
float zLevel,
float x,
float y) |