Uses of Class
net.minecraft.world.entity.animal.fish.AbstractFish
Packages that use AbstractFish
-
Uses of AbstractFish in net.minecraft.world.entity.animal.fish
Subclasses of AbstractFish in net.minecraft.world.entity.animal.fishModifier and TypeClassDescriptionclassclassclassclassclassFields in net.minecraft.world.entity.animal.fish declared as AbstractFishModifier and TypeFieldDescriptionprivate final AbstractFishAbstractFish.FishMoveControl.fishprivate final AbstractFishAbstractFish.FishSwimGoal.fishConstructors in net.minecraft.world.entity.animal.fish with parameters of type AbstractFishModifierConstructorDescription(package private)FishMoveControl(AbstractFish p_478502_) FishSwimGoal(AbstractFish p_480999_) Constructor parameters in net.minecraft.world.entity.animal.fish with type arguments of type AbstractFishModifierConstructorDescriptionAbstractFish(EntityType<? extends AbstractFish> p_479765_, Level p_480234_) -
Uses of AbstractFish in net.minecraft.world.entity.animal.frog
Subclasses of AbstractFish in net.minecraft.world.entity.animal.frogConstructor parameters in net.minecraft.world.entity.animal.frog with type arguments of type AbstractFishModifierConstructorDescriptionTadpole(EntityType<? extends AbstractFish> p_218686_, Level p_218687_)