Uses of Class
net.minecraft.world.entity.animal.Panda
Packages that use Panda
Package
Description
-
Uses of Panda in net.minecraft.client.model
Classes in net.minecraft.client.model with type parameters of type Panda -
Uses of Panda in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type PandaModifier and TypeMethodDescriptionPandaRenderer.getTextureLocation
(Panda p_115639_) protected void
PandaRenderer.setupRotations
(Panda p_115641_, PoseStack p_115642_, float p_115643_, float p_115644_, float p_115645_) -
Uses of Panda in net.minecraft.client.renderer.entity.layers
Methods in net.minecraft.client.renderer.entity.layers with parameters of type PandaModifier and TypeMethodDescriptionvoid
PandaHoldsItemLayer.render
(PoseStack p_117280_, MultiBufferSource p_117281_, int p_117282_, Panda p_117283_, float p_117284_, float p_117285_, float p_117286_, float p_117287_, float p_117288_, float p_117289_) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type PandaModifierConstructorDescriptionPandaHoldsItemLayer
(RenderLayerParent<Panda, PandaModel<Panda>> p_234862_, ItemInHandRenderer p_234863_) PandaHoldsItemLayer
(RenderLayerParent<Panda, PandaModel<Panda>> p_234862_, ItemInHandRenderer p_234863_) -
Uses of Panda in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Panda -
Uses of Panda in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as PandaModifier and TypeFieldDescriptionprivate final Panda
Panda.PandaAttackGoal.panda
private final Panda
Panda.PandaAvoidGoal.panda
private final Panda
Panda.PandaBreedGoal.panda
private final Panda
Panda.PandaHurtByTargetGoal.panda
private final Panda
Panda.PandaLieOnBackGoal.panda
private final Panda
Panda.PandaLookAtPlayerGoal.panda
private final Panda
Panda.PandaMoveControl.panda
private final Panda
Panda.PandaPanicGoal.panda
private final Panda
Panda.PandaRollGoal.panda
private final Panda
Panda.PandaSneezeGoal.panda
Methods in net.minecraft.world.entity.animal with parameters of type PandaConstructors in net.minecraft.world.entity.animal with parameters of type PandaModifierConstructorDescriptionPandaAttackGoal
(Panda p_29269_, double p_29270_, boolean p_29271_) PandaAvoidGoal
(Panda p_29275_, Class<T> p_29276_, float p_29277_, double p_29278_, double p_29279_) PandaBreedGoal
(Panda p_186221_, double p_186222_) PandaHurtByTargetGoal
(Panda p_29292_, Class<?>... p_29293_) PandaLieOnBackGoal
(Panda p_29301_) PandaLookAtPlayerGoal
(Panda p_29308_, Class<? extends LivingEntity> p_29309_, float p_29310_) PandaMoveControl
(Panda p_29318_) PandaPanicGoal
(Panda p_29322_, double p_29323_) PandaRollGoal
(Panda p_29328_) PandaSneezeGoal
(Panda p_29344_) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type Panda