Uses of Class
net.minecraft.entity.passive.SchoolingFishEntity
Packages that use SchoolingFishEntity
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of SchoolingFishEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as SchoolingFishEntityMethods in net.minecraft.entity.ai.goal with parameters of type SchoolingFishEntityModifier and TypeMethodDescriptionprotected int
FollowGroupLeaderGoal.getSurroundingSearchDelay
(SchoolingFishEntity fish) Constructors in net.minecraft.entity.ai.goal with parameters of type SchoolingFishEntity -
Uses of SchoolingFishEntity in net.minecraft.entity.passive
Subclasses of SchoolingFishEntity in net.minecraft.entity.passiveFields in net.minecraft.entity.passive declared as SchoolingFishEntityModifier and TypeFieldDescriptionfinal SchoolingFishEntity
SchoolingFishEntity.FishData.leader
private @Nullable SchoolingFishEntity
SchoolingFishEntity.leader
Methods in net.minecraft.entity.passive that return SchoolingFishEntityModifier and TypeMethodDescriptionSchoolingFishEntity.joinGroupOf
(SchoolingFishEntity groupLeader) Methods in net.minecraft.entity.passive with parameters of type SchoolingFishEntityModifier and TypeMethodDescriptionSchoolingFishEntity.joinGroupOf
(SchoolingFishEntity groupLeader) Method parameters in net.minecraft.entity.passive with type arguments of type SchoolingFishEntityModifier and TypeMethodDescriptionvoid
SchoolingFishEntity.pullInOtherFish
(Stream<? extends SchoolingFishEntity> fish) Constructors in net.minecraft.entity.passive with parameters of type SchoolingFishEntityConstructor parameters in net.minecraft.entity.passive with type arguments of type SchoolingFishEntityModifierConstructorDescriptionSchoolingFishEntity
(EntityType<? extends SchoolingFishEntity> type, World world)