Uses of Class
net.minecraft.world.end.DragonFightManager
-
Packages that use DragonFightManager Package Description net.minecraft.entity.boss.dragon net.minecraft.world.end net.minecraft.world.server -
-
Uses of DragonFightManager in net.minecraft.entity.boss.dragon
Fields in net.minecraft.entity.boss.dragon declared as DragonFightManager Modifier and Type Field Description private DragonFightManager
EnderDragonEntity. dragonFight
Methods in net.minecraft.entity.boss.dragon that return DragonFightManager Modifier and Type Method Description DragonFightManager
EnderDragonEntity. getDragonFight()
-
Uses of DragonFightManager in net.minecraft.world.end
Methods in net.minecraft.world.end with parameters of type DragonFightManager Modifier and Type Method Description abstract void
DragonSpawnState. tick(ServerWorld p_186079_1_, DragonFightManager p_186079_2_, java.util.List<EnderCrystalEntity> p_186079_3_, int p_186079_4_, BlockPos p_186079_5_)
-
Uses of DragonFightManager in net.minecraft.world.server
Fields in net.minecraft.world.server declared as DragonFightManager Modifier and Type Field Description private DragonFightManager
ServerWorld. dragonFight
Methods in net.minecraft.world.server that return DragonFightManager Modifier and Type Method Description DragonFightManager
ServerWorld. dragonFight()
-