Uses of Class
net.minecraft.world.entity.animal.AbstractSchoolingFish
Packages that use AbstractSchoolingFish
-
Uses of AbstractSchoolingFish in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as AbstractSchoolingFishMethods in net.minecraft.world.entity.ai.goal with parameters of type AbstractSchoolingFishModifier and TypeMethodDescriptionprotected intFollowFlockLeaderGoal.nextStartTick(AbstractSchoolingFish taskOwner) Constructors in net.minecraft.world.entity.ai.goal with parameters of type AbstractSchoolingFish -
Uses of AbstractSchoolingFish in net.minecraft.world.entity.animal
Subclasses of AbstractSchoolingFish in net.minecraft.world.entity.animalFields in net.minecraft.world.entity.animal declared as AbstractSchoolingFishModifier and TypeFieldDescriptionprivate AbstractSchoolingFishAbstractSchoolingFish.leaderfinal AbstractSchoolingFishAbstractSchoolingFish.SchoolSpawnGroupData.leaderMethods in net.minecraft.world.entity.animal that return AbstractSchoolingFishModifier and TypeMethodDescriptionAbstractSchoolingFish.startFollowing(AbstractSchoolingFish leader) Methods in net.minecraft.world.entity.animal with parameters of type AbstractSchoolingFishModifier and TypeMethodDescriptionAbstractSchoolingFish.startFollowing(AbstractSchoolingFish leader) Method parameters in net.minecraft.world.entity.animal with type arguments of type AbstractSchoolingFishModifier and TypeMethodDescriptionvoidAbstractSchoolingFish.addFollowers(Stream<? extends AbstractSchoolingFish> followers) Constructors in net.minecraft.world.entity.animal with parameters of type AbstractSchoolingFishConstructor parameters in net.minecraft.world.entity.animal with type arguments of type AbstractSchoolingFishModifierConstructorDescriptionAbstractSchoolingFish(EntityType<? extends AbstractSchoolingFish> entityType, Level level)