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 SchoolingFishEntityFollowGroupLeaderGoal. fishMethods in net.minecraft.entity.ai.goal with parameters of type SchoolingFishEntity Modifier and Type Method Description protected intFollowGroupLeaderGoal. 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 classCodEntityclassSalmonEntityclassTropicalFishEntityFields in net.minecraft.entity.passive declared as SchoolingFishEntity Modifier and Type Field Description SchoolingFishEntitySchoolingFishEntity.FishData. leaderprivate SchoolingFishEntitySchoolingFishEntity. leaderMethods in net.minecraft.entity.passive that return SchoolingFishEntity Modifier and Type Method Description SchoolingFishEntitySchoolingFishEntity. joinGroupOf(SchoolingFishEntity groupLeader)Methods in net.minecraft.entity.passive with parameters of type SchoolingFishEntity Modifier and Type Method Description SchoolingFishEntitySchoolingFishEntity. joinGroupOf(SchoolingFishEntity groupLeader)Method parameters in net.minecraft.entity.passive with type arguments of type SchoolingFishEntity Modifier and Type Method Description voidSchoolingFishEntity. 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)