Uses of Class
net.minecraft.client.renderer.entity.state.LlamaRenderState
Packages that use LlamaRenderState
Package
Description
-
Uses of LlamaRenderState in net.minecraft.client.model
Methods in net.minecraft.client.model with parameters of type LlamaRenderState -
Uses of LlamaRenderState in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity that return LlamaRenderStateMethods in net.minecraft.client.renderer.entity with parameters of type LlamaRenderStateModifier and TypeMethodDescriptionvoidLlamaRenderer.extractRenderState(Llama entity, LlamaRenderState reusedState, float partialTick) LlamaRenderer.getTextureLocation(LlamaRenderState renderState) -
Uses of LlamaRenderState in net.minecraft.client.renderer.entity.layers
Methods in net.minecraft.client.renderer.entity.layers with parameters of type LlamaRenderStateModifier and TypeMethodDescriptionvoidLlamaDecorLayer.render(PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, LlamaRenderState renderState, float yRot, float xRot) private voidLlamaDecorLayer.renderEquipment(PoseStack poseStack, MultiBufferSource bufferSource, LlamaRenderState renderState, ItemStack stack, ResourceKey<EquipmentAsset> equipmentAsset, int packedLight) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type LlamaRenderStateModifierConstructorDescriptionLlamaDecorLayer(RenderLayerParent<LlamaRenderState, LlamaModel> renderer, EntityModelSet models, EquipmentLayerRenderer equipmentRenderer)