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 EnderDragonFight
EnderDragonEntity. fight
Methods in net.minecraft.entity.boss.dragon that return EnderDragonFight Modifier and Type Method Description @Nullable EnderDragonFight
EnderDragonEntity. getFight()
Methods in net.minecraft.entity.boss.dragon with parameters of type EnderDragonFight Modifier and Type Method Description abstract void
EnderDragonSpawnState. 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 EnderDragonFight
ServerWorld. enderDragonFight
Methods in net.minecraft.server.world that return EnderDragonFight Modifier and Type Method Description @Nullable EnderDragonFight
ServerWorld. getEnderDragonFight()