Uses of Class
net.minecraft.entity.passive.PandaEntity
-
Uses of PandaEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type PandaEntity Modifier and Type Method Description IdentifierPandaEntityRenderer. 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 PandaEntity Modifier and Type Method Description voidPandaHeldItemFeatureRenderer. 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 PandaEntity Constructor Description PandaHeldItemFeatureRenderer(FeatureRendererContext<PandaEntity,PandaEntityModel<PandaEntity>> context)PandaHeldItemFeatureRenderer(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 Modifier and Type Class Description classPandaEntityModel<T extends PandaEntity> -
Uses of PandaEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type PandaEntity Modifier and Type Field Description static EntityType<PandaEntity>EntityType. PANDA -
Uses of PandaEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as PandaEntity Modifier and Type Field Description private 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 PandaEntity Modifier and Type Method Description voidPandaEntity. initGenes(PandaEntity mother, @Nullable PandaEntity father)Constructors in net.minecraft.entity.passive with parameters of type PandaEntity Constructor Description AttackGoal(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 Constructor Description PandaEntity(EntityType<? extends PandaEntity> type, World world)