Uses of Class
net.minecraft.client.renderer.entity.state.EntityRenderState.LeashState
Packages that use EntityRenderState.LeashState
Package
Description
-
Uses of EntityRenderState.LeashState in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as EntityRenderState.LeashStateModifier and TypeFieldDescriptionprivate final EntityRenderState.LeashStateSubmitNodeStorage.LeashSubmit.leashStateThe field for theleashStaterecord component.Methods in net.minecraft.client.renderer that return EntityRenderState.LeashStateModifier and TypeMethodDescriptionSubmitNodeStorage.LeashSubmit.leashState()Returns the value of theleashStaterecord component.Methods in net.minecraft.client.renderer with parameters of type EntityRenderState.LeashStateModifier and TypeMethodDescriptionvoidOrderedSubmitNodeCollector.submitLeash(PoseStack poseStack, EntityRenderState.LeashState leashState) voidSubmitNodeCollection.submitLeash(PoseStack poseStack, EntityRenderState.LeashState leashState) voidSubmitNodeStorage.submitLeash(PoseStack poseStack, EntityRenderState.LeashState leashState) Constructors in net.minecraft.client.renderer with parameters of type EntityRenderState.LeashStateModifierConstructorDescriptionLeashSubmit(Matrix4f pose, EntityRenderState.LeashState leashState) Creates an instance of aLeashSubmitrecord class. -
Uses of EntityRenderState.LeashState in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state with type parameters of type EntityRenderState.LeashStateModifier and TypeFieldDescription@Nullable List<EntityRenderState.LeashState> EntityRenderState.leashStates -
Uses of EntityRenderState.LeashState in net.minecraft.client.renderer.feature
Methods in net.minecraft.client.renderer.feature with parameters of type EntityRenderState.LeashStateModifier and TypeMethodDescriptionprivate static voidLeashFeatureRenderer.addVertexPair(VertexConsumer builder, Matrix4f pose, float dx, float dy, float dz, float fudge, float dxOff, float dzOff, int k, boolean backwards, EntityRenderState.LeashState state) private static voidLeashFeatureRenderer.renderLeash(Matrix4f pose, MultiBufferSource bufferSource, EntityRenderState.LeashState leashState)