Uses of Class
net.minecraft.entity.boss.dragon.EnderDragonFight
Packages that use EnderDragonFight
-
Uses of EnderDragonFight in net.minecraft.entity.boss.dragon
Fields in net.minecraft.entity.boss.dragon declared as EnderDragonFightMethods in net.minecraft.entity.boss.dragon that return EnderDragonFightMethods in net.minecraft.entity.boss.dragon with parameters of type EnderDragonFightModifier and TypeMethodDescriptionabstract void
EnderDragonSpawnState.run
(ServerWorld world, EnderDragonFight fight, List<EndCrystalEntity> crystals, int tick, BlockPos pos) void
EnderDragonEntity.setFight
(EnderDragonFight fight) -
Uses of EnderDragonFight in net.minecraft.server.world
Fields in net.minecraft.server.world declared as EnderDragonFightMethods in net.minecraft.server.world that return EnderDragonFightMethods in net.minecraft.server.world with parameters of type EnderDragonFightModifier and TypeMethodDescriptionvoid
ServerWorld.setEnderDragonFight
(@Nullable EnderDragonFight enderDragonFight) Deprecated.