Uses of Class
net.minecraft.entity.passive.fish.AbstractGroupFishEntity
Packages that use AbstractGroupFishEntity
-
Uses of AbstractGroupFishEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as AbstractGroupFishEntityModifier and TypeFieldDescriptionprivate final AbstractGroupFishEntity
FollowSchoolLeaderGoal.mob
Methods in net.minecraft.entity.ai.goal with parameters of type AbstractGroupFishEntityModifier and TypeMethodDescriptionprotected int
FollowSchoolLeaderGoal.nextStartTick
(AbstractGroupFishEntity p_212825_1_) Constructors in net.minecraft.entity.ai.goal with parameters of type AbstractGroupFishEntity -
Uses of AbstractGroupFishEntity in net.minecraft.entity.passive.fish
Subclasses of AbstractGroupFishEntity in net.minecraft.entity.passive.fishFields in net.minecraft.entity.passive.fish declared as AbstractGroupFishEntityModifier and TypeFieldDescriptionfinal AbstractGroupFishEntity
AbstractGroupFishEntity.GroupData.leader
private AbstractGroupFishEntity
AbstractGroupFishEntity.leader
Methods in net.minecraft.entity.passive.fish that return AbstractGroupFishEntityModifier and TypeMethodDescriptionAbstractGroupFishEntity.startFollowing
(AbstractGroupFishEntity p_212803_1_) Methods in net.minecraft.entity.passive.fish with parameters of type AbstractGroupFishEntityModifier and TypeMethodDescriptionAbstractGroupFishEntity.startFollowing
(AbstractGroupFishEntity p_212803_1_) Method parameters in net.minecraft.entity.passive.fish with type arguments of type AbstractGroupFishEntityModifier and TypeMethodDescriptionvoid
AbstractGroupFishEntity.addFollowers
(Stream<AbstractGroupFishEntity> p_212810_1_) Constructors in net.minecraft.entity.passive.fish with parameters of type AbstractGroupFishEntityConstructor parameters in net.minecraft.entity.passive.fish with type arguments of type AbstractGroupFishEntityModifierConstructorDescriptionAbstractGroupFishEntity
(EntityType<? extends AbstractGroupFishEntity> p_i49856_1_, World p_i49856_2_)