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 AbstractGroupFishEntity
FollowSchoolLeaderGoal. mob
Methods in net.minecraft.entity.ai.goal with parameters of type AbstractGroupFishEntity Modifier and Type Method Description protected int
FollowSchoolLeaderGoal. 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 class
CodEntity
class
SalmonEntity
class
TropicalFishEntity
Fields in net.minecraft.entity.passive.fish declared as AbstractGroupFishEntity Modifier and Type Field Description AbstractGroupFishEntity
AbstractGroupFishEntity.GroupData. leader
private AbstractGroupFishEntity
AbstractGroupFishEntity. leader
Methods in net.minecraft.entity.passive.fish that return AbstractGroupFishEntity Modifier and Type Method Description AbstractGroupFishEntity
AbstractGroupFishEntity. startFollowing(AbstractGroupFishEntity p_212803_1_)
Methods in net.minecraft.entity.passive.fish with parameters of type AbstractGroupFishEntity Modifier and Type Method Description AbstractGroupFishEntity
AbstractGroupFishEntity. startFollowing(AbstractGroupFishEntity p_212803_1_)
Method parameters in net.minecraft.entity.passive.fish with type arguments of type AbstractGroupFishEntity Modifier and Type Method Description void
AbstractGroupFishEntity. 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_)
-