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 pTaskOwner) 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 pLeader) Methods in net.minecraft.world.entity.animal with parameters of type AbstractSchoolingFishModifier and TypeMethodDescriptionAbstractSchoolingFish.startFollowing
(AbstractSchoolingFish pLeader) Method parameters in net.minecraft.world.entity.animal with type arguments of type AbstractSchoolingFishModifier and TypeMethodDescriptionvoid
AbstractSchoolingFish.addFollowers
(Stream<? extends AbstractSchoolingFish> pFollowers) 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> pEntityType, Level pLevel)