Uses of Class
net.minecraft.entity.projectile.LlamaSpitEntity
Packages that use LlamaSpitEntity
Package
Description
-
Uses of LlamaSpitEntity in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type LlamaSpitEntityModifier and TypeFieldDescriptionprivate LlamaSpitEntityModel<LlamaSpitEntity>
LlamaSpitEntityRenderer.model
Methods in net.minecraft.client.render.entity with parameters of type LlamaSpitEntityModifier and TypeMethodDescriptionLlamaSpitEntityRenderer.getTexture(LlamaSpitEntity llamaSpitEntity)
void
LlamaSpitEntityRenderer.render(LlamaSpitEntity llamaSpitEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)
-
Uses of LlamaSpitEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type LlamaSpitEntity -
Uses of LlamaSpitEntity in net.minecraft.entity.projectile
Constructor parameters in net.minecraft.entity.projectile with type arguments of type LlamaSpitEntityModifierConstructorDescriptionLlamaSpitEntity(EntityType<? extends LlamaSpitEntity> type, World world)