Uses of Class
net.minecraft.entity.boss.dragon.EnderDragonFight
| Package | Description |
|---|---|
| net.minecraft.entity.boss.dragon | |
| net.minecraft.server.world |
-
Uses of EnderDragonFight in net.minecraft.entity.boss.dragon
Fields in net.minecraft.entity.boss.dragon declared as EnderDragonFight Modifier and Type Field Description private @Nullable EnderDragonFightEnderDragonEntity. fightMethods in net.minecraft.entity.boss.dragon that return EnderDragonFight Modifier and Type Method Description @Nullable EnderDragonFightEnderDragonEntity. getFight()Methods in net.minecraft.entity.boss.dragon with parameters of type EnderDragonFight Modifier and Type Method Description abstract voidEnderDragonSpawnState. run(ServerWorld world, EnderDragonFight fight, List<EndCrystalEntity> crystals, int int2, BlockPos pos) -
Uses of EnderDragonFight in net.minecraft.server.world
Fields in net.minecraft.server.world declared as EnderDragonFight Modifier and Type Field Description private @Nullable EnderDragonFightServerWorld. enderDragonFightMethods in net.minecraft.server.world that return EnderDragonFight Modifier and Type Method Description @Nullable EnderDragonFightServerWorld. getEnderDragonFight()