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 p_363790_, LlamaRenderState p_363082_, float p_361575_) LlamaRenderer.getTextureLocation(LlamaRenderState p_361005_) -
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 p_117232_, MultiBufferSource p_117233_, int p_117234_, LlamaRenderState p_364326_, float p_117236_, float p_117237_) private voidLlamaDecorLayer.renderEquipment(PoseStack pPoseStack, MultiBufferSource pBufferSource, LlamaRenderState pRenderState, ItemStack pStack, ResourceKey<EquipmentAsset> pEquipmentAsset, int pPackedLight) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type LlamaRenderStateModifierConstructorDescriptionLlamaDecorLayer(RenderLayerParent<LlamaRenderState, LlamaModel> pRenderer, EntityModelSet pModels, EquipmentLayerRenderer pEquipmentRenderer)