Uses of Record Class
net.minecraft.world.level.dimension.end.EndDragonFight.Data
Packages that use EndDragonFight.Data
-
Uses of EndDragonFight.Data in net.minecraft.world.level.dimension.end
Fields in net.minecraft.world.level.dimension.end declared as EndDragonFight.DataFields in net.minecraft.world.level.dimension.end with type parameters of type EndDragonFight.DataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EndDragonFight.Data> EndDragonFight.Data.CODECMethods in net.minecraft.world.level.dimension.end that return EndDragonFight.DataConstructors in net.minecraft.world.level.dimension.end with parameters of type EndDragonFight.DataModifierConstructorDescriptionEndDragonFight(ServerLevel level, long seed, EndDragonFight.Data data) EndDragonFight(ServerLevel level, long seed, EndDragonFight.Data data, BlockPos origin) -
Uses of EndDragonFight.Data in net.minecraft.world.level.storage
Fields in net.minecraft.world.level.storage declared as EndDragonFight.DataMethods in net.minecraft.world.level.storage that return EndDragonFight.DataModifier and TypeMethodDescriptionPrimaryLevelData.endDragonFightData()WorldData.endDragonFightData()Methods in net.minecraft.world.level.storage with parameters of type EndDragonFight.DataModifier and TypeMethodDescriptionvoidPrimaryLevelData.setEndDragonFightData(EndDragonFight.Data p_289770_) voidWorldData.setEndDragonFightData(EndDragonFight.Data endDragonFightData) Constructors in net.minecraft.world.level.storage with parameters of type EndDragonFight.DataModifierConstructorDescriptionprivatePrimaryLevelData(CompoundTag loadedPlayerTag, boolean wasModded, LevelData.RespawnData respawnData, long gameTime, long dayTime, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, Optional<WorldBorder.Settings> legacyWorldBorderSettings, int wanderingTraderSpawnDelay, int wanderingTraderSpawnChance, UUID wanderingTraderId, Set<String> knownServerBrands, Set<String> removedFeatureFlags, TimerQueue<MinecraftServer> scheduledEvents, CompoundTag customBossEvents, EndDragonFight.Data endDragonFightData, LevelSettings settings, WorldOptions worldOptions, PrimaryLevelData.SpecialWorldProperty specialWorldProperty, com.mojang.serialization.Lifecycle worldGenSettingsLifecycle)