Uses of Class
net.minecraft.entity.projectile.LlamaSpitEntity
Package | Description |
---|---|
net.minecraft.client.render.entity | |
net.minecraft.entity | |
net.minecraft.entity.projectile |
-
Uses of LlamaSpitEntity in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type LlamaSpitEntity Modifier and Type Field Description private LlamaSpitEntityModel<LlamaSpitEntity>
LlamaSpitEntityRenderer. model
Methods in net.minecraft.client.render.entity with parameters of type LlamaSpitEntity Modifier and Type Method Description Identifier
LlamaSpitEntityRenderer. 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 Modifier and Type Field Description static EntityType<LlamaSpitEntity>
EntityType. LLAMA_SPIT
-
Uses of LlamaSpitEntity in net.minecraft.entity.projectile
Constructor parameters in net.minecraft.entity.projectile with type arguments of type LlamaSpitEntity Constructor Description LlamaSpitEntity(EntityType<? extends LlamaSpitEntity> type, World world)