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 IdentifierLlamaEntityRenderer. 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. modelMethods in net.minecraft.client.render.entity.feature with parameters of type LlamaEntity Modifier and Type Method Description voidLlamaDecorFeatureRenderer. 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 LlamaEntityFormCaravanGoal. llamaMethods in net.minecraft.entity.ai.goal with parameters of type LlamaEntity Modifier and Type Method Description private booleanFormCaravanGoal. 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 classTraderLlamaEntityFields in net.minecraft.entity.passive declared as LlamaEntity Modifier and Type Field Description private @Nullable LlamaEntityLlamaEntity. followerprivate @Nullable LlamaEntityLlamaEntity. followingprivate LlamaEntityTraderLlamaEntity.DefendTraderGoal. llamaMethods in net.minecraft.entity.passive that return LlamaEntity Modifier and Type Method Description protected LlamaEntityLlamaEntity. createChild()LlamaEntityLlamaEntity. createChild(ServerWorld serverWorld, PassiveEntity passiveEntity)protected LlamaEntityTraderLlamaEntity. createChild()@Nullable LlamaEntityLlamaEntity. getFollowing()Methods in net.minecraft.entity.passive with parameters of type LlamaEntity Modifier and Type Method Description voidLlamaEntity. follow(LlamaEntity llama)private booleanWolfEntity.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)