Package com.prupe.mcpatcher.cit
Class CITUtils
java.lang.Object
com.prupe.mcpatcher.cit.CITUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceLocationgetArmorTexture(ResourceLocation texture, EntityLivingBase entity, ItemStack itemStack) static IcongetEntityIcon(Icon icon, Entity entity) static Iconstatic voidinit()static booleanstatic voidstatic booleanstatic booleanrenderEnchantmentDropped(ItemStack itemStack) static booleanrenderEnchantmentGUI(ItemStack itemStack, int x, int y, float z) static booleanrenderEnchantmentHeld(ItemStack itemStack, int renderPass) static booleansetupArmorEnchantments(EntityLivingBase entity, int pass) static booleansetupArmorEnchantments(ItemStack itemStack)
-
Constructor Details
-
CITUtils
public CITUtils()
-
-
Method Details
-
init
public static void init() -
getIcon
-
getEntityIcon
-
getArmorTexture
public static ResourceLocation getArmorTexture(ResourceLocation texture, EntityLivingBase entity, ItemStack itemStack) -
renderEnchantmentHeld
-
renderEnchantmentDropped
-
renderEnchantmentGUI
-
setupArmorEnchantments
-
setupArmorEnchantments
-
preRenderArmorEnchantment
public static boolean preRenderArmorEnchantment() -
isArmorEnchantmentActive
public static boolean isArmorEnchantmentActive() -
postRenderArmorEnchantment
public static void postRenderArmorEnchantment()
-