Uses of Record Class
net.minecraft.entity.boss.dragon.EnderDragonFight.class_8576
Packages that use EnderDragonFight.class_8576
-
Uses of EnderDragonFight.class_8576 in net.minecraft.entity.boss.dragon
Fields in net.minecraft.entity.boss.dragon declared as EnderDragonFight.class_8576Modifier and TypeFieldDescriptionstatic final EnderDragonFight.class_8576
EnderDragonFight.class_8576.field_44946
Fields in net.minecraft.entity.boss.dragon with type parameters of type EnderDragonFight.class_8576Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EnderDragonFight.class_8576>
EnderDragonFight.class_8576.field_44945
Methods in net.minecraft.entity.boss.dragon that return EnderDragonFight.class_8576Constructors in net.minecraft.entity.boss.dragon with parameters of type EnderDragonFight.class_8576ModifierConstructorDescriptionEnderDragonFight
(ServerWorld world, long gatewaysSeed, EnderDragonFight.class_8576 class_8576) EnderDragonFight
(ServerWorld world, long gatewaysSeed, EnderDragonFight.class_8576 class_8576, BlockPos origin) -
Uses of EnderDragonFight.class_8576 in net.minecraft.world
Methods in net.minecraft.world that return EnderDragonFight.class_8576Methods in net.minecraft.world with parameters of type EnderDragonFight.class_8576Modifier and TypeMethodDescriptionvoid
SaveProperties.setDragonFight
(EnderDragonFight.class_8576 class_8576) -
Uses of EnderDragonFight.class_8576 in net.minecraft.world.level
Fields in net.minecraft.world.level declared as EnderDragonFight.class_8576Methods in net.minecraft.world.level that return EnderDragonFight.class_8576Methods in net.minecraft.world.level with parameters of type EnderDragonFight.class_8576Modifier and TypeMethodDescriptionvoid
LevelProperties.setDragonFight
(EnderDragonFight.class_8576 class_8576) Constructors in net.minecraft.world.level with parameters of type EnderDragonFight.class_8576ModifierConstructorDescriptionprivate
LevelProperties
(@Nullable com.mojang.datafixers.DataFixer dataFixer, int dataVersion, @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.class_8576 class_8576, LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.SpecialProperty specialProperty, com.mojang.serialization.Lifecycle lifecycle)