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 voidPandaEntityRenderer.setupTransforms(PandaEntity pandaEntity, MatrixStack matrixStack, float float2, float float3, float float4) -
Uses of PandaEntity in net.minecraft.client.render.entity.feature
Methods in net.minecraft.client.render.entity.feature with parameters of type PandaEntityModifier and TypeMethodDescriptionvoidPandaHeldItemFeatureRenderer.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) -
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 PandaEntityPandaEntity.AttackGoal.pandaprivate PandaEntityPandaEntity.ExtinguishFireGoal.pandaprivate PandaEntityPandaEntity.LieOnBackGoal.pandaprivate PandaEntityPandaEntity.LookAtEntityGoal.pandaprivate PandaEntityPandaEntity.PandaFleeGoal.pandaprivate PandaEntityPandaEntity.PandaMateGoal.pandaprivate PandaEntityPandaEntity.PandaMoveControl.pandaprivate PandaEntityPandaEntity.PandaRevengeGoal.pandaprivate PandaEntityPandaEntity.PlayGoal.pandaprivate PandaEntityPandaEntity.SneezeGoal.pandaMethods in net.minecraft.entity.passive with parameters of type PandaEntityModifier and TypeMethodDescriptionvoidPandaEntity.initGenes(PandaEntity mother, @Nullable PandaEntity father)Constructors in net.minecraft.entity.passive with parameters of type PandaEntityModifierConstructorDescriptionAttackGoal(PandaEntity panda, double speed, boolean pauseWhenMobIdle)ExtinguishFireGoal(PandaEntity panda, double speed)LieOnBackGoal(PandaEntity panda)LookAtEntityGoal(PandaEntity panda, Class<? extends LivingEntity> targetType, float range)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