Uses of Class
net.minecraft.entity.passive.PandaEntity
Packages that use PandaEntity
Package
Description
-
Uses of PandaEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type PandaEntityModifier and TypeMethodDescriptionPandaEntityRenderer.getTexture
(PandaEntity pandaEntity) protected void
PandaEntityRenderer.setupTransforms
(PandaEntity pandaEntity, MatrixStack matrixStack, float float2, float float3, float float4, float float5) -
Uses of PandaEntity in net.minecraft.client.render.entity.feature
Methods in net.minecraft.client.render.entity.feature with parameters of type PandaEntityModifier and TypeMethodDescriptionvoid
PandaHeldItemFeatureRenderer.render
(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, PandaEntity pandaEntity, 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 PandaEntityModifierConstructorDescriptionPandaHeldItemFeatureRenderer
(FeatureRendererContext<PandaEntity, PandaEntityModel<PandaEntity>> context, HeldItemRenderer heldItemRenderer) PandaHeldItemFeatureRenderer
(FeatureRendererContext<PandaEntity, PandaEntityModel<PandaEntity>> context, HeldItemRenderer heldItemRenderer) -
Uses of PandaEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type PandaEntity -
Uses of PandaEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type PandaEntity -
Uses of PandaEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as PandaEntityModifier and TypeFieldDescriptionprivate final PandaEntity
PandaEntity.AttackGoal.panda
private final PandaEntity
PandaEntity.LieOnBackGoal.panda
private final PandaEntity
PandaEntity.LookAtEntityGoal.panda
private final PandaEntity
PandaEntity.PandaEscapeDangerGoal.panda
private final PandaEntity
PandaEntity.PandaFleeGoal.panda
private final PandaEntity
PandaEntity.PandaMateGoal.panda
private final PandaEntity
PandaEntity.PandaMoveControl.panda
private final PandaEntity
PandaEntity.PandaRevengeGoal.panda
private final PandaEntity
PandaEntity.PlayGoal.panda
private final PandaEntity
PandaEntity.SneezeGoal.panda
Methods in net.minecraft.entity.passive with parameters of type PandaEntityModifier and TypeMethodDescriptionvoid
PandaEntity.initGenes
(PandaEntity mother, @Nullable PandaEntity father) Constructors in net.minecraft.entity.passive with parameters of type PandaEntityModifierConstructorDescriptionAttackGoal
(PandaEntity panda, double speed, boolean pauseWhenMobIdle) LieOnBackGoal
(PandaEntity panda) LookAtEntityGoal
(PandaEntity panda, Class<? extends LivingEntity> targetType, float range) PandaEscapeDangerGoal
(PandaEntity panda, double speed) PandaFleeGoal
(PandaEntity panda, Class<T> fleeFromType, float distance, double slowSpeed, double fastSpeed) PandaMateGoal
(PandaEntity panda, double chance) PandaMoveControl
(PandaEntity panda) PandaRevengeGoal
(PandaEntity panda, Class<?>[] noRevengeTypes) PlayGoal
(PandaEntity panda) SneezeGoal
(PandaEntity panda) Constructor parameters in net.minecraft.entity.passive with type arguments of type PandaEntity