public class ForgeHooksClient extends Object
Constructor and Description |
---|
ForgeHooksClient() |
Modifier and Type | Method and Description |
---|---|
static void |
createDisplay() |
static void |
dispatchRenderLast(RenderGlobal context,
float partialTicks) |
static ModelBiped |
getArmorModel(EntityLiving entityLiving,
ItemStack itemStack,
int slotID,
ModelBiped _default) |
static String |
getArmorTexture(Entity entity,
ItemStack armor,
String _default,
int slot,
int layer) |
static String |
getArmorTexture(ItemStack armor,
String _default)
Deprecated.
|
static boolean |
onDrawBlockHighlight(RenderGlobal context,
EntityPlayer player,
MovingObjectPosition target,
int subID,
ItemStack currentItem,
float partialTicks) |
static void |
onTextureLoad(String texture,
ITexturePack pack) |
static void |
onTextureLoadPre(String texture)
This is added for Optifine's convenience.
|
static void |
onTextureStitchedPost(TextureMap map) |
static void |
onTextureStitchedPre(TextureMap map) |
static void |
orientBedCamera(Minecraft mc,
EntityLiving entity) |
static boolean |
renderEntityItem(EntityItem entity,
ItemStack item,
float bobing,
float rotation,
Random random,
RenderEngine engine,
RenderBlocks renderBlocks) |
static void |
renderEquippedItem(IItemRenderer.ItemRenderType type,
IItemRenderer customRenderer,
RenderBlocks renderBlocks,
EntityLiving entity,
ItemStack item) |
static void |
renderEquippedItem(IItemRenderer customRenderer,
RenderBlocks renderBlocks,
EntityLiving entity,
ItemStack item)
Deprecated.
|
static boolean |
renderInventoryItem(RenderBlocks renderBlocks,
RenderEngine engine,
ItemStack item,
boolean inColor,
float zLevel,
float x,
float y) |
static void |
setRenderPass(int pass) |
@Deprecated public static String getArmorTexture(ItemStack armor, String _default)
public static String getArmorTexture(Entity entity, ItemStack armor, String _default, int slot, int layer)
public static boolean renderEntityItem(EntityItem entity, ItemStack item, float bobing, float rotation, Random random, RenderEngine engine, RenderBlocks renderBlocks)
public static boolean renderInventoryItem(RenderBlocks renderBlocks, RenderEngine engine, ItemStack item, boolean inColor, float zLevel, float x, float y)
@Deprecated public static void renderEquippedItem(IItemRenderer customRenderer, RenderBlocks renderBlocks, EntityLiving entity, ItemStack item)
public static void renderEquippedItem(IItemRenderer.ItemRenderType type, IItemRenderer customRenderer, RenderBlocks renderBlocks, EntityLiving entity, ItemStack item)
public static void orientBedCamera(Minecraft mc, EntityLiving entity)
public static boolean onDrawBlockHighlight(RenderGlobal context, EntityPlayer player, MovingObjectPosition target, int subID, ItemStack currentItem, float partialTicks)
public static void dispatchRenderLast(RenderGlobal context, float partialTicks)
public static void onTextureLoad(String texture, ITexturePack pack)
public static void onTextureStitchedPre(TextureMap map)
public static void onTextureStitchedPost(TextureMap map)
public static void onTextureLoadPre(String texture)
texture
- public static void setRenderPass(int pass)
public static ModelBiped getArmorModel(EntityLiving entityLiving, ItemStack itemStack, int slotID, ModelBiped _default)
public static void createDisplay() throws org.lwjgl.LWJGLException
org.lwjgl.LWJGLException