Uses of Class
net.minecraft.entity.passive.SchoolingFishEntity
Package | Description |
---|---|
net.minecraft.entity.ai.goal | |
net.minecraft.entity.passive |
-
Uses of SchoolingFishEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as SchoolingFishEntity Modifier and Type Field Description private SchoolingFishEntity
FollowGroupLeaderGoal. fish
Methods in net.minecraft.entity.ai.goal with parameters of type SchoolingFishEntity Modifier and Type Method Description protected int
FollowGroupLeaderGoal. getSurroundingSearchDelay(SchoolingFishEntity fish)
Constructors in net.minecraft.entity.ai.goal with parameters of type SchoolingFishEntity Constructor Description FollowGroupLeaderGoal(SchoolingFishEntity fish)
-
Uses of SchoolingFishEntity in net.minecraft.entity.passive
Subclasses of SchoolingFishEntity in net.minecraft.entity.passive Modifier and Type Class Description class
CodEntity
class
SalmonEntity
class
TropicalFishEntity
Fields in net.minecraft.entity.passive declared as SchoolingFishEntity Modifier and Type Field Description SchoolingFishEntity
SchoolingFishEntity.FishData. leader
private SchoolingFishEntity
SchoolingFishEntity. leader
Methods in net.minecraft.entity.passive that return SchoolingFishEntity Modifier and Type Method Description SchoolingFishEntity
SchoolingFishEntity. joinGroupOf(SchoolingFishEntity groupLeader)
Methods in net.minecraft.entity.passive with parameters of type SchoolingFishEntity Modifier and Type Method Description SchoolingFishEntity
SchoolingFishEntity. joinGroupOf(SchoolingFishEntity groupLeader)
Method parameters in net.minecraft.entity.passive with type arguments of type SchoolingFishEntity Modifier and Type Method Description void
SchoolingFishEntity. pullInOtherFish(Stream<? extends SchoolingFishEntity> fish)
Constructors in net.minecraft.entity.passive with parameters of type SchoolingFishEntity Constructor Description FishData(SchoolingFishEntity leader)
Constructor parameters in net.minecraft.entity.passive with type arguments of type SchoolingFishEntity Constructor Description SchoolingFishEntity(EntityType<? extends SchoolingFishEntity> type, World world)