Uses of Class
net.minecraft.world.entity.animal.AbstractFish
Packages that use AbstractFish
- 
Uses of AbstractFish in net.minecraft.world.entity.animalSubclasses of AbstractFish in net.minecraft.world.entity.animalModifier and TypeClassDescriptionclassclassclassclassclassFields in net.minecraft.world.entity.animal declared as AbstractFishModifier and TypeFieldDescriptionprivate final AbstractFishAbstractFish.FishMoveControl.fishprivate final AbstractFishAbstractFish.FishSwimGoal.fishConstructors in net.minecraft.world.entity.animal with parameters of type AbstractFishModifierConstructorDescription(package private)FishMoveControl(AbstractFish p_27501_) FishSwimGoal(AbstractFish p_27505_) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type AbstractFishModifierConstructorDescriptionAbstractFish(EntityType<? extends AbstractFish> p_27461_, Level p_27462_) 
- 
Uses of AbstractFish in net.minecraft.world.entity.animal.frogSubclasses 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_)