Class BasicItemModel
java.lang.Object
net.minecraft.client.render.item.model.BasicItemModel
- All Implemented Interfaces:
ItemModel
- Mappings:
Namespace Name named net/minecraft/client/render/item/model/BasicItemModelintermediary net/minecraft/class_10430official hbg
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface net.minecraft.client.render.item.model.ItemModel
ItemModel.BakeContext -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static booleanshouldUseSpecialGlint(ItemStack stack) voidupdate(ItemRenderState state, ItemStack stack, ItemModelManager resolver, ModelTransformationMode transformationMode, @Nullable ClientWorld world, @Nullable LivingEntity user, int seed)
-
Field Details
-
model
- Mappings:
Namespace Name Mixin selector named modelLnet/minecraft/client/render/item/model/BasicItemModel;model:Lnet/minecraft/client/render/model/BakedModel;intermediary field_55322Lnet/minecraft/class_10430;field_55322:Lnet/minecraft/class_1087;official aLhbg;a:Lhgt;
-
tints
- Mappings:
Namespace Name Mixin selector named tintsLnet/minecraft/client/render/item/model/BasicItemModel;tints:Ljava/util/List;intermediary field_55323Lnet/minecraft/class_10430;field_55323:Ljava/util/List;official bLhbg;b:Ljava/util/List;
-
-
Constructor Details
-
BasicItemModel
BasicItemModel(BakedModel model, List<TintSource> tints) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/item/model/BasicItemModel;<init>(Lnet/minecraft/client/render/model/BakedModel;Ljava/util/List;)Vintermediary <init>Lnet/minecraft/class_10430;<init>(Lnet/minecraft/class_1087;Ljava/util/List;)Vofficial <init>Lhbg;<init>(Lhgt;Ljava/util/List;)V
-
-
Method Details
-
update
public void update(ItemRenderState state, ItemStack stack, ItemModelManager resolver, ModelTransformationMode transformationMode, @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/ModelTransformationMode;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 aLhbm;a(Lhbp;Lcwq;Lhbn;Lcwo;Lgga;Lbvi;I)V
-
shouldUseSpecialGlint
- Mappings:
Namespace Name Mixin selector named shouldUseSpecialGlintLnet/minecraft/client/render/item/model/BasicItemModel;shouldUseSpecialGlint(Lnet/minecraft/item/ItemStack;)Zintermediary method_65583Lnet/minecraft/class_10430;method_65583(Lnet/minecraft/class_1799;)Zofficial aLhbg;a(Lcwq;)Z
-