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 TypeClassDescriptionclass
class
class
class
class
Fields in net.minecraft.world.entity.animal declared as AbstractFishModifier and TypeFieldDescriptionprivate final AbstractFish
AbstractFish.FishMoveControl.fish
private final AbstractFish
AbstractFish.FishSwimGoal.fish
Constructors in net.minecraft.world.entity.animal with parameters of type AbstractFishModifierConstructorDescription(package private)
FishMoveControl
(AbstractFish pFish) FishSwimGoal
(AbstractFish pFish) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type AbstractFishModifierConstructorDescriptionAbstractFish
(EntityType<? extends AbstractFish> pEntityType, Level pLevel) -
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> pEntityType, Level pLevel)