Package de.cech12.usefulhats.client
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
FieldsFields inherited from interface net.neoforged.neoforge.client.extensions.common.IClientItemExtensions
DEFAULT -
Method Summary
Modifier and TypeMethodDescription@NotNull net.minecraft.client.model.ModelgetHumanoidArmorModel(@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, waitMethods inherited from interface net.neoforged.neoforge.client.extensions.common.IClientItemExtensions
applyForgeHandTransform, getArmorLayerTintColor, getArmorTexture, getArmPose, getDefaultDyeColor, getFont, getGenericArmorModel, getScopeOverlayTexture, renderFirstPersonOverlay, setupModelAnimations, shouldBobAsEntity, shouldSpreadAsEntity
-
Field Details
-
INSTANCE
-
-
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:
getHumanoidArmorModelin interfacenet.neoforged.neoforge.client.extensions.common.IClientItemExtensions
-