Class SpecialItemModel<T>
java.lang.Object
net.minecraft.client.render.item.model.SpecialItemModel<T>
- All Implemented Interfaces:
ItemModel
- Mappings:
Namespace Name named net/minecraft/client/render/item/model/SpecialItemModelintermediary net/minecraft/class_10455official hhn
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface net.minecraft.client.render.item.model.ItemModel
ItemModel.BakeContext -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Vector3f[]private final ModelSettingsprivate final SpecialModelRenderer<T> -
Constructor Summary
ConstructorsConstructorDescriptionSpecialItemModel(SpecialModelRenderer<T> specialModelType, ModelSettings settings) -
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(ItemRenderState state, ItemStack stack, ItemModelManager resolver, ItemDisplayContext displayContext, @Nullable ClientWorld world, @Nullable LivingEntity user, int seed)
-
Field Details
-
EMPTY
- Mappings:
Namespace Name Mixin selector named EMPTYLnet/minecraft/client/render/item/model/SpecialItemModel;EMPTY:[Lorg/joml/Vector3f;intermediary field_56972Lnet/minecraft/class_10455;field_56972:[Lorg/joml/Vector3f;official aLhhn;a:[Lorg/joml/Vector3f;
-
specialModelType
- Mappings:
Namespace Name Mixin selector named specialModelTypeLnet/minecraft/client/render/item/model/SpecialItemModel;specialModelType:Lnet/minecraft/client/render/item/model/special/SpecialModelRenderer;intermediary field_55366Lnet/minecraft/class_10455;field_55366:Lnet/minecraft/class_10515;official bLhhn;b:Lhju;
-
settings
- Mappings:
Namespace Name Mixin selector named settingsLnet/minecraft/client/render/item/model/SpecialItemModel;settings:Lnet/minecraft/client/render/model/ModelSettings;intermediary field_56973Lnet/minecraft/class_10455;field_56973:Lnet/minecraft/class_10809;official cLhhn;c:Lhhk;
-
-
Constructor Details
-
SpecialItemModel
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/item/model/SpecialItemModel;<init>(Lnet/minecraft/client/render/item/model/special/SpecialModelRenderer;Lnet/minecraft/client/render/model/ModelSettings;)Vintermediary <init>Lnet/minecraft/class_10455;<init>(Lnet/minecraft/class_10515;Lnet/minecraft/class_10809;)Vofficial <init>Lhhn;<init>(Lhju;Lhhk;)V
-
-
Method Details
-
update
public void update(ItemRenderState state, ItemStack stack, ItemModelManager resolver, ItemDisplayContext displayContext, @Nullable @Nullable ClientWorld world, @Nullable @Nullable LivingEntity user, int seed) - Specified by:
updatein interfaceItemModel- Mappings:
Namespace Name Mixin selector named updateLnet/minecraft/client/render/item/model/ItemModel;update(Lnet/minecraft/client/render/item/ItemRenderState;Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/item/ItemModelManager;Lnet/minecraft/item/ItemDisplayContext;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/entity/LivingEntity;I)Vintermediary method_65584Lnet/minecraft/class_10439;method_65584(Lnet/minecraft/class_10444;Lnet/minecraft/class_1799;Lnet/minecraft/class_10442;Lnet/minecraft/class_811;Lnet/minecraft/class_638;Lnet/minecraft/class_1309;I)Vofficial aLhhf;a(Lhhi;Ldak;Lhhg;Ldai;Lglo;Lbyf;I)V
-