Uses of Record Class
net.minecraft.entity.boss.dragon.EnderDragonFight.Data
Packages that use EnderDragonFight.Data
-
Uses of EnderDragonFight.Data in net.minecraft.entity.boss.dragon
Fields in net.minecraft.entity.boss.dragon declared as EnderDragonFight.DataModifier and TypeFieldDescriptionstatic final EnderDragonFight.Data
EnderDragonFight.Data.DEFAULT
Fields in net.minecraft.entity.boss.dragon with type parameters of type EnderDragonFight.DataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<EnderDragonFight.Data> EnderDragonFight.Data.CODEC
Methods in net.minecraft.entity.boss.dragon that return EnderDragonFight.DataConstructors in net.minecraft.entity.boss.dragon with parameters of type EnderDragonFight.DataModifierConstructorDescriptionEnderDragonFight
(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
Methods in net.minecraft.world that return EnderDragonFight.DataMethods in net.minecraft.world with parameters of type EnderDragonFight.DataModifier and TypeMethodDescriptionvoid
SaveProperties.setDragonFight
(EnderDragonFight.Data dragonFight) -
Uses of EnderDragonFight.Data in net.minecraft.world.level
Fields in net.minecraft.world.level declared as EnderDragonFight.DataMethods in net.minecraft.world.level that return EnderDragonFight.DataMethods in net.minecraft.world.level with parameters of type EnderDragonFight.DataModifier and TypeMethodDescriptionvoid
LevelProperties.setDragonFight
(EnderDragonFight.Data dragonFight) Constructors in net.minecraft.world.level with parameters of type EnderDragonFight.DataModifierConstructorDescriptionprivate
LevelProperties
(@Nullable NbtCompound playerData, boolean modded, BlockPos spawnPos, 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)