Uses of Class
net.minecraft.client.render.entity.state.EntityRenderState.LeashData
Packages that use EntityRenderState.LeashData
Package
Description
The base package for all Minecraft classes.
-
Uses of EntityRenderState.LeashData in net.minecraft
Methods in net.minecraft with parameters of type EntityRenderState.LeashDataModifier and TypeMethodDescriptionprivate static voidclass_11688.method_73011(VertexConsumer vertexConsumer, Matrix4f matrix4f, float float2, float float3, float float4, float float5, float float6, float float7, int int2, boolean bool, EntityRenderState.LeashData leashData) private static voidclass_11688.method_73013(Matrix4f matrix4f, VertexConsumerProvider vertexConsumerProvider, EntityRenderState.LeashData leashData) -
Uses of EntityRenderState.LeashData in net.minecraft.client.render.entity.command
Fields in net.minecraft.client.render.entity.command declared as EntityRenderState.LeashDataModifier and TypeFieldDescriptionprivate final EntityRenderState.LeashDataEntityRenderCommandQueueImpl.LeashCommand.leashStateThe field for theleashStaterecord component.Methods in net.minecraft.client.render.entity.command that return EntityRenderState.LeashDataModifier and TypeMethodDescriptionEntityRenderCommandQueueImpl.LeashCommand.leashState()Returns the value of theleashStaterecord component.Methods in net.minecraft.client.render.entity.command with parameters of type EntityRenderState.LeashDataModifier and TypeMethodDescriptionvoidEntityRenderCommandQueue.pushLeash(MatrixStack matrices, EntityRenderState.LeashData data) voidEntityRenderCommandQueueImpl.pushLeash(MatrixStack matrices, EntityRenderState.LeashData data) Constructors in net.minecraft.client.render.entity.command with parameters of type EntityRenderState.LeashDataModifierConstructorDescriptionLeashCommand(Matrix4f matrix4f, EntityRenderState.LeashData leashData) -
Uses of EntityRenderState.LeashData in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state with type parameters of type EntityRenderState.LeashData