Uses of Class
net.minecraft.world.entity.animal.AbstractFish
Packages that use AbstractFish
-
Uses of AbstractFish in net.minecraft.world.entity.animal
Subclasses of AbstractFish in net.minecraft.world.entity.animalModifier and TypeClassDescriptionclassclassclassclassclassFields in net.minecraft.world.entity.animal declared as AbstractFishModifier and TypeFieldDescriptionprivate AbstractFishAbstractFish.FishMoveControl.fishprivate AbstractFishAbstractFish.FishSwimGoal.fishMethod parameters in net.minecraft.world.entity.animal with type arguments of type AbstractFishModifier and TypeMethodDescriptionstatic booleanAbstractFish.checkFishSpawnRules(EntityType<? extends AbstractFish> p_27468_, LevelAccessor p_27469_, MobSpawnType p_27470_, BlockPos p_27471_, Random p_27472_)Constructors 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_)