Uses of Class
net.minecraft.entity.passive.SchoolingFishEntity
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of SchoolingFishEntity in net.minecraft.entity.ai.goal
Modifier and TypeMethodDescriptionprotected int
FollowGroupLeaderGoal.getSurroundingSearchDelay
(SchoolingFishEntity fish) -
Uses of SchoolingFishEntity in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionfinal SchoolingFishEntity
SchoolingFishEntity.FishData.leader
private @Nullable SchoolingFishEntity
SchoolingFishEntity.leader
Modifier and TypeMethodDescriptionSchoolingFishEntity.joinGroupOf
(SchoolingFishEntity groupLeader) Modifier and TypeMethodDescriptionSchoolingFishEntity.joinGroupOf
(SchoolingFishEntity groupLeader) Modifier and TypeMethodDescriptionvoid
SchoolingFishEntity.pullInOtherFish
(Stream<? extends SchoolingFishEntity> fish) ModifierConstructorDescriptionSchoolingFishEntity
(EntityType<? extends SchoolingFishEntity> type, World world)