Uses of Class
net.minecraft.entity.passive.fish.AbstractFishEntity
-
Packages that use AbstractFishEntity Package Description net.minecraft.entity.passive.fish -
-
Uses of AbstractFishEntity in net.minecraft.entity.passive.fish
Subclasses of AbstractFishEntity in net.minecraft.entity.passive.fish Modifier and Type Class Description classAbstractGroupFishEntityclassCodEntityclassPufferfishEntityclassSalmonEntityclassTropicalFishEntityFields in net.minecraft.entity.passive.fish declared as AbstractFishEntity Modifier and Type Field Description private AbstractFishEntityAbstractFishEntity.MoveHelperController. fishprivate AbstractFishEntityAbstractFishEntity.SwimGoal. fishMethod parameters in net.minecraft.entity.passive.fish with type arguments of type AbstractFishEntity Modifier and Type Method Description static booleanAbstractFishEntity. checkFishSpawnRules(EntityType<? extends AbstractFishEntity> p_223363_0_, IWorld p_223363_1_, SpawnReason p_223363_2_, BlockPos p_223363_3_, java.util.Random p_223363_4_)Constructors in net.minecraft.entity.passive.fish with parameters of type AbstractFishEntity Constructor Description MoveHelperController(AbstractFishEntity p_i48857_1_)SwimGoal(AbstractFishEntity p_i48856_1_)Constructor parameters in net.minecraft.entity.passive.fish with type arguments of type AbstractFishEntity Constructor Description AbstractFishEntity(EntityType<? extends AbstractFishEntity> p_i48855_1_, World p_i48855_2_)
-