Uses of Class
net.minecraft.entity.passive.fish.AbstractGroupFishEntity
-
Packages that use AbstractGroupFishEntity Package Description net.minecraft.entity.ai.goal net.minecraft.entity.passive.fish -
-
Uses of AbstractGroupFishEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as AbstractGroupFishEntity Modifier and Type Field Description private AbstractGroupFishEntityFollowSchoolLeaderGoal. mobMethods in net.minecraft.entity.ai.goal with parameters of type AbstractGroupFishEntity Modifier and Type Method Description protected intFollowSchoolLeaderGoal. nextStartTick(AbstractGroupFishEntity p_212825_1_)Constructors in net.minecraft.entity.ai.goal with parameters of type AbstractGroupFishEntity Constructor Description FollowSchoolLeaderGoal(AbstractGroupFishEntity p_i49857_1_) -
Uses of AbstractGroupFishEntity in net.minecraft.entity.passive.fish
Subclasses of AbstractGroupFishEntity in net.minecraft.entity.passive.fish Modifier and Type Class Description classCodEntityclassSalmonEntityclassTropicalFishEntityFields in net.minecraft.entity.passive.fish declared as AbstractGroupFishEntity Modifier and Type Field Description AbstractGroupFishEntityAbstractGroupFishEntity.GroupData. leaderprivate AbstractGroupFishEntityAbstractGroupFishEntity. leaderMethods in net.minecraft.entity.passive.fish that return AbstractGroupFishEntity Modifier and Type Method Description AbstractGroupFishEntityAbstractGroupFishEntity. startFollowing(AbstractGroupFishEntity p_212803_1_)Methods in net.minecraft.entity.passive.fish with parameters of type AbstractGroupFishEntity Modifier and Type Method Description AbstractGroupFishEntityAbstractGroupFishEntity. startFollowing(AbstractGroupFishEntity p_212803_1_)Method parameters in net.minecraft.entity.passive.fish with type arguments of type AbstractGroupFishEntity Modifier and Type Method Description voidAbstractGroupFishEntity. addFollowers(java.util.stream.Stream<AbstractGroupFishEntity> p_212810_1_)Constructors in net.minecraft.entity.passive.fish with parameters of type AbstractGroupFishEntity Constructor Description GroupData(AbstractGroupFishEntity p_i49858_1_)Constructor parameters in net.minecraft.entity.passive.fish with type arguments of type AbstractGroupFishEntity Constructor Description AbstractGroupFishEntity(EntityType<? extends AbstractGroupFishEntity> p_i49856_1_, World p_i49856_2_)
-