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 pEntity) Returns the location of an entity's texture.protected void
PandaRenderer.setupRotations
(Panda pEntity, PoseStack pPoseStack, float pBob, float pYBodyRot, float pPartialTick, float pScale) -
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 pPoseStack, MultiBufferSource pBuffer, int pPackedLight, Panda pLivingEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTicks, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type PandaModifierConstructorDescriptionPandaHoldsItemLayer
(RenderLayerParent<Panda, PandaModel<Panda>> pRenderer, ItemInHandRenderer pItemInHandRenderer) PandaHoldsItemLayer
(RenderLayerParent<Panda, PandaModel<Panda>> pRenderer, ItemInHandRenderer pItemInHandRenderer) -
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 pPanda, double pSpeedModifier, boolean pFollowingTargetEvenIfNotSeen) PandaAvoidGoal
(Panda pPanda, Class<T> pEntityClassToAvoid, float pMaxDist, double pWalkSpeedModifier, double pSprintSpeedModifier) PandaBreedGoal
(Panda pPanda, double pSpeedModifier) PandaHurtByTargetGoal
(Panda pPanda, Class<?>... pEntityClassToIgnoreDamage) PandaLieOnBackGoal
(Panda pPanda) PandaLookAtPlayerGoal
(Panda pPanda, Class<? extends LivingEntity> pLookAtType, float pLookDistance) PandaMoveControl
(Panda pPanda) PandaPanicGoal
(Panda pPanda, double pSpeedModifier) PandaRollGoal
(Panda pPanda) PandaSneezeGoal
(Panda pPanda) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type Panda