Uses of Class
net.minecraft.entity.projectile.LlamaSpitEntity
-
Packages that use LlamaSpitEntity Package Description net.minecraft.client.renderer.entity net.minecraft.entity net.minecraft.entity.projectile -
-
Uses of LlamaSpitEntity in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type LlamaSpitEntity Modifier and Type Field Description private LlamaSpitModel<LlamaSpitEntity>
LlamaSpitRenderer. model
Methods in net.minecraft.client.renderer.entity with parameters of type LlamaSpitEntity Modifier and Type Method Description ResourceLocation
LlamaSpitRenderer. getTextureLocation(LlamaSpitEntity p_110775_1_)
void
LlamaSpitRenderer. render(LlamaSpitEntity p_225623_1_, float p_225623_2_, float p_225623_3_, MatrixStack p_225623_4_, IRenderTypeBuffer p_225623_5_, int p_225623_6_)
-
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> p_i50162_1_, World p_i50162_2_)
-