Uses of Record Class
net.minecraft.entity.boss.dragon.EnderDragonFight.Data
-
Uses of EnderDragonFight.Data in net.minecraft.entity.boss.dragon
Modifier and TypeFieldDescriptionstatic final EnderDragonFight.Data
EnderDragonFight.Data.DEFAULT
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EnderDragonFight.Data>
EnderDragonFight.Data.CODEC
ModifierConstructorDescriptionEnderDragonFight
(ServerWorld world, long gatewaysSeed, EnderDragonFight.Data data) EnderDragonFight
(ServerWorld world, long gatewaysSeed, EnderDragonFight.Data data, BlockPos origin) -
Uses of EnderDragonFight.Data in net.minecraft.world
Modifier and TypeMethodDescriptionvoid
SaveProperties.setDragonFight
(EnderDragonFight.Data dragonFight) -
Uses of EnderDragonFight.Data in net.minecraft.world.level
Modifier and TypeMethodDescriptionvoid
LevelProperties.setDragonFight
(EnderDragonFight.Data dragonFight) ModifierConstructorDescriptionprivate
LevelProperties
(@Nullable NbtCompound playerData, boolean modded, int spawnX, int spawnY, int spawnZ, float spawnAngle, long time, long timeOfDay, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, WorldBorder.Properties worldBorder, int wanderingTraderSpawnDelay, int wanderingTraderSpawnChance, @Nullable UUID wanderingTraderId, Set<String> serverBrands, Set<String> removedFeatures, Timer<MinecraftServer> scheduledEvents, @Nullable NbtCompound customBossEvents, EnderDragonFight.Data dragonFight, LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.SpecialProperty specialProperty, com.mojang.serialization.Lifecycle lifecycle)