Class UsefulHatItemExtension

java.lang.Object
de.cech12.usefulhats.client.UsefulHatItemExtension
All Implemented Interfaces:
net.neoforged.neoforge.client.extensions.common.IClientItemExtensions

public class UsefulHatItemExtension extends Object implements net.neoforged.neoforge.client.extensions.common.IClientItemExtensions
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.neoforged.neoforge.client.extensions.common.IClientItemExtensions

    net.neoforged.neoforge.client.extensions.common.IClientItemExtensions.FontContext
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     

    Fields inherited from interface net.neoforged.neoforge.client.extensions.common.IClientItemExtensions

    DEFAULT
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull net.minecraft.client.model.Model
    getHumanoidArmorModel(@NotNull net.minecraft.world.item.ItemStack itemStack, net.minecraft.client.resources.model.EquipmentClientInfo.LayerType layerType, @NotNull net.minecraft.client.model.Model original)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.neoforged.neoforge.client.extensions.common.IClientItemExtensions

    applyForgeHandTransform, getArmorLayerTintColor, getArmorTexture, getArmPose, getDefaultDyeColor, getFont, getGenericArmorModel, getScopeOverlayTexture, renderFirstPersonOverlay, setupModelAnimations, shouldBobAsEntity, shouldSpreadAsEntity
  • Field Details

  • Method Details

    • getHumanoidArmorModel

      @NotNull public @NotNull net.minecraft.client.model.Model getHumanoidArmorModel(@NotNull @NotNull net.minecraft.world.item.ItemStack itemStack, @NotNull net.minecraft.client.resources.model.EquipmentClientInfo.LayerType layerType, @NotNull @NotNull net.minecraft.client.model.Model original)
      Specified by:
      getHumanoidArmorModel in interface net.neoforged.neoforge.client.extensions.common.IClientItemExtensions