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.DataEnderDragonFight.Data.DEFAULTFields in net.minecraft.entity.boss.dragon with type parameters of type EnderDragonFight.DataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EnderDragonFight.Data> EnderDragonFight.Data.CODECMethods 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 TypeMethodDescriptionvoidSaveProperties.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 TypeMethodDescriptionvoidLevelProperties.setDragonFight(EnderDragonFight.Data dragonFight) Constructors in net.minecraft.world.level with parameters of type EnderDragonFight.DataModifierConstructorDescriptionprivateLevelProperties(@Nullable NbtCompound playerData, boolean modded, WorldProperties.SpawnPoint spawnPoint, long time, long timeOfDay, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, Optional<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)