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 int
FollowFlockLeaderGoal.nextStartTick
(AbstractSchoolingFish p_25252_) 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 AbstractSchoolingFish
AbstractSchoolingFish.leader
final AbstractSchoolingFish
AbstractSchoolingFish.SchoolSpawnGroupData.leader
Methods in net.minecraft.world.entity.animal that return AbstractSchoolingFishModifier and TypeMethodDescriptionAbstractSchoolingFish.startFollowing
(AbstractSchoolingFish p_27526_) Methods in net.minecraft.world.entity.animal with parameters of type AbstractSchoolingFishModifier and TypeMethodDescriptionAbstractSchoolingFish.startFollowing
(AbstractSchoolingFish p_27526_) Method parameters in net.minecraft.world.entity.animal with type arguments of type AbstractSchoolingFishModifier and TypeMethodDescriptionvoid
AbstractSchoolingFish.addFollowers
(Stream<? extends AbstractSchoolingFish> p_27534_) 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> p_27523_, Level p_27524_)