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 class
AbstractGroupFishEntity
class
CodEntity
class
PufferfishEntity
class
SalmonEntity
class
TropicalFishEntity
Fields in net.minecraft.entity.passive.fish declared as AbstractFishEntity Modifier and Type Field Description private AbstractFishEntity
AbstractFishEntity.MoveHelperController. fish
private AbstractFishEntity
AbstractFishEntity.SwimGoal. fish
Method parameters in net.minecraft.entity.passive.fish with type arguments of type AbstractFishEntity Modifier and Type Method Description static boolean
AbstractFishEntity. 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_)
-