Uses of Class
net.minecraft.entity.passive.FishEntity
| Package | Description |
|---|---|
| net.minecraft.entity.passive |
-
Uses of FishEntity in net.minecraft.entity.passive
Subclasses of FishEntity in net.minecraft.entity.passive Modifier and Type Class Description classCodEntityclassPufferfishEntityclassSalmonEntityclassSchoolingFishEntityclassTropicalFishEntityFields in net.minecraft.entity.passive declared as FishEntity Modifier and Type Field Description private FishEntityFishEntity.FishMoveControl. fishprivate FishEntityFishEntity.SwimToRandomPlaceGoal. fishMethod parameters in net.minecraft.entity.passive with type arguments of type FishEntity Modifier and Type Method Description static booleanFishEntity. canSpawn(EntityType<? extends FishEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)Constructors in net.minecraft.entity.passive with parameters of type FishEntity Constructor Description FishMoveControl(FishEntity owner)SwimToRandomPlaceGoal(FishEntity fish)Constructor parameters in net.minecraft.entity.passive with type arguments of type FishEntity Constructor Description FishEntity(EntityType<? extends FishEntity> type, World world)