Uses of Class
net.minecraft.entity.passive.LlamaEntity
-
Uses of LlamaEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type LlamaEntity Modifier and Type Method Description Identifier
LlamaEntityRenderer. getTexture(LlamaEntity llamaEntity)
-
Uses of LlamaEntity in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature with type parameters of type LlamaEntity Modifier and Type Field Description private LlamaEntityModel<LlamaEntity>
LlamaDecorFeatureRenderer. model
Methods in net.minecraft.client.render.entity.feature with parameters of type LlamaEntity Modifier and Type Method Description void
LlamaDecorFeatureRenderer. render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, LlamaEntity llamaEntity, float float2, float float3, float float4, float float5, float float6, float float7)
Constructor parameters in net.minecraft.client.render.entity.feature with type arguments of type LlamaEntity Constructor Description LlamaDecorFeatureRenderer(FeatureRendererContext<LlamaEntity,LlamaEntityModel<LlamaEntity>> context, EntityModelLoader loader)
LlamaDecorFeatureRenderer(FeatureRendererContext<LlamaEntity,LlamaEntityModel<LlamaEntity>> context, EntityModelLoader loader)
-
Uses of LlamaEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type LlamaEntity Modifier and Type Field Description static EntityType<LlamaEntity>
EntityType. LLAMA
-
Uses of LlamaEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as LlamaEntity Modifier and Type Field Description LlamaEntity
FormCaravanGoal. llama
Methods in net.minecraft.entity.ai.goal with parameters of type LlamaEntity Modifier and Type Method Description private boolean
FormCaravanGoal. canFollow(LlamaEntity llama, int length)
Constructors in net.minecraft.entity.ai.goal with parameters of type LlamaEntity Constructor Description FormCaravanGoal(LlamaEntity llama, double speed)
-
Uses of LlamaEntity in net.minecraft.entity.passive
Subclasses of LlamaEntity in net.minecraft.entity.passive Modifier and Type Class Description class
TraderLlamaEntity
Fields in net.minecraft.entity.passive declared as LlamaEntity Modifier and Type Field Description private @Nullable LlamaEntity
LlamaEntity. follower
private @Nullable LlamaEntity
LlamaEntity. following
private LlamaEntity
TraderLlamaEntity.DefendTraderGoal. llama
Methods in net.minecraft.entity.passive that return LlamaEntity Modifier and Type Method Description protected LlamaEntity
LlamaEntity. createChild()
LlamaEntity
LlamaEntity. createChild(ServerWorld serverWorld, PassiveEntity passiveEntity)
protected LlamaEntity
TraderLlamaEntity. createChild()
@Nullable LlamaEntity
LlamaEntity. getFollowing()
Methods in net.minecraft.entity.passive with parameters of type LlamaEntity Modifier and Type Method Description void
LlamaEntity. follow(LlamaEntity llama)
private boolean
WolfEntity.AvoidLlamaGoal. isScaredOf(LlamaEntity llama)
Constructors in net.minecraft.entity.passive with parameters of type LlamaEntity Constructor Description ChaseWolvesGoal(LlamaEntity llama)
DefendTraderGoal(LlamaEntity llama)
SpitRevengeGoal(LlamaEntity llama)
Constructor parameters in net.minecraft.entity.passive with type arguments of type LlamaEntity Constructor Description LlamaEntity(EntityType<? extends LlamaEntity> type, World world)
-
Uses of LlamaEntity in net.minecraft.entity.projectile
Constructors in net.minecraft.entity.projectile with parameters of type LlamaEntity Constructor Description LlamaSpitEntity(World world, LlamaEntity owner)