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 entity) Returns the location of an entity's texture.protected void
PandaRenderer.setupRotations
(Panda entity, PoseStack poseStack, float bob, float yBodyRot, float partialTick, float scale) -
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 poseStack, MultiBufferSource buffer, int packedLight, Panda livingEntity, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type PandaModifierConstructorDescriptionPandaHoldsItemLayer
(RenderLayerParent<Panda, PandaModel<Panda>> renderer, ItemInHandRenderer itemInHandRenderer) PandaHoldsItemLayer
(RenderLayerParent<Panda, PandaModel<Panda>> renderer, ItemInHandRenderer itemInHandRenderer) -
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 panda, double speedModifier, boolean followingTargetEvenIfNotSeen) PandaAvoidGoal
(Panda panda, Class<T> entityClassToAvoid, float maxDist, double walkSpeedModifier, double sprintSpeedModifier) PandaBreedGoal
(Panda panda, double speedModifier) PandaHurtByTargetGoal
(Panda panda, Class<?>... entityClassToIgnoreDamage) PandaLieOnBackGoal
(Panda panda) PandaLookAtPlayerGoal
(Panda panda, Class<? extends LivingEntity> lookAtType, float lookDistance) PandaMoveControl
(Panda panda) PandaPanicGoal
(Panda panda, double speedModifier) PandaRollGoal
(Panda panda) PandaSneezeGoal
(Panda panda) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type Panda