Class CITUtils

java.lang.Object
com.prupe.mcpatcher.cit.CITUtils

@Environment(CLIENT) public class CITUtils extends Object
  • Constructor Details

    • CITUtils

      public CITUtils()
  • Method Details

    • init

      public static void init()
    • getIcon

      public static Icon getIcon(Icon icon, ItemStack itemStack, int renderPass)
    • getEntityIcon

      public static Icon getEntityIcon(Icon icon, Entity entity)
    • getArmorTexture

      public static ResourceLocation getArmorTexture(ResourceLocation texture, EntityLivingBase entity, ItemStack itemStack)
    • renderEnchantmentHeld

      public static boolean renderEnchantmentHeld(ItemStack itemStack, int renderPass)
    • renderEnchantmentDropped

      public static boolean renderEnchantmentDropped(ItemStack itemStack)
    • renderEnchantmentGUI

      public static boolean renderEnchantmentGUI(ItemStack itemStack, int x, int y, float z)
    • setupArmorEnchantments

      public static boolean setupArmorEnchantments(EntityLivingBase entity, int pass)
    • setupArmorEnchantments

      public static boolean setupArmorEnchantments(ItemStack itemStack)
    • preRenderArmorEnchantment

      public static boolean preRenderArmorEnchantment()
    • isArmorEnchantmentActive

      public static boolean isArmorEnchantmentActive()
    • postRenderArmorEnchantment

      public static void postRenderArmorEnchantment()