|
static String | getArmorTexture (ItemStack armor, String _default) |
|
static String | getArmorTexture (Entity entity, ItemStack armor, String _default, int slot, int layer) |
|
static boolean | renderEntityItem (EntityItem entity, ItemStack item, float bobing, float rotation, Random random, RenderEngine engine, RenderBlocks renderBlocks) |
|
static boolean | renderInventoryItem (RenderBlocks renderBlocks, RenderEngine engine, ItemStack item, boolean inColor, float zLevel, float x, float y) |
|
static void | renderEquippedItem (IItemRenderer customRenderer, RenderBlocks renderBlocks, EntityLiving entity, ItemStack item) |
|
static void | renderEquippedItem (ItemRenderType type, IItemRenderer customRenderer, RenderBlocks renderBlocks, EntityLiving entity, ItemStack item) |
|
static void | orientBedCamera (Minecraft mc, EntityLiving entity) |
|
static boolean | onDrawBlockHighlight (RenderGlobal context, EntityPlayer player, MovingObjectPosition target, int subID, ItemStack currentItem, float partialTicks) |
|
static void | dispatchRenderLast (RenderGlobal context, float partialTicks) |
|
static void | onTextureLoad (String texture, ITexturePack pack) |
|
static void | onTextureStitchedPre (TextureMap map) |
|
static void | onTextureStitchedPost (TextureMap map) |
|
static void | onTextureLoadPre (String texture) |
|
static void | setRenderPass (int pass) |
|
static ModelBiped | getArmorModel (EntityLiving entityLiving, ItemStack itemStack, int slotID, ModelBiped _default) |
|
static void | createDisplay () throws LWJGLException |
|
static void net.minecraftforge.client.ForgeHooksClient.createDisplay |
( |
) | |
throws LWJGLException |
|
static |
static void net.minecraftforge.client.ForgeHooksClient.dispatchRenderLast |
( |
RenderGlobal |
context, |
|
|
float |
partialTicks |
|
) |
| |
|
static |
static String net.minecraftforge.client.ForgeHooksClient.getArmorTexture |
( |
ItemStack |
armor, |
|
|
String |
_default |
|
) |
| |
|
static |
static String net.minecraftforge.client.ForgeHooksClient.getArmorTexture |
( |
Entity |
entity, |
|
|
ItemStack |
armor, |
|
|
String |
_default, |
|
|
int |
slot, |
|
|
int |
layer |
|
) |
| |
|
static |
static void net.minecraftforge.client.ForgeHooksClient.onTextureLoad |
( |
String |
texture, |
|
|
ITexturePack |
pack |
|
) |
| |
|
static |
static void net.minecraftforge.client.ForgeHooksClient.onTextureLoadPre |
( |
String |
texture) | |
|
|
static |
This is added for Optifine's convenience. And to explode if a ModMaker is developing.
- Parameters
-
static void net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPost |
( |
TextureMap |
map) | |
|
|
static |
static void net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre |
( |
TextureMap |
map) | |
|
|
static |
static void net.minecraftforge.client.ForgeHooksClient.orientBedCamera |
( |
Minecraft |
mc, |
|
|
EntityLiving |
entity |
|
) |
| |
|
static |
static boolean net.minecraftforge.client.ForgeHooksClient.renderInventoryItem |
( |
RenderBlocks |
renderBlocks, |
|
|
RenderEngine |
engine, |
|
|
ItemStack |
item, |
|
|
boolean |
inColor, |
|
|
float |
zLevel, |
|
|
float |
x, |
|
|
float |
y |
|
) |
| |
|
static |
static void net.minecraftforge.client.ForgeHooksClient.setRenderPass |
( |
int |
pass) | |
|
|
static |
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraftforge/client/ForgeHooksClient.java