Uses of Class
net.minecraft.client.render.item.ItemRenderState
Packages that use ItemRenderState
Package
Description
The base package for all Minecraft classes.
-
Uses of ItemRenderState in net.minecraft
Fields in net.minecraft declared as ItemRenderStateModifier and TypeFieldDescriptionprivate final ItemRenderStateclass_11661.class_11668.stateThe field for thestaterecord component.Methods in net.minecraft that return ItemRenderStateModifier and TypeMethodDescriptionclass_11661.class_11668.state()Returns the value of thestaterecord component.Methods in net.minecraft with parameters of type ItemRenderStateModifier and TypeMethodDescriptionvoidclass_11659.method_72931(MatrixStack matrixStack, ItemRenderState itemRenderState, int int2, int int3) voidclass_11661.method_72931(MatrixStack matrixStack, ItemRenderState itemRenderState, int int2, int int3) Constructors in net.minecraft with parameters of type ItemRenderStateModifierConstructorDescriptionclass_11668(MatrixStack.Entry entry, ItemRenderState itemRenderState, int int2, int int3) -
Uses of ItemRenderState in net.minecraft.client.item
Methods in net.minecraft.client.item with parameters of type ItemRenderStateModifier and TypeMethodDescriptionvoidItemModelManager.clearAndUpdate(ItemRenderState renderState, ItemStack stack, ItemDisplayContext displayContext, @Nullable World world, @Nullable class_11566 class_11566, int seed) voidItemModelManager.update(ItemRenderState renderState, ItemStack stack, ItemDisplayContext displayContext, @Nullable World world, @Nullable class_11566 class_11566, int seed) voidItemModelManager.updateForLivingEntity(ItemRenderState renderState, ItemStack stack, ItemDisplayContext displayContext, LivingEntity entity) voidItemModelManager.updateForNonLivingEntity(ItemRenderState renderState, ItemStack stack, ItemDisplayContext displayContext, Entity entity) -
Uses of ItemRenderState in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as ItemRenderStateModifier and TypeFieldDescriptionprivate final ItemRenderStateCrackParticle.Factory.itemRenderStateMethods in net.minecraft.client.particle that return ItemRenderStateModifier and TypeMethodDescriptionprotected ItemRenderStateCrackParticle.Factory.getItemRenderState(ItemStack stack, ClientWorld world) Constructors in net.minecraft.client.particle with parameters of type ItemRenderStateModifierConstructorDescription(package private)CrackParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, ItemRenderState itemRenderState) protectedCrackParticle(ClientWorld world, double x, double y, double z, ItemRenderState itemRenderState) -
Uses of ItemRenderState in net.minecraft.client.render.entity.feature
Methods in net.minecraft.client.render.entity.feature with parameters of type ItemRenderStateModifier and TypeMethodDescriptionprotected voidHeldItemFeatureRenderer.renderItem(S entityState, ItemRenderState itemRenderState, Arm arm, MatrixStack matrices, class_11659 class_11659, int light) protected voidPlayerHeldItemFeatureRenderer.renderItem(S s, ItemRenderState itemRenderState, Arm arm, MatrixStack matrixStack, class_11659 class_11659, int int2) private voidPlayerHeldItemFeatureRenderer.renderSpyglass(ItemRenderState itemRenderState, Arm arm, MatrixStack matrices, class_11659 class_11659, int light) -
Uses of ItemRenderState in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as ItemRenderStateModifier and TypeFieldDescriptionfinal ItemRenderStateLivingEntityRenderState.headItemRenderStatefinal ItemRenderStateFlyingItemEntityRenderState.itemRenderStatefinal ItemRenderStateItemDisplayEntityRenderState.itemRenderStatefinal ItemRenderStateItemFrameEntityRenderState.itemRenderStatefinal ItemRenderStateItemHolderEntityRenderState.itemRenderStatefinal ItemRenderStateItemStackEntityRenderState.itemRenderStatefinal ItemRenderStateArmedEntityRenderState.leftHandItemStatefinal ItemRenderStateArmedEntityRenderState.rightHandItemStatefinal ItemRenderStatePlayerEntityRenderState.spyglassStatefinal ItemRenderStateFireworkRocketEntityRenderState.stackMethods in net.minecraft.client.render.entity.state that return ItemRenderState -
Uses of ItemRenderState in net.minecraft.client.render.item
Subclasses of ItemRenderState in net.minecraft.client.render.itemFields in net.minecraft.client.render.item declared as ItemRenderState -
Uses of ItemRenderState in net.minecraft.client.render.item.model
Methods in net.minecraft.client.render.item.model with parameters of type ItemRenderStateModifier and TypeMethodDescriptionvoidBasicItemModel.update(ItemRenderState state, ItemStack stack, ItemModelManager resolver, ItemDisplayContext displayContext, @Nullable ClientWorld world, @Nullable class_11566 class_11566, int seed) voidBundleSelectedItemModel.update(ItemRenderState state, ItemStack stack, ItemModelManager resolver, ItemDisplayContext displayContext, @Nullable ClientWorld world, @Nullable class_11566 class_11566, int seed) voidCompositeItemModel.update(ItemRenderState state, ItemStack stack, ItemModelManager resolver, ItemDisplayContext displayContext, @Nullable ClientWorld world, @Nullable class_11566 class_11566, int seed) voidConditionItemModel.update(ItemRenderState state, ItemStack stack, ItemModelManager resolver, ItemDisplayContext displayContext, @Nullable ClientWorld world, @Nullable class_11566 class_11566, int seed) voidEmptyItemModel.update(ItemRenderState state, ItemStack stack, ItemModelManager resolver, ItemDisplayContext displayContext, @Nullable ClientWorld world, @Nullable class_11566 class_11566, int seed) voidItemModel.update(ItemRenderState state, ItemStack stack, ItemModelManager resolver, ItemDisplayContext displayContext, @Nullable ClientWorld world, @Nullable class_11566 class_11566, int seed) voidMissingItemModel.update(ItemRenderState state, ItemStack stack, ItemModelManager resolver, ItemDisplayContext displayContext, @Nullable ClientWorld world, @Nullable class_11566 class_11566, int seed) voidRangeDispatchItemModel.update(ItemRenderState state, ItemStack stack, ItemModelManager resolver, ItemDisplayContext displayContext, @Nullable ClientWorld world, @Nullable class_11566 class_11566, int seed) voidSelectItemModel.update(ItemRenderState state, ItemStack stack, ItemModelManager resolver, ItemDisplayContext displayContext, @Nullable ClientWorld world, @Nullable class_11566 class_11566, int seed) voidSpecialItemModel.update(ItemRenderState state, ItemStack stack, ItemModelManager resolver, ItemDisplayContext displayContext, @Nullable ClientWorld world, @Nullable class_11566 class_11566, int seed)