Skip to content

Instantly share code, notes, and snippets.

@OroArmor
Last active June 3, 2021 19:52
Show Gist options
  • Save OroArmor/f226af5db3305744c93a9e72ade87e14 to your computer and use it in GitHub Desktop.
Save OroArmor/f226af5db3305744c93a9e72ade87e14 to your computer and use it in GitHub Desktop.
Quiltflower not decompiling all classes
Method method_28753 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; couldn't be written.
java.lang.NullPointerException: Cannot read field "anonymousClassType" because the return value of "java.util.Map.get(Object)" is null
at org.jetbrains.java.decompiler.modules.decompiler.exps.NewExprent.getExprType(NewExprent.java:90)
at org.jetbrains.java.decompiler.modules.decompiler.exps.NewExprent.getInferredExprType(NewExprent.java:252)
at org.jetbrains.java.decompiler.modules.decompiler.exps.InvocationExprent.getInferredExprType(InvocationExprent.java:361)
at org.jetbrains.java.decompiler.modules.decompiler.ExprProcessor.getCastedExprent(ExprProcessor.java:914)
at org.jetbrains.java.decompiler.modules.decompiler.exps.InvocationExprent.appendParamList(InvocationExprent.java:833)
at org.jetbrains.java.decompiler.modules.decompiler.exps.InvocationExprent.toJava(InvocationExprent.java:658)
at org.jetbrains.java.decompiler.modules.decompiler.ExprProcessor.getCastedExprent(ExprProcessor.java:947)
at org.jetbrains.java.decompiler.modules.decompiler.exps.ExitExprent.toJava(ExitExprent.java:83)
at org.jetbrains.java.decompiler.main.ClassWriter.classLambdaToJava(ClassWriter.java:159)
at org.jetbrains.java.decompiler.modules.decompiler.exps.NewExprent.toJava(NewExprent.java:397)
at org.jetbrains.java.decompiler.modules.decompiler.ExprProcessor.getCastedExprent(ExprProcessor.java:947)
at org.jetbrains.java.decompiler.modules.decompiler.exps.InvocationExprent.appendParamList(InvocationExprent.java:833)
at org.jetbrains.java.decompiler.modules.decompiler.exps.InvocationExprent.toJava(InvocationExprent.java:658)
at org.jetbrains.java.decompiler.modules.decompiler.ExprProcessor.getCastedExprent(ExprProcessor.java:947)
at org.jetbrains.java.decompiler.modules.decompiler.ExprProcessor.getCastedExprent(ExprProcessor.java:887)
at org.jetbrains.java.decompiler.main.ClassWriter.fieldToJava(ClassWriter.java:646)
at org.jetbrains.java.decompiler.main.ClassWriter.classToJava(ClassWriter.java:258)
at org.jetbrains.java.decompiler.main.ClassesProcessor.writeClass(ClassesProcessor.java:406)
at org.jetbrains.java.decompiler.main.Fernflower.getClassContent(Fernflower.java:146)
at org.jetbrains.java.decompiler.struct.ContextUnit.lambda$save$0(ContextUnit.java:170)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:831)
Class net/minecraft/world/gen/feature/LargeDripstoneFeatureConfig couldn't be fully decompiled.
java.lang.NullPointerException: Cannot read field "parent" because "child" is null
at org.jetbrains.java.decompiler.main.InitializerProcessor.isNewExprentIndependent(InitializerProcessor.java:373)
at org.jetbrains.java.decompiler.main.InitializerProcessor.lambda$isNewExprentIndependent$1(InitializerProcessor.java:393)
at java.base/java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90)
at java.base/java.util.HashMap$KeySpliterator.tryAdvance(HashMap.java:1715)
at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129)
at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:502)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:488)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230)
at java.base/java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.allMatch(ReferencePipeline.java:637)
at org.jetbrains.java.decompiler.main.InitializerProcessor.isNewExprentIndependent(InitializerProcessor.java:381)
at org.jetbrains.java.decompiler.main.InitializerProcessor.isExprentIndependent(InitializerProcessor.java:358)
at org.jetbrains.java.decompiler.main.InitializerProcessor.extractStaticInitializers(InitializerProcessor.java:178)
at org.jetbrains.java.decompiler.main.InitializerProcessor.extractInitializers(InitializerProcessor.java:35)
at org.jetbrains.java.decompiler.main.ClassWriter.invokeProcessors(ClassWriter.java:45)
at org.jetbrains.java.decompiler.main.ClassWriter.classToJava(ClassWriter.java:213)
at org.jetbrains.java.decompiler.main.ClassesProcessor.writeClass(ClassesProcessor.java:406)
at org.jetbrains.java.decompiler.main.Fernflower.getClassContent(Fernflower.java:146)
at org.jetbrains.java.decompiler.struct.ContextUnit.lambda$save$0(ContextUnit.java:170)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:831)
alizer.class
Loading Class: net/minecraft/loot/provider/number/LootNumberProviderTypes.class
Loading Class: net/minecraft/loot/provider/number/ConstantLootNumberProvider.class
Loading Class: net/minecraft/loot/provider/number/UniformLootNumberProvider.class
Loading Class: net/minecraft/loot/provider/number/ScoreLootNumberProvider.class
Loading Class: net/minecraft/loot/provider/number/BinomialLootNumberProvider.class
Loading Class: net/minecraft/loot/provider/number/LootNumberProviderType.class
Loading Class: net/minecraft/loot/provider/number/LootNumberProvider.class
Loading Class: net/minecraft/loot/provider/number/UniformLootNumberProvider$Serializer.class
Loading Class: net/minecraft/loot/provider/number/ScoreLootNumberProvider$Serializer.class
Loading Class: net/minecraft/loot/provider/number/ConstantLootNumberProvider$CustomSerializer.class
Loading Class: net/minecraft/loot/provider/number/ConstantLootNumberProvider$Serializer.class
Loading Class: net/minecraft/loot/provider/number/BinomialLootNumberProvider$Serializer.class
Loading Class: net/minecraft/loot/provider/nbt/ContextLootNbtProvider$1.class
Loading Class: net/minecraft/loot/provider/nbt/ContextLootNbtProvider$CustomSerializer.class
Loading Class: net/minecraft/loot/provider/nbt/ContextLootNbtProvider$2.class
Loading Class: net/minecraft/loot/provider/nbt/ContextLootNbtProvider$Serializer.class
Loading Class: net/minecraft/loot/provider/nbt/ContextLootNbtProvider$Target.class
Loading Class: net/minecraft/loot/provider/nbt/StorageLootNbtProvider.class
Loading Class: net/minecraft/loot/provider/nbt/LootNbtProvider.class
Loading Class: net/minecraft/loot/provider/nbt/ContextLootNbtProvider.class
Loading Class: net/minecraft/loot/provider/nbt/LootNbtProviderTypes.class
Loading Class: net/minecraft/loot/provider/nbt/LootNbtProviderType.class
Loading Class: net/minecraft/loot/provider/nbt/StorageLootNbtProvider$Serializer.class
Loading Class: net/minecraft/loot/function/LootFunctionManager$AndFunction.class
Loading Class: net/minecraft/loot/function/SetNameLootFunction.class
Loading Class: net/minecraft/loot/function/SetStewEffectLootFunction.class
Loading Class: net/minecraft/loot/function/SetEnchantmentsLootFunction.class
Loading Class: net/minecraft/loot/function/FurnaceSmeltLootFunction.class
Loading Class: net/minecraft/loot/function/SetLoreLootFunction.class
Loading Class: net/minecraft/loot/function/LootingEnchantLootFunction.class
Loading Class: net/minecraft/loot/function/ConditionalLootFunction.class
Loading Class: net/minecraft/loot/function/SetLootTableLootFunction.class
Loading Class: net/minecraft/loot/function/SetDamageLootFunction.class
Loading Class: net/minecraft/loot/function/SetContentsLootFunction.class
Loading Class: net/minecraft/loot/function/LootFunctionTypes.class
Loading Class: net/minecraft/loot/function/LootFunction.class
Loading Class: net/minecraft/loot/function/CopyNbtLootFunction.class
Loading Class: net/minecraft/loot/function/SetNbtLootFunction.class
Loading Class: net/minecraft/loot/function/SetCountLootFunction.class
Loading Class: net/minecraft/loot/function/SetAttributesLootFunction.class
Loading Class: net/minecraft/loot/function/EnchantRandomlyLootFunction.class
Loading Class: net/minecraft/loot/function/ExplorationMapLootFunction.class
Loading Class: net/minecraft/loot/function/SetBannerPatternFunction.class
Loading Class: net/minecraft/loot/function/FillPlayerHeadLootFunction.class
Loading Class: net/minecraft/loot/function/ExplosionDecayLootFunction.class
Loading Class: net/minecraft/loot/function/LootFunctionType.class
Loading Class: net/minecraft/loot/function/LimitCountLootFunction.class
Loading Class: net/minecraft/loot/function/LootFunctionConsumingBuilder.class
Loading Class: net/minecraft/loot/function/ApplyBonusLootFunction.class
Loading Class: net/minecraft/loot/function/CopyStateFunction.class
Loading Class: net/minecraft/loot/function/EnchantWithLevelsLootFunction.class
Loading Class: net/minecraft/loot/function/CopyNameLootFunction.class
Loading Class: net/minecraft/loot/function/LootFunctionManager.class
Loading Class: net/minecraft/loot/function/FurnaceSmeltLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/SetNbtLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/SetNameLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/SetStewEffectLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/SetStewEffectLootFunction$Builder.class
Loading Class: net/minecraft/loot/function/SetDamageLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/SetLoreLootFunction$Builder.class
Loading Class: net/minecraft/loot/function/SetLoreLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/SetEnchantmentsLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/SetEnchantmentsLootFunction$Builder.class
Loading Class: net/minecraft/loot/function/SetCountLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/CopyNbtLootFunction$Operator$2.class
Loading Class: net/minecraft/loot/function/CopyNbtLootFunction$Operator$3.class
Loading Class: net/minecraft/loot/function/CopyNbtLootFunction$Operator$1.class
Loading Class: net/minecraft/loot/function/SetContentsLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/SetContentsLootFunction$Builer.class
Loading Class: net/minecraft/loot/function/SetLootTableLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/SetAttributesLootFunction$Attribute.class
Loading Class: net/minecraft/loot/function/SetAttributesLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/SetAttributesLootFunction$AttributeBuilder.class
Loading Class: net/minecraft/loot/function/SetAttributesLootFunction$1.class
Loading Class: net/minecraft/loot/function/SetAttributesLootFunction$Builder.class
Loading Class: net/minecraft/loot/function/SetBannerPatternFunction$Serializer.class
Loading Class: net/minecraft/loot/function/SetBannerPatternFunction$Builder.class
Loading Class: net/minecraft/loot/function/LootingEnchantLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/LootingEnchantLootFunction$Builder.class
Loading Class: net/minecraft/loot/function/LootFunction$Builder.class
Loading Class: net/minecraft/loot/function/LimitCountLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/ConditionalLootFunction$Builder.class
Loading Class: net/minecraft/loot/function/ConditionalLootFunction$Joiner.class
Loading Class: net/minecraft/loot/function/ConditionalLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/FillPlayerHeadLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/EnchantWithLevelsLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/EnchantWithLevelsLootFunction$Builder.class
Loading Class: net/minecraft/loot/function/ExplorationMapLootFunction$Builder.class
Loading Class: net/minecraft/loot/function/ExplorationMapLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/CopyNbtLootFunction$Operator.class
Loading Class: net/minecraft/loot/function/CopyNbtLootFunction$Operation.class
Loading Class: net/minecraft/loot/function/CopyNbtLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/CopyNbtLootFunction$Builder.class
Loading Class: net/minecraft/loot/function/CopyStateFunction$Builder.class
Loading Class: net/minecraft/loot/function/EnchantRandomlyLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/EnchantRandomlyLootFunction$Builder.class
Loading Class: net/minecraft/loot/function/CopyStateFunction$Serializer.class
Loading Class: net/minecraft/loot/function/CopyNameLootFunction$Source.class
Loading Class: net/minecraft/loot/function/CopyNameLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/ApplyBonusLootFunction$Serializer.class
Loading Class: net/minecraft/loot/function/ApplyBonusLootFunction$BinomialWithBonusCount.class
Loading Class: net/minecraft/loot/function/ApplyBonusLootFunction$UniformBonusCount.class
Loading Class: net/minecraft/loot/function/ApplyBonusLootFunction$OreDrops.class
Loading Class: net/minecraft/loot/function/ApplyBonusLootFunction$FormulaFactory.class
Loading Class: net/minecraft/loot/function/ApplyBonusLootFunction$Formula.class
Loading Class: net/minecraft/loot/function/ExplosionDecayLootFunction$Serializer.class
Loading Class: net/minecraft/MinecraftVersion.class
Loading Class: net/minecraft/block/WallBlock$1.class
Loading Class: net/minecraft/block/RodBlock$1.class
Loading Class: net/minecraft/block/RespawnAnchorBlock$1.class
Loading Class: net/minecraft/block/BedBlock$1.class
Loading Class: net/minecraft/block/VineBlock$1.class
Loading Class: net/minecraft/block/AbstractRailBlock$1.class
Loading Class: net/minecraft/block/RedstoneTorchBlock$BurnoutEntry.class
Loading Class: net/minecraft/block/ComposterBlock$FullComposterInventory.class
Loading Class: net/minecraft/block/ComposterBlock$ComposterInventory.class
Loading Class: net/minecraft/block/ComposterBlock$DummyInventory.class
Loading Class: net/minecraft/block/TripwireBlock$1.class
Loading Class: net/minecraft/block/TripwireHookBlock$1.class
Loading Class: net/minecraft/block/TrapdoorBlock$1.class
Loading Class: net/minecraft/block/Material$Builder.class
Loading Class: net/minecraft/block/HopperBlock$1.class
Loading Class: net/minecraft/block/CocoaBlock$1.class
Loading Class: net/minecraft/block/ChestBlock$1.class
Loading Class: net/minecraft/block/RedstoneWireBlock$1.class
Loading Class: net/minecraft/block/ChestBlock$3.class
Loading Class: net/minecraft/block/ChestBlock$2.class
Loading Class: net/minecraft/block/ChestBlock$4.class
Loading Class: net/minecraft/block/RailBlock$1.class
Loading Class: net/minecraft/block/GrindstoneBlock$1.class
Loading Class: net/minecraft/block/EntityShapeContext$1.class
Loading Class: net/minecraft/block/RailPlacementHelper$1.class
Loading Class: net/minecraft/block/ChainBlock$1.class
Loading Class: net/minecraft/block/PoweredRailBlock$1.class
Loading Class: net/minecraft/block/PressurePlateBlock$ActivationRule.class
Loading Class: net/minecraft/block/PressurePlateBlock$1.class
Loading Class: net/minecraft/block/DoubleBlockProperties$PropertySource$Single.class
Loading Class: net/minecraft/block/DoubleBlockProperties$PropertySource$Pair.class
Loading Class: net/minecraft/block/SideShapeType$2.class
Loading Class: net/minecraft/block/SideShapeType$3.class
Loading Class: net/minecraft/block/SideShapeType$1.class
Loading Class: net/minecraft/block/AmethystClusterBlock$1.class
Loading Class: net/minecraft/block/StructureBlock$1.class
Loading Class: net/minecraft/block/AbstractBlock$AbstractBlockState$ShapeCache.class
Loading Class: net/minecraft/block/FenceGateBlock$1.class
Loading Class: net/minecraft/block/StairsBlock$1.class
Loading Class: net/minecraft/block/EntityShapeContext.class
Loading Class: net/minecraft/block/ShapeContext.class
Loading Class: net/minecraft/block/MapColor.class
Loading Class: net/minecraft/block/Material.class
Loading Class: net/minecraft/block/Blocks.class
Loading Class: net/minecraft/block/PistonBlock.class
Loading Class: net/minecraft/block/AbstractBlock.class
Loading Class: net/minecraft/block/pattern/BlockPattern$BlockStateCacheLoader.class
Loading Class: net/minecraft/block/pattern/BlockPattern$Result.class
Loading Class: net/minecraft/block/pattern/BlockPattern.class
Loading Class: net/minecraft/block/pattern/CachedBlockPosition.class
Loading Class: net/minecraft/block/pattern/BlockPatternBuilder.class
Loading Class: net/minecraft/block/PistonHeadBlock.class
Loading Class: net/minecraft/block/piston/PistonBehavior.class
Loading Class: net/minecraft/block/piston/PistonHandler.class
Loading Class: net/minecraft/block/PistonExtensionBlock.class
Loading Class: net/minecraft/block/BlockState.class
Loading Class: net/minecraft/block/sapling/SpruceSaplingGenerator.class
Loading Class: net/minecraft/block/sapling/LargeTreeSaplingGenerator.class
Loading Class: net/minecraft/block/sapling/JungleSaplingGenerator.class
Loading Class: net/minecraft/block/sapling/OakSaplingGenerator.class
Loading Class: net/minecraft/block/sapling/SaplingGenerator.class
Loading Class: net/minecraft/block/sapling/BirchSaplingGenerator.class
Loading Class: net/minecraft/block/sapling/DarkOakSaplingGenerator.class
Loading Class: net/minecraft/block/sapling/AcaciaSaplingGenerator.class
Loading Class: net/minecraft/block/sapling/AzaleaSaplingGenerator.class
Loading Class: net/minecraft/block/OxidizableBlock.class
Loading Class: net/minecraft/block/WallTorchBlock.class
Loading Class: net/minecraft/block/WetSpongeBlock.class
Loading Class: net/minecraft/block/TwistingVinesPlantBlock.class
Loading Class: net/minecraft/block/WallBlock.class
Loading Class: net/minecraft/block/WitherSkullBlock.class
Loading Class: net/minecraft/block/OxidizableSlabBlock.class
Loading Class: net/minecraft/block/VineBlock.class
Loading Class: net/minecraft/block/WoodenButtonBlock.class
Loading Class: net/minecraft/block/WitherRoseBlock.class
Loading Class: net/minecraft/block/DyedCarpetBlock.class
Loading Class: net/minecraft/block/WallWitherSkullBlock.class
Loading Class: net/minecraft/block/WeightedPressurePlateBlock.class
Loading Class: net/minecraft/block/WeepingVinesBlock.class
Loading Class: net/minecraft/block/WeepingVinesPlantBlock.class
Loading Class: net/minecraft/block/WallSignBlock.class
Loading Class: net/minecraft/block/OxidizableStairsBlock.class
Loading Class: net/minecraft/block/Oxidizable.class
Loading Class: net/minecraft/block/SweetBerryBushBlock.class
Loading Class: net/minecraft/block/CobwebBlock.class
Loading Class: net/minecraft/block/TripwireHookBlock.class
Loading Class: net/minecraft/block/StairsBlock.class
Loading Class: net/minecraft/block/WallSkullBlock.class
Loading Class: net/minecraft/block/LilyPadBlock.class
Loading Class: net/minecraft/block/TurtleEggBlock.class
Loading Class: net/minecraft/block/TripwireBlock.class
Loading Class: net/minecraft/block/WallBannerBlock.class
Loading Class: net/minecraft/block/SculkSensorBlock.class
Loading Class: net/minecraft/block/TntBlock.class
Loading Class: net/minecraft/block/TrapdoorBlock.class
Loading Class: net/minecraft/block/TwistingVinesBlock.class
Loading Class: net/minecraft/block/TargetBlock.class
Loading Class: net/minecraft/block/TrappedChestBlock.class
Loading Class: net/minecraft/block/TorchBlock.class
Loading Class: net/minecraft/block/SideShapeType.class
Loading Class: net/minecraft/block/SugarCaneBlock.class
Loading Class: net/minecraft/block/TallSeagrassBlock.class
Loading Class: net/minecraft/block/FernBlock.class
Loading Class: net/minecraft/block/TintedGlassBlock.class
Loading Class: net/minecraft/block/StructureBlock.class
Loading Class: net/minecraft/block/TallFlowerBlock.class
Loading Class: net/minecraft/block/SporeBlossomBlock.class
Loading Class: net/minecraft/block/SpreadableBlock.class
Loading Class: net/minecraft/block/StructureVoidBlock.class
Loading Class: net/minecraft/block/StonecutterBlock.class
Loading Class: net/minecraft/block/StemBlock.class
Loading Class: net/minecraft/block/SnowBlock.class
Loading Class: net/minecraft/block/SpawnerBlock.class
Loading Class: net/minecraft/block/SignBlock.class
Loading Class: net/minecraft/block/StoneButtonBlock.class
Loading Class: net/minecraft/block/SpongeBlock.class
Loading Class: net/minecraft/block/GourdBlock.class
Loading Class: net/minecraft/block/StainedGlassPaneBlock.class
Loading Class: net/minecraft/block/SmithingTableBlock.class
Loading Class: net/minecraft/block/StainedGlassBlock.class
Loading Class: net/minecraft/block/RedstoneWireBlock.class
Loading Class: net/minecraft/block/SmokerBlock.class
Loading Class: net/minecraft/block/SoulSandBlock.class
Loading Class: net/minecraft/block/SoulFireBlock.class
Loading Class: net/minecraft/block/SnowyBlock.class
Loading Class: net/minecraft/block/SmallDripleafBlock.class
Loading Class: net/minecraft/block/SandBlock.class
Loading Class: net/minecraft/block/AbstractSignBlock.class
Loading Class: net/minecraft/block/RodBlock.class
Loading Class: net/minecraft/block/SlimeBlock.class
Loading Class: net/minecraft/block/ShulkerBoxBlock.class
Loading Class: net/minecraft/block/SeagrassBlock.class
Loading Class: net/minecraft/block/RootedDirtBlock.class
Loading Class: net/minecraft/block/RootsBlock.class
Loading Class: net/minecraft/block/SlabBlock.class
Loading Class: net/minecraft/block/SkullBlock.class
Loading Class: net/minecraft/block/Waterloggable.class
Loading Class: net/minecraft/block/ScaffoldingBlock.class
Loading Class: net/minecraft/block/PointedDripstoneBlock.class
Loading Class: net/minecraft/block/SeaPickleBlock.class
Loading Class: net/minecraft/block/SaplingBlock.class
Loading Class: net/minecraft/block/RespawnAnchorBlock.class
Loading Class: net/minecraft/block/RailBlock.class
Loading Class: net/minecraft/block/RailPlacementHelper.class
Loading Class: net/minecraft/block/PillarBlock.class
Loading Class: net/minecraft/block/PowderSnowCauldronBlock.class
Loading Class: net/minecraft/block/RepeaterBlock.class
Loading Class: net/minecraft/block/WallRedstoneTorchBlock.class
Loading Class: net/minecraft/block/RedstoneTorchBlock.class
Loading Class: net/minecraft/block/FireBlock.class
Loading Class: net/minecraft/block/PoweredRailBlock.class
Loading Class: net/minecraft/block/RedstoneLampBlock.class
Loading Class: net/minecraft/block/BlockRenderType.class
Loading Class: net/minecraft/block/RedstoneOreBlock.class
Loading Class: net/minecraft/block/PumpkinBlock.class
Loading Class: net/minecraft/block/PowderSnowBlock.class
Loading Class: net/minecraft/block/AbstractLichenBlock.class
Loading Class: net/minecraft/block/PressurePlateBlock.class
Loading Class: net/minecraft/block/NyliumBlock.class
Loading Class: net/minecraft/block/RedstoneBlock.class
Loading Class: net/minecraft/block/PotatoesBlock.class
Loading Class: net/minecraft/block/ObserverBlock.class
Loading Class: net/minecraft/block/ConnectingBlock.class
Loading Class: net/minecraft/block/MushroomPlantBlock.class
Loading Class: net/minecraft/block/NoteBlock.class
Loading Class: net/minecraft/block/NetherWartBlock.class
Loading Class: net/minecraft/block/WallPlayerSkullBlock.class
Loading Class: net/minecraft/block/LecternBlock.class
Loading Class: net/minecraft/block/PlayerSkullBlock.class
Loading Class: net/minecraft/block/NetherPortalBlock.class
Loading Class: net/minecraft/block/OreBlock.class
Loading Class: net/minecraft/block/NetherrackBlock.class
Loading Class: net/minecraft/block/VineLogic.class
Loading Class: net/minecraft/block/SproutsBlock.class
Loading Class: net/minecraft/block/MagmaBlock.class
Loading Class: net/minecraft/block/FluidBlock.class
Loading Class: net/minecraft/block/FluidFillable.class
Loading Class: net/minecraft/block/MossBlock.class
Loading Class: net/minecraft/block/LeverBlock.class
Loading Class: net/minecraft/block/MyceliumBlock.class
Loading Class: net/minecraft/block/LoomBlock.class
Loading Class: net/minecraft/block/LightningRodBlock.class
Loading Class: net/minecraft/block/LightBlock.class
Loading Class: net/minecraft/block/MelonBlock.class
Loading Class: net/minecraft/block/LadderBlock.class
Loading Class: net/minecraft/block/LeavesBlock.class
Loading Class: net/minecraft/block/LavaCauldronBlock.class
Loading Class: net/minecraft/block/JukeboxBlock.class
Loading Class: net/minecraft/block/LeveledCauldronBlock.class
Loading Class: net/minecraft/block/LanternBlock.class
Loading Class: net/minecraft/block/AbstractPlantStemBlock.class
Loading Class: net/minecraft/block/JigsawBlock.class
Loading Class: net/minecraft/block/HopperBlock.class
Loading Class: net/minecraft/block/KelpBlock.class
Loading Class: net/minecraft/block/HoneyBlock.class
Loading Class: net/minecraft/block/IceBlock.class
Loading Class: net/minecraft/block/PaneBlock.class
Loading Class: net/minecraft/block/KelpPlantBlock.class
Loading Class: net/minecraft/block/GrindstoneBlock.class
Loading Class: net/minecraft/block/MushroomBlock.class
Loading Class: net/minecraft/block/InfestedBlock.class
Loading Class: net/minecraft/block/RotatedInfestedBlock.class
Loading Class: net/minecraft/block/FenceBlock.class
Loading Class: net/minecraft/block/FenceGateBlock.class
Loading Class: net/minecraft/block/AbstractPlantBlock.class
Loading Class: net/minecraft/block/HangingRootsBlock.class
Loading Class: net/minecraft/block/HorizontalFacingBlock.class
Loading Class: net/minecraft/block/HayBlock.class
Loading Class: net/minecraft/block/TransparentBlock.class
Loading Class: net/minecraft/block/GrassBlock.class
Loading Class: net/minecraft/block/AbstractPlantPartBlock.class
Loading Class: net/minecraft/block/GlowLichenBlock.class
Loading Class: net/minecraft/block/FlowerPotBlock.class
Loading Class: net/minecraft/block/FungusBlock.class
Loading Class: net/minecraft/block/FrostedIceBlock.class
Loading Class: net/minecraft/block/GlazedTerracottaBlock.class
Loading Class: net/minecraft/block/GlassBlock.class
Loading Class: net/minecraft/block/GravelBlock.class
Loading Class: net/minecraft/block/FurnaceBlock.class
Loading Class: net/minecraft/block/OperatorBlock.class
Loading Class: net/minecraft/block/EnchantingTableBlock.class
Loading Class: net/minecraft/block/HorizontalConnectingBlock.class
Loading Class: net/minecraft/block/FletchingTableBlock.class
Loading Class: net/minecraft/block/TallPlantBlock.class
Loading Class: net/minecraft/block/FallingBlock.class
Loading Class: net/minecraft/block/FlowerBlock.class
Loading Class: net/minecraft/block/EnderChestBlock.class
Loading Class: net/minecraft/block/FarmlandBlock.class
Loading Class: net/minecraft/block/BlockEntityProvider.class
Loading Class: net/minecraft/block/DoorBlock.class
Loading Class: net/minecraft/block/EndGatewayBlock.class
Loading Class: net/minecraft/block/ComposterBlock.class
Loading Class: net/minecraft/block/EndPortalFrameBlock.class
Loading Class: net/minecraft/block/WallMountedBlock.class
Loading Class: net/minecraft/block/LandingBlock.class
Loading Class: net/minecraft/block/DetectorRailBlock.class
Loading Class: net/minecraft/block/EndRodBlock.class
Loading Class: net/minecraft/block/AbstractRedstoneGateBlock.class
Loading Class: net/minecraft/block/DispenserBlock.class
Loading Class: net/minecraft/block/EndPortalBlock.class
Loading Class: net/minecraft/block/DragonEggBlock.class
Loading Class: net/minecraft/block/DropperBlock.class
Loading Class: net/minecraft/block/CropBlock.class
Loading Class: net/minecraft/block/DoubleBlockProperties.class
Loading Class: net/minecraft/block/DirtPathBlock.class
Loading Class: net/minecraft/block/DaylightDetectorBlock.class
Loading Class: net/minecraft/block/CryingObsidianBlock.class
Loading Class: net/minecraft/block/DeadBushBlock.class
Loading Class: net/minecraft/block/FacingBlock.class
Loading Class: net/minecraft/block/CraftingTableBlock.class
Loading Class: net/minecraft/block/ComparatorBlock.class
Loading Class: net/minecraft/block/CoralBlockBlock.class
Loading Class: net/minecraft/block/CoralWallFanBlock.class
Loading Class: net/minecraft/block/ChestBlock.class
Loading Class: net/minecraft/block/CaveVinesHeadBlock.class
Loading Class: net/minecraft/block/CoralFanBlock.class
Loading Class: net/minecraft/block/CocoaBlock.class
Loading Class: net/minecraft/block/CoralBlock.class
Loading Class: net/minecraft/block/ConduitBlock.class
Loading Class: net/minecraft/block/CartographyTableBlock.class
Loading Class: net/minecraft/block/CommandBlock.class
Loading Class: net/minecraft/block/ConcretePowderBlock.class
Loading Class: net/minecraft/block/CaveVines.class
Loading Class: net/minecraft/block/ChorusFlowerBlock.class
Loading Class: net/minecraft/block/ChorusPlantBlock.class
Loading Class: net/minecraft/block/CarvedPumpkinBlock.class
Loading Class: net/minecraft/block/CampfireBlock.class
Loading Class: net/minecraft/block/Block.class
Loading Class: net/minecraft/block/Degradable.class
Loading Class: net/minecraft/block/BuddingAmethystBlock.class
Loading Class: net/minecraft/block/CarrotsBlock.class
Loading Class: net/minecraft/block/ChainBlock.class
Loading Class: net/minecraft/block/CaveVinesBodyBlock.class
Loading Class: net/minecraft/block/CandleBlock.class
Loading Class: net/minecraft/block/AbstractButtonBlock.class
Loading Class: net/minecraft/block/CandleCakeBlock.class
Loading Class: net/minecraft/block/CakeBlock.class
Loading Class: net/minecraft/block/CauldronBlock.class
Loading Class: net/minecraft/block/BrewingStandBlock.class
Loading Class: net/minecraft/block/CactusBlock.class
Loading Class: net/minecraft/block/PlantBlock.class
Loading Class: net/minecraft/block/CarpetBlock.class
Loading Class: net/minecraft/block/BigDripleafStemBlock.class
Loading Class: net/minecraft/block/FluidDrainable.class
Loading Class: net/minecraft/block/BellBlock.class
Loading Class: net/minecraft/block/BigDripleafBlock.class
Loading Class: net/minecraft/block/BedBlock.class
Loading Class: net/minecraft/block/Fertilizable.class
Loading Class: net/minecraft/block/BubbleColumnBlock.class
Loading Class: net/minecraft/block/BlastFurnaceBlock.class
Loading Class: net/minecraft/block/BeehiveBlock.class
Loading Class: net/minecraft/block/AbstractFireBlock.class
Loading Class: net/minecraft/block/CoralParentBlock.class
Loading Class: net/minecraft/block/BarrelBlock.class
Loading Class: net/minecraft/block/AbstractRailBlock.class
Loading Class: net/minecraft/block/BeetrootsBlock.class
Loading Class: net/minecraft/block/AbstractPressurePlateBlock.class
Loading Class: net/minecraft/block/BeaconBlock.class
Loading Class: net/minecraft/block/AnvilBlock.class
Loading Class: net/minecraft/block/BambooBlock.class
Loading Class: net/minecraft/block/Stainable.class
Loading Class: net/minecraft/block/DeadCoralWallFanBlock.class
Loading Class: net/minecraft/block/BlockWithEntity.class
Loading Class: net/minecraft/block/BannerBlock.class
Loading Class: net/minecraft/block/DeadCoralFanBlock.class
Loading Class: net/minecraft/block/DeadCoralBlock.class
Loading Class: net/minecraft/block/BambooSaplingBlock.class
Loading Class: net/minecraft/block/BarrierBlock.class
Loading Class: net/minecraft/block/AmethystClusterBlock.class
Loading Class: net/minecraft/block/AbstractGlassBlock.class
Loading Class: net/minecraft/block/AttachedStemBlock.class
Loading Class: net/minecraft/block/AzaleaBlock.class
Loading Class: net/minecraft/block/AbstractFurnaceBlock.class
Loading Class: net/minecraft/block/AbstractCandleBlock.class
Loading Class: net/minecraft/block/AirBlock.class
Loading Class: net/minecraft/block/AmethystBlock.class
Loading Class: net/minecraft/block/AbstractSkullBlock.class
Loading Class: net/minecraft/block/AbstractChestBlock.class
Loading Class: net/minecraft/block/AbstractCauldronBlock.class
Loading Class: net/minecraft/block/AbstractBannerBlock.class
Loading Class: net/minecraft/block/NetherPortalBlock$1.class
Loading Class: net/minecraft/block/InventoryProvider.class
Loading Class: net/minecraft/block/AbstractBlock$AbstractBlockState.class
Loading Class: net/minecraft/block/AbstractBlock$TypedContextPredicate.class
Loading Class: net/minecraft/block/AbstractBlock$Settings.class
Loading Class: net/minecraft/block/AbstractBlock$1.class
Loading Class: net/minecraft/block/AbstractBlock$OffsetType.class
Loading Class: net/minecraft/block/AbstractBlock$ContextPredicate.class
Loading Class: net/minecraft/block/WallMountedBlock$1.class
Loading Class: net/minecraft/block/PistonHeadBlock$1.class
Loading Class: net/minecraft/block/SnowBlock$1.class
Loading Class: net/minecraft/block/PistonBlock$1.class
Loading Class: net/minecraft/block/entity/MobSpawnerBlockEntity$1.class
Loading Class: net/minecraft/block/entity/StructureBlockBlockEntity$Action.class
Loading Class: net/minecraft/block/entity/ShulkerBoxBlockEntity$1.class
Loading Class: net/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage.class
Loading Class: net/minecraft/block/entity/LecternBlockEntity$2.class
Loading Class: net/minecraft/block/entity/LecternBlockEntity$1.class
Loading Class: net/minecraft/block/entity/JigsawBlockEntity$Joint.class
Loading Class: net/minecraft/block/entity/EnderChestBlockEntity$1.class
Loading Class: net/minecraft/block/entity/CommandBlockBlockEntity$1.class
Loading Class: net/minecraft/block/entity/CommandBlockBlockEntity$Type.class
Loading Class: net/minecraft/block/entity/ChestBlockEntity$1.class
Loading Class: net/minecraft/block/entity/BlockEntityType$Builder.class
Loading Class: net/minecraft/block/entity/BlockEntityType$BlockEntityFactory.class
Loading Class: net/minecraft/block/entity/BrewingStandBlockEntity$1.class
Loading Class: net/minecraft/block/entity/HopperBlockEntity.class
Loading Class: net/minecraft/block/entity/PistonBlockEntity.class
Loading Class: net/minecraft/block/entity/EnchantingTableBlockEntity.class
Loading Class: net/minecraft/block/entity/StructureBlockBlockEntity.class
Loading Class: net/minecraft/block/entity/EndGatewayBlockEntity.class
Loading Class: net/minecraft/block/entity/ShulkerBoxBlockEntity.class
Loading Class: net/minecraft/block/entity/SignBlockEntity.class
Loading Class: net/minecraft/block/entity/SkullBlockEntity.class
Loading Class: net/minecraft/block/entity/LootableContainerBlockEntity.class
Loading Class: net/minecraft/block/entity/MobSpawnerBlockEntity.class
Loading Class: net/minecraft/block/entity/TrappedChestBlockEntity.class
Loading Class: net/minecraft/block/entity/EndPortalBlockEntity.class
Loading Class: net/minecraft/block/entity/LecternBlockEntity.class
Loading Class: net/minecraft/block/entity/JigsawBlockEntity.class
Loading Class: net/minecraft/block/entity/ConduitBlockEntity.class
Loading Class: net/minecraft/block/entity/SculkSensorBlockEntity.class
Loading Class: net/minecraft/block/entity/AbstractFurnaceBlockEntity.class
Loading Class: net/minecraft/block/entity/SmokerBlockEntity.class
Loading Class: net/minecraft/block/entity/EnderChestBlockEntity.class
Loading Class: net/minecraft/block/entity/FurnaceBlockEntity.class
Loading Class: net/minecraft/block/entity/JukeboxBlockEntity.class
Loading Class: net/minecraft/block/entity/Hopper.class
Loading Class: net/minecraft/block/entity/DropperBlockEntity.class
Loading Class: net/minecraft/block/entity/DaylightDetectorBlockEntity.class
Loading Class: net/minecraft/block/entity/BlockEntity.class
Loading Class: net/minecraft/block/entity/CampfireBlockEntity.class
Loading Class: net/minecraft/block/entity/DispenserBlockEntity.class
Loading Class: net/minecraft/block/entity/BlockEntityType.class
Loading Class: net/minecraft/block/entity/BeehiveBlockEntity.class
Loading Class: net/minecraft/block/entity/BrewingStandBlockEntity.class
Loading Class: net/minecraft/block/entity/ChestStateManager.class
Loading Class: net/minecraft/block/entity/CommandBlockBlockEntity.class
Loading Class: net/minecraft/block/entity/ComparatorBlockEntity.class
Loading Class: net/minecraft/block/entity/ChestBlockEntity.class
Loading Class: net/minecraft/block/entity/ChestLidAnimator.class
Loading Class: net/minecraft/block/entity/BannerBlockEntity.class
Loading Class: net/minecraft/block/entity/BellBlockEntity.class
Loading Class: net/minecraft/block/entity/BeaconBlockEntity.class
Loading Class: net/minecraft/block/entity/BlockEntityTicker.class
Loading Class: net/minecraft/block/entity/BlastFurnaceBlockEntity.class
Loading Class: net/minecraft/block/entity/BannerPattern.class
Loading Class: net/minecraft/block/entity/LockableContainerBlockEntity.class
Loading Class: net/minecraft/block/entity/BedBlockEntity.class
Loading Class: net/minecraft/block/entity/BarrelBlockEntity.class
Loading Class: net/minecraft/block/entity/BellBlockEntity$Effect.class
Loading Class: net/minecraft/block/entity/BeaconBlockEntity$1.class
Loading Class: net/minecraft/block/entity/BeaconBlockEntity$BeamSegment.class
Loading Class: net/minecraft/block/entity/BeehiveBlockEntity$Bee.class
Loading Class: net/minecraft/block/entity/BeehiveBlockEntity$BeeState.class
Loading Class: net/minecraft/block/entity/BarrelBlockEntity$1.class
Loading Class: net/minecraft/block/entity/PistonBlockEntity$1.class
Loading Class: net/minecraft/block/entity/BannerPattern$Patterns.class
Loading Class: net/minecraft/block/entity/AbstractFurnaceBlockEntity$1.class
Loading Class: net/minecraft/block/ChestBlock$2$1.class
Loading Class: net/minecraft/block/DoorBlock$1.class
Loading Class: net/minecraft/block/DoubleBlockProperties$PropertySource.class
Loading Class: net/minecraft/block/DoubleBlockProperties$Type.class
Loading Class: net/minecraft/block/DoubleBlockProperties$PropertyRetriever.class
Loading Class: net/minecraft/block/SkullBlock$Type.class
Loading Class: net/minecraft/block/SkullBlock$SkullType.class
Loading Class: net/minecraft/block/AbstractButtonBlock$1.class
Loading Class: net/minecraft/block/SlabBlock$1.class
Loading Class: net/minecraft/block/LeverBlock$1.class
Loading Class: net/minecraft/block/LecternBlock$1.class
Loading Class: net/minecraft/block/DetectorRailBlock$1.class
Loading Class: net/minecraft/block/Block$1.class
Loading Class: net/minecraft/block/LadderBlock$1.class
Loading Class: net/minecraft/block/ShulkerBoxBlock$1.class
Loading Class: net/minecraft/block/Block$2.class
Loading Class: net/minecraft/block/Block$NeighborGroup.class
Loading Class: net/minecraft/block/BigDripleafStemBlock$1.class
Loading Class: net/minecraft/block/HorizontalConnectingBlock$1.class
Loading Class: net/minecraft/block/BellBlock$1.class
Loading Class: net/minecraft/block/cauldron/CauldronBehavior.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$24$1.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$25$1.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$1.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$3.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$2.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$7.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$9.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$8.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$4.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$5.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$6.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$13.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$11.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$17.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$10.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$18.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$14.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$23.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$24.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$12.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$22.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$21.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$19.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$15.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$16.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$25.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$20.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior$26.class
Loading Class: net/minecraft/block/dispenser/ShearsDispenserBehavior.class
Loading Class: net/minecraft/block/dispenser/BlockPlacementDispenserBehavior.class
Loading Class: net/minecraft/block/dispenser/ItemDispenserBehavior.class
Loading Class: net/minecraft/block/dispenser/BoatDispenserBehavior.class
Loading Class: net/minecraft/block/dispenser/DispenserBehavior.class
Loading Class: net/minecraft/block/dispenser/FallibleItemDispenserBehavior.class
Loading Class: net/minecraft/block/dispenser/ProjectileDispenserBehavior.class
Loading Class: net/minecraft/block/enums/WallShape.class
Loading Class: net/minecraft/block/enums/SculkSensorPhase.class
Loading Class: net/minecraft/block/enums/StructureBlockMode.class
Loading Class: net/minecraft/block/enums/StairShape.class
Loading Class: net/minecraft/block/enums/Instrument.class
Loading Class: net/minecraft/block/enums/RailShape.class
Loading Class: net/minecraft/block/enums/Tilt.class
Loading Class: net/minecraft/block/enums/SlabType.class
Loading Class: net/minecraft/block/enums/PistonType.class
Loading Class: net/minecraft/block/enums/Thickness.class
Loading Class: net/minecraft/block/enums/WireConnection.class
Loading Class: net/minecraft/block/enums/DoubleBlockHalf.class
Loading Class: net/minecraft/block/enums/BedPart.class
Loading Class: net/minecraft/block/enums/BlockHalf.class
Loading Class: net/minecraft/block/enums/DoorHinge.class
Loading Class: net/minecraft/block/enums/ComparatorMode.class
Loading Class: net/minecraft/block/enums/Attachment.class
Loading Class: net/minecraft/block/enums/ChestType.class
Loading Class: net/minecraft/block/enums/BambooLeaves.class
Loading Class: net/minecraft/block/enums/WallMountLocation.class
Loading Class: net/minecraft/block/enums/JigsawOrientation.class
Loading Class: net/minecraft/block/Oxidizable$OxidizationLevel.class
Loading Class: net/minecraft/block/PillarBlock$1.class
Loading Class: net/minecraft/server/Main$1.class
Loading Class: net/minecraft/server/MinecraftServer.class
Loading Class: net/minecraft/server/Main.class
Loading Class: net/minecraft/server/ServerMetadata$Version$Serializer.class
Loading Class: net/minecraft/server/ServerMetadata$Players$Deserializer.class
Loading Class: net/minecraft/server/MinecraftServer$1.class
Loading Class: net/minecraft/server/MinecraftServer$2.class
Loading Class: net/minecraft/server/MinecraftServer$class_6414.class
Loading Class: net/minecraft/server/LanServerPinger.class
Loading Class: net/minecraft/server/integrated/IntegratedServer.class
Loading Class: net/minecraft/server/integrated/IntegratedPlayerManager.class
Loading Class: net/minecraft/server/ServerMetadata$Deserializer.class
Loading Class: net/minecraft/server/ServerMetadata$Version.class
Loading Class: net/minecraft/server/ServerMetadata$Players.class
Loading Class: net/minecraft/server/PlayerManager.class
Loading Class: net/minecraft/server/ServerConfigHandler.class
Loading Class: net/minecraft/server/ServerConfigList.class
Loading Class: net/minecraft/server/OperatorList.class
Loading Class: net/minecraft/server/rcon/QueryResponseHandler$Query.class
Loading Class: net/minecraft/server/rcon/RconClient.class
Loading Class: net/minecraft/server/rcon/QueryResponseHandler.class
Loading Class: net/minecraft/server/rcon/RconCommandOutput.class
Loading Class: net/minecraft/server/rcon/RconListener.class
Loading Class: net/minecraft/server/rcon/DataStreamHelper.class
Loading Class: net/minecraft/server/rcon/RconBase.class
Loading Class: net/minecraft/server/rcon/BufferHelper.class
Loading Class: net/minecraft/server/BannedIpEntry.class
Loading Class: net/minecraft/server/Whitelist.class
Loading Class: net/minecraft/server/WhitelistEntry.class
Loading Class: net/minecraft/server/BannedPlayerEntry.class
Loading Class: net/minecraft/server/BannedPlayerList.class
Loading Class: net/minecraft/server/OperatorEntry.class
Loading Class: net/minecraft/server/ServerConfigEntry.class
Loading Class: net/minecraft/server/BanEntry.class
Loading Class: net/minecraft/server/BannedIpList.class
Loading Class: net/minecraft/server/filter/TextFilterer$Impl.class
Loading Class: net/minecraft/server/filter/TextFilterer$HashIgnorer.class
Loading Class: net/minecraft/server/filter/TextFilterer$FailedHttpRequestException.class
Loading Class: net/minecraft/server/filter/TextStream$Message.class
Loading Class: net/minecraft/server/filter/TextStream$1.class
Loading Class: net/minecraft/server/filter/TextFilterer.class
Loading Class: net/minecraft/server/filter/TextStream.class
Loading Class: net/minecraft/server/ServerNetworkIo.class
Loading Class: net/minecraft/server/QueueingWorldGenerationProgressListener.class
Loading Class: net/minecraft/server/WorldGenerationProgressListenerFactory.class
Loading Class: net/minecraft/server/WorldGenerationProgressLogger.class
Loading Class: net/minecraft/server/WorldGenerationProgressListener.class
Loading Class: net/minecraft/server/ServerNetworkIo$1.class
Loading Class: net/minecraft/server/ServerNetworkIo$2.class
Loading Class: net/minecraft/server/ServerNetworkIo$DelayingChannelInboundHandler.class
Loading Class: net/minecraft/server/ServerConfigHandler$5.class
Loading Class: net/minecraft/server/ServerConfigHandler$1.class
Loading Class: net/minecraft/server/ServerConfigHandler$2.class
Loading Class: net/minecraft/server/ServerConfigHandler$4.class
Loading Class: net/minecraft/server/ServerConfigHandler$ServerConfigException.class
Loading Class: net/minecraft/server/ServerConfigHandler$3.class
Loading Class: net/minecraft/server/PlayerManager$1.class
Loading Class: net/minecraft/server/ServerNetworkIo$DelayingChannelInboundHandler$Packet.class
Loading Class: net/minecraft/server/world/ChunkTaskPrioritySystem$UnblockingMessage.class
Loading Class: net/minecraft/server/world/ChunkTaskPrioritySystem$Task.class
Loading Class: net/minecraft/server/world/ThreadedAnvilChunkStorage$2.class
Loading Class: net/minecraft/server/world/ThreadedAnvilChunkStorage$1.class
Loading Class: net/minecraft/server/world/ChunkHolder$LevelType.class
Loading Class: net/minecraft/server/world/ChunkHolder$LevelUpdateListener.class
Loading Class: net/minecraft/server/world/ChunkHolder$MultithreadAction.class
Loading Class: net/minecraft/server/world/ChunkHolder$Unloaded.class
Loading Class: net/minecraft/server/world/ChunkHolder$PlayersWatchingChunkProvider.class
Loading Class: net/minecraft/server/world/ChunkHolder$1.class
Loading Class: net/minecraft/server/world/ThreadedAnvilChunkStorage$EntityTracker.class
Loading Class: net/minecraft/server/world/ThreadedAnvilChunkStorage$TicketManager.class
Loading Class: net/minecraft/server/world/ChunkHolder$Unloaded$1.class
Loading Class: net/minecraft/server/world/ServerEntityManager.class
Loading Class: net/minecraft/server/world/ServerTickScheduler.class
Loading Class: net/minecraft/server/world/SimpleTickScheduler.class
Loading Class: net/minecraft/server/world/BlockEvent.class
Loading Class: net/minecraft/server/world/ServerWorld.class
Loading Class: net/minecraft/server/world/ThreadedAnvilChunkStorage.class
Loading Class: net/minecraft/server/world/SleepManager.class
Loading Class: net/minecraft/server/world/ServerLightingProvider.class
Loading Class: net/minecraft/server/world/ServerChunkManager.class
Loading Class: net/minecraft/server/world/EntityTrackingListener.class
Loading Class: net/minecraft/server/world/ChunkTicketType.class
Loading Class: net/minecraft/server/world/ChunkTicket.class
Loading Class: net/minecraft/server/world/ChunkTicketManager.class
Loading Class: net/minecraft/server/world/ChunkTaskPrioritySystem.class
Loading Class: net/minecraft/server/world/ChunkHolder.class
Loading Class: net/minecraft/server/world/LevelPrioritizedQueue.class
Loading Class: net/minecraft/server/world/PlayerChunkWatchingManager.class
Loading Class: net/minecraft/server/world/SimpleTickScheduler$Tick.class
Loading Class: net/minecraft/server/world/ServerEntityManager$Listener.class
Loading Class: net/minecraft/server/world/ServerLightingProvider$Stage.class
Loading Class: net/minecraft/server/world/ServerEntityManager$Status.class
Loading Class: net/minecraft/server/world/ServerWorld$ServerEntityHandler.class
Loading Class: net/minecraft/server/world/ServerChunkManager$MainThreadExecutor.class
Loading Class: net/minecraft/server/world/ChunkTicketManager$DistanceFromNearestPlayerTracker.class
Loading Class: net/minecraft/server/world/ChunkTicketManager$NearbyChunkTicketUpdater.class
Loading Class: net/minecraft/server/world/ChunkTicketManager$TicketDistanceLevelPropagator.class
Loading Class: net/minecraft/server/ServerTask.class
Loading Class: net/minecraft/server/ServerAdvancementLoader.class
Loading Class: net/minecraft/server/dedicated/AbstractPropertiesHandler$PropertyAccessor.class
Loading Class: net/minecraft/server/dedicated/DedicatedServerWatchdog$1.class
Loading Class: net/minecraft/server/dedicated/MinecraftDedicatedServer$1.class
Loading Class: net/minecraft/server/dedicated/ServerMBean.class
Loading Class: net/minecraft/server/dedicated/MinecraftDedicatedServer.class
Loading Class: net/minecraft/server/dedicated/AbstractPropertiesHandler.class
Loading Class: net/minecraft/server/dedicated/DedicatedServerWatchdog.class
Loading Class: net/minecraft/server/dedicated/gui/DedicatedServerGui$2.class
Loading Class: net/minecraft/server/dedicated/gui/DedicatedServerGui$1.class
Loading Class: net/minecraft/server/dedicated/gui/PlayerStatsGui.class
Loading Class: net/minecraft/server/dedicated/gui/PlayerListGui.class
Loading Class: net/minecraft/server/dedicated/gui/DedicatedServerGui.class
Loading Class: net/minecraft/server/dedicated/ServerPropertiesHandler.class
Loading Class: net/minecraft/server/dedicated/DedicatedPlayerManager.class
Loading Class: net/minecraft/server/dedicated/ServerPropertiesLoader.class
Loading Class: net/minecraft/server/dedicated/ServerMBean$Entry.class
Loading Class: net/minecraft/server/dedicated/PendingServerCommand.class
Loading Class: net/minecraft/server/dedicated/command/WhitelistCommand.class
Loading Class: net/minecraft/server/dedicated/command/StopCommand.class
Loading Class: net/minecraft/server/dedicated/command/SetIdleTimeoutCommand.class
Loading Class: net/minecraft/server/dedicated/command/SaveOnCommand.class
Loading Class: net/minecraft/server/dedicated/command/SaveAllCommand.class
Loading Class: net/minecraft/server/dedicated/command/SaveOffCommand.class
Loading Class: net/minecraft/server/dedicated/command/PardonCommand.class
Loading Class: net/minecraft/server/dedicated/command/PardonIpCommand.class
Loading Class: net/minecraft/server/dedicated/command/OpCommand.class
Loading Class: net/minecraft/server/dedicated/command/DeOpCommand.class
Loading Class: net/minecraft/server/dedicated/command/BanCommand.class
Loading Class: net/minecraft/server/dedicated/command/BanIpCommand.class
Loading Class: net/minecraft/server/dedicated/command/BanListCommand.class
Loading Class: net/minecraft/server/dedicated/DedicatedServer.class
Loading Class: net/minecraft/server/dedicated/EulaReader.class
Loading Class: net/minecraft/server/ServerMetadata.class
Loading Class: net/minecraft/server/network/ServerLoginNetworkHandler$1.class
Loading Class: net/minecraft/server/network/ServerLoginNetworkHandler$State.class
Loading Class: net/minecraft/server/network/ServerPlayNetworkHandler$Interaction.class
Loading Class: net/minecraft/server/network/ServerPlayNetworkHandler$2.class
Loading Class: net/minecraft/server/network/ServerPlayNetworkHandler$1.class
Loading Class: net/minecraft/server/network/ServerItemCooldownManager.class
Loading Class: net/minecraft/server/network/ServerHandshakeNetworkHandler$1.class
Loading Class: net/minecraft/server/network/ServerRecipeBook.class
Loading Class: net/minecraft/server/network/ServerPlayNetworkHandler.class
Loading Class: net/minecraft/server/network/ServerPlayerEntity.class
Loading Class: net/minecraft/server/network/ServerLoginNetworkHandler.class
Loading Class: net/minecraft/server/network/ServerPlayerInteractionManager.class
Loading Class: net/minecraft/server/network/ServerQueryNetworkHandler.class
Loading Class: net/minecraft/server/network/SpawnLocating.class
Loading Class: net/minecraft/server/network/ServerHandshakeNetworkHandler.class
Loading Class: net/minecraft/server/network/LocalServerHandshakeNetworkHandler.class
Loading Class: net/minecraft/server/network/EntityTrackerEntry.class
Loading Class: net/minecraft/server/network/DemoServerPlayerInteractionManager.class
Loading Class: net/minecraft/server/network/ServerPlayerEntity$1.class
Loading Class: net/minecraft/server/network/ServerPlayerEntity$2.class
Loading Class: net/minecraft/server/network/ServerPlayerEntity$3.class
Loading Class: net/minecraft/server/network/DebugInfoSender.class
Loading Class: net/minecraft/server/command/LootCommand$Target.class
Loading Class: net/minecraft/server/command/LootCommand$FeedbackMessage.class
Loading Class: net/minecraft/server/command/LootCommand$SourceConstructor.class
Loading Class: net/minecraft/server/command/GameRuleCommand$1.class
Loading Class: net/minecraft/server/command/DataCommand$ModifyOperation.class
Loading Class: net/minecraft/server/command/DataCommand$ObjectType.class
Loading Class: net/minecraft/server/command/DataCommand$ModifyArgumentCreator.class
Loading Class: net/minecraft/server/command/FillCommand$Mode.class
Loading Class: net/minecraft/server/command/ExperienceCommand$Component.class
Loading Class: net/minecraft/server/command/ExecuteCommand$Condition.class
Loading Class: net/minecraft/server/command/ExecuteCommand$ExistsCondition.class
Loading Class: net/minecraft/server/command/TeleportCommand$LookTarget.class
Loading Class: net/minecraft/server/command/WorldBorderCommand.class
Loading Class: net/minecraft/server/command/DataCommand.class
Loading Class: net/minecraft/server/command/TitleCommand.class
Loading Class: net/minecraft/server/command/TeamCommand.class
Loading Class: net/minecraft/server/command/TriggerCommand.class
Loading Class: net/minecraft/server/command/WeatherCommand.class
Loading Class: net/minecraft/server/command/TeleportCommand.class
Loading Class: net/minecraft/server/command/TeamMsgCommand.class
Loading Class: net/minecraft/server/command/TimeCommand.class
Loading Class: net/minecraft/server/command/TellRawCommand.class
Loading Class: net/minecraft/server/command/DebugCommand$Tracer.class
Loading Class: net/minecraft/server/command/AdvancementCommand$Operation$1.class
Loading Class: net/minecraft/server/command/AdvancementCommand$Operation$2.class
Loading Class: net/minecraft/server/command/DatapackCommand$PackAdder.class
Loading Class: net/minecraft/server/command/CloneCommand$BlockInfo.class
Loading Class: net/minecraft/server/command/CloneCommand$Mode.class
Loading Class: net/minecraft/server/command/TestCommand$Listener.class
Loading Class: net/minecraft/server/command/AdvancementCommand$Selection.class
Loading Class: net/minecraft/server/command/AdvancementCommand$Operation.class
Loading Class: net/minecraft/server/command/SpreadPlayersCommand$Pile.class
Loading Class: net/minecraft/server/command/SetBlockCommand$Filter.class
Loading Class: net/minecraft/server/command/SetBlockCommand$Mode.class
Loading Class: net/minecraft/server/command/ScoreboardCommand.class
Loading Class: net/minecraft/server/command/SpreadPlayersCommand.class
Loading Class: net/minecraft/server/command/ScheduleCommand.class
Loading Class: net/minecraft/server/command/TagCommand.class
Loading Class: net/minecraft/server/command/RaidCommand.class
Loading Class: net/minecraft/server/command/LocateCommand.class
Loading Class: net/minecraft/server/command/StopSoundCommand.class
Loading Class: net/minecraft/server/command/CommandManager$RegistrationEnvironment.class
Loading Class: net/minecraft/server/command/CommandManager$CommandParser.class
Loading Class: net/minecraft/server/command/SummonCommand.class
Loading Class: net/minecraft/server/command/LootCommand.class
Loading Class: net/minecraft/server/command/SpectateCommand.class
Loading Class: net/minecraft/server/command/ExecuteCommand.class
Loading Class: net/minecraft/server/command/SetWorldSpawnCommand.class
Loading Class: net/minecraft/server/command/SpawnPointCommand.class
Loading Class: net/minecraft/server/command/SetBlockCommand.class
Loading Class: net/minecraft/server/command/SeedCommand.class
Loading Class: net/minecraft/server/command/SayCommand.class
Loading Class: net/minecraft/server/command/RecipeCommand.class
Loading Class: net/minecraft/server/command/ReloadCommand.class
Loading Class: net/minecraft/server/command/PlaySoundCommand.class
Loading Class: net/minecraft/server/command/PublishCommand.class
Loading Class: net/minecraft/server/command/ParticleCommand.class
Loading Class: net/minecraft/server/command/ItemCommand.class
Loading Class: net/minecraft/server/command/MessageCommand.class
Loading Class: net/minecraft/server/command/MeCommand.class
Loading Class: net/minecraft/server/command/LocateBiomeCommand.class
Loading Class: net/minecraft/server/command/ListCommand.class
Loading Class: net/minecraft/server/command/FillCommand.class
Loading Class: net/minecraft/server/command/EffectCommand.class
Loading Class: net/minecraft/server/command/AttributeCommand.class
Loading Class: net/minecraft/server/command/FunctionCommand.class
Loading Class: net/minecraft/server/command/ExperienceCommand.class
Loading Class: net/minecraft/server/command/KillCommand.class
Loading Class: net/minecraft/server/command/BossBarCommand.class
Loading Class: net/minecraft/server/command/KickCommand.class
Loading Class: net/minecraft/server/command/HelpCommand.class
Loading Class: net/minecraft/server/command/GiveCommand.class
Loading Class: net/minecraft/server/command/ForceLoadCommand.class
Loading Class: net/minecraft/server/command/GameModeCommand.class
Loading Class: net/minecraft/server/command/GameRuleCommand.class
Loading Class: net/minecraft/server/command/DifficultyCommand.class
Loading Class: net/minecraft/server/command/DefaultGameModeCommand.class
Loading Class: net/minecraft/server/command/EnchantCommand.class
Loading Class: net/minecraft/server/command/DebugCommand.class
Loading Class: net/minecraft/server/command/AdvancementCommand.class
Loading Class: net/minecraft/server/command/DebugMobSpawningCommand.class
Loading Class: net/minecraft/server/command/DatapackCommand.class
Loading Class: net/minecraft/server/command/DebugPathCommand.class
Loading Class: net/minecraft/server/command/CloneCommand.class
Loading Class: net/minecraft/server/command/ClearCommand.class
Loading Class: net/minecraft/server/command/TestCommand.class
Loading Class: net/minecraft/server/command/CommandManager.class
Loading Class: net/minecraft/server/command/ServerCommandSource.class
Loading Class: net/minecraft/server/command/CommandOutput.class
Loading Class: net/minecraft/server/command/CommandOutput$1.class
Loading Class: net/minecraft/server/function/CommandFunctionManager$Entry.class
Loading Class: net/minecraft/server/function/CommandFunctionManager$class_6345.class
Loading Class: net/minecraft/server/function/CommandFunctionManager$Tracer.class
Loading Class: net/minecraft/server/function/FunctionLoader.class
Loading Class: net/minecraft/server/function/CommandFunctionManager.class
Loading Class: net/minecraft/server/function/CommandFunction.class
Loading Class: net/minecraft/server/function/CommandFunction$CommandElement.class
Loading Class: net/minecraft/server/function/CommandFunction$Element.class
Loading Class: net/minecraft/server/function/CommandFunction$LazyContainer.class
Loading Class: net/minecraft/server/function/CommandFunction$FunctionElement.class
Loading Class: net/minecraft/server/MinecraftServer$class_6414$1.class
Loading Class: net/minecraft/predicate/BlockPredicate$Builder.class
Loading Class: net/minecraft/predicate/StatePredicate$ExactValueCondition.class
Loading Class: net/minecraft/predicate/StatePredicate$Builder.class
Loading Class: net/minecraft/predicate/StatePredicate$RangedValueCondition.class
Loading Class: net/minecraft/predicate/StatePredicate$Condition.class
Loading Class: net/minecraft/predicate/PlayerPredicate$CompletedAdvancementPredicate.class
Loading Class: net/minecraft/predicate/PlayerPredicate$Builder.class
Loading Class: net/minecraft/predicate/PlayerPredicate$AdvancementCriteriaPredicate.class
Loading Class: net/minecraft/predicate/PlayerPredicate$AdvancementPredicate.class
Loading Class: net/minecraft/predicate/NumberRange$FloatRange.class
Loading Class: net/minecraft/predicate/NumberRange$IntRange.class
Loading Class: net/minecraft/predicate/NumberRange$CommandFactory.class
Loading Class: net/minecraft/predicate/NumberRange$Factory.class
Loading Class: net/minecraft/predicate/block/BlockStatePredicate.class
Loading Class: net/minecraft/predicate/block/BlockPredicate.class
Loading Class: net/minecraft/predicate/LightPredicate$Builder.class
Loading Class: net/minecraft/predicate/FluidPredicate$Builder.class
Loading Class: net/minecraft/predicate/PlayerPredicate.class
Loading Class: net/minecraft/predicate/StatePredicate.class
Loading Class: net/minecraft/predicate/NbtPredicate.class
Loading Class: net/minecraft/predicate/NumberRange.class
Loading Class: net/minecraft/predicate/LightPredicate.class
Loading Class: net/minecraft/predicate/FluidPredicate.class
Loading Class: net/minecraft/predicate/item/ItemPredicate$Builder.class
Loading Class: net/minecraft/predicate/item/ItemPredicate.class
Loading Class: net/minecraft/predicate/item/EnchantmentPredicate.class
Loading Class: net/minecraft/predicate/DamagePredicate.class
Loading Class: net/minecraft/predicate/BlockPredicate.class
Loading Class: net/minecraft/predicate/entity/EntityEffectPredicate$EffectData.class
Loading Class: net/minecraft/predicate/entity/LocationPredicate$Builder.class
Loading Class: net/minecraft/predicate/entity/EntityPredicates.class
Loading Class: net/minecraft/predicate/entity/EntityPredicates$Equipable.class
Loading Class: net/minecraft/predicate/entity/EntityTypePredicate$Tagged.class
Loading Class: net/minecraft/predicate/entity/EntityTypePredicate$Single.class
Loading Class: net/minecraft/predicate/entity/EntityPredicate$Extended.class
Loading Class: net/minecraft/predicate/entity/EntityTypePredicate$1.class
Loading Class: net/minecraft/predicate/entity/EntityPredicate$Builder.class
Loading Class: net/minecraft/predicate/entity/EntityFlagsPredicate$Builder.class
Loading Class: net/minecraft/predicate/entity/EntityEquipmentPredicate$Builder.class
Loading Class: net/minecraft/predicate/entity/LocationPredicate.class
Loading Class: net/minecraft/predicate/entity/EntityEffectPredicate.class
Loading Class: net/minecraft/predicate/entity/AdvancementEntityPredicateSerializer.class
Loading Class: net/minecraft/predicate/entity/EntityPredicate.class
Loading Class: net/minecraft/predicate/entity/EntityTypePredicate.class
Loading Class: net/minecraft/predicate/entity/FishingHookPredicate.class
Loading Class: net/minecraft/predicate/entity/EntityEquipmentPredicate.class
Loading Class: net/minecraft/predicate/entity/EntityFlagsPredicate.class
Loading Class: net/minecraft/predicate/entity/DamageSourcePredicate.class
Loading Class: net/minecraft/predicate/entity/DistancePredicate.class
Loading Class: net/minecraft/predicate/entity/AdvancementEntityPredicateDeserializer.class
Loading Class: net/minecraft/predicate/entity/DamageSourcePredicate$Builder.class
Loading Class: net/minecraft/predicate/DamagePredicate$Builder.class
Loading Class: net/minecraft/world/SpawnHelper$ChunkSource.class
Loading Class: net/minecraft/world/SpawnHelper$Info.class
Loading Class: net/minecraft/world/SpawnHelper$1.class
Loading Class: net/minecraft/world/SpawnHelper$Runner.class
Loading Class: net/minecraft/world/SpawnHelper$Checker.class
Loading Class: net/minecraft/world/World$1.class
Loading Class: net/minecraft/world/GameRules$IntRule.class
Loading Class: net/minecraft/world/GameRules$Visitor.class
Loading Class: net/minecraft/world/GameRules$Category.class
Loading Class: net/minecraft/world/GameRules$BooleanRule.class
Loading Class: net/minecraft/world/GameRules$Rule.class
Loading Class: net/minecraft/world/GameRules$Type.class
Loading Class: net/minecraft/world/GameRules$Acceptor.class
Loading Class: net/minecraft/world/GameRules$Key.class
Loading Class: net/minecraft/world/Heightmap$Type.class
Loading Class: net/minecraft/world/Heightmap$Purpose.class
Loading Class: net/minecraft/world/PortalUtil$IntBounds.class
Loading Class: net/minecraft/world/PortalUtil$Rectangle.class
Loading Class: net/minecraft/world/WorldSaveHandler.class
Loading Class: net/minecraft/world/SaveProperties.class
Loading Class: net/minecraft/world/MutableWorldProperties.class
Loading Class: net/minecraft/world/PersistentStateManager.class
Loading Class: net/minecraft/world/WorldProperties.class
Loading Class: net/minecraft/world/IdCountsState.class
Loading Class: net/minecraft/world/PortalForcer.class
Loading Class: net/minecraft/world/PersistentState.class
Loading Class: net/minecraft/world/TeleportTarget.class
Loading Class: net/minecraft/world/ChunkUpdateState.class
Loading Class: net/minecraft/world/FeatureUpdater.class
Loading Class: net/minecraft/world/Heightmap.class
Loading Class: net/minecraft/world/Vibration.class
Loading Class: net/minecraft/world/ChunkSerializer.class
Loading Class: net/minecraft/world/EntityList.class
Loading Class: net/minecraft/world/dimension/AreaHelper.class
Loading Class: net/minecraft/world/dimension/DimensionType.class
Loading Class: net/minecraft/world/dimension/DimensionOptions.class
Loading Class: net/minecraft/world/dimension/YLevels.class
Loading Class: net/minecraft/world/storage/ChunkStreamVersion$Wrapper.class
Loading Class: net/minecraft/world/storage/RegionFile$ChunkBuffer.class
Loading Class: net/minecraft/world/storage/RegionFile$OutputAction.class
Loading Class: net/minecraft/world/storage/StorageIoWorker$Priority.class
Loading Class: net/minecraft/world/storage/StorageIoWorker$Result.class
Loading Class: net/minecraft/world/storage/StorageIoWorker.class
Loading Class: net/minecraft/world/storage/RegionBasedStorage.class
Loading Class: net/minecraft/world/storage/RegionFile.class
Loading Class: net/minecraft/world/storage/ChunkDataAccess.class
Loading Class: net/minecraft/world/storage/SerializingRegionBasedStorage.class
Loading Class: net/minecraft/world/storage/ChunkDataList.class
Loading Class: net/minecraft/world/storage/ChunkStreamVersion.class
Loading Class: net/minecraft/world/storage/EntityChunkDataAccess.class
Loading Class: net/minecraft/world/storage/SectorMap.class
Loading Class: net/minecraft/world/storage/VersionedChunkStorage.class
Loading Class: net/minecraft/world/ChunkTickScheduler.class
Loading Class: net/minecraft/world/StructureHolder.class
Loading Class: net/minecraft/world/ChunkSectionCache.class
Loading Class: net/minecraft/world/WorldEvents.class
Loading Class: net/minecraft/world/World.class
Loading Class: net/minecraft/world/SpawnHelper.class
Loading Class: net/minecraft/world/StructureWorldAccess.class
Loading Class: net/minecraft/world/ScheduledTick.class
Loading Class: net/minecraft/world/TickScheduler.class
Loading Class: net/minecraft/world/MobSpawnerEntry.class
Loading Class: net/minecraft/world/TickPriority.class
Loading Class: net/minecraft/world/GameRules.class
Loading Class: net/minecraft/world/WorldView.class
Loading Class: net/minecraft/world/ServerWorldAccess.class
Loading Class: net/minecraft/world/ModifiableWorld.class
Loading Class: net/minecraft/world/LightType.class
Loading Class: net/minecraft/world/TestableWorld.class
Loading Class: net/minecraft/world/BlockCollisionSpliterator.class
Loading Class: net/minecraft/world/LunarWorldView.class
Loading Class: net/minecraft/world/explosion/Explosion$DestructionType.class
Loading Class: net/minecraft/world/explosion/Explosion.class
Loading Class: net/minecraft/world/explosion/ExplosionBehavior.class
Loading Class: net/minecraft/world/explosion/EntityExplosionBehavior.class
Loading Class: net/minecraft/world/ModifiableTestableWorld.class
Loading Class: net/minecraft/world/GameMode.class
Loading Class: net/minecraft/world/EntityView.class
Loading Class: net/minecraft/world/WorldAccess.class
Loading Class: net/minecraft/world/HeightLimitView.class
Loading Class: net/minecraft/world/ForcedChunkState.class
Loading Class: net/minecraft/world/EmptyBlockView.class
Loading Class: net/minecraft/world/MobSpawnerLogic.class
Loading Class: net/minecraft/world/CollisionView.class
Loading Class: net/minecraft/world/RegistryWorldView.class
Loading Class: net/minecraft/world/BlockView.class
Loading Class: net/minecraft/world/RaycastContext.class
Loading Class: net/minecraft/world/CommandBlockExecutor.class
Loading Class: net/minecraft/world/BlockStateRaycastContext.class
Loading Class: net/minecraft/world/BlockRenderView.class
Loading Class: net/minecraft/world/WanderingTraderManager.class
Loading Class: net/minecraft/world/Difficulty.class
Loading Class: net/minecraft/world/LocalDifficulty.class
Loading Class: net/minecraft/world/updater/WorldUpdater.class
Loading Class: net/minecraft/world/ChunkRegion.class
Loading Class: net/minecraft/world/MultiTickScheduler.class
Loading Class: net/minecraft/world/SectionDistanceLevelPropagator.class
Loading Class: net/minecraft/world/ChunkPosDistanceLevelPropagator.class
Loading Class: net/minecraft/world/RaycastContext$FluidHandling.class
Loading Class: net/minecraft/world/RaycastContext$ShapeType.class
Loading Class: net/minecraft/world/RaycastContext$ShapeProvider.class
Loading Class: net/minecraft/world/timer/Timer.class
Loading Class: net/minecraft/world/timer/TimerCallback.class
Loading Class: net/minecraft/world/timer/TimerCallbackSerializer.class
Loading Class: net/minecraft/world/timer/FunctionTagTimerCallback.class
Loading Class: net/minecraft/world/timer/FunctionTimerCallback.class
Loading Class: net/minecraft/world/timer/Timer$Event.class
Loading Class: net/minecraft/world/timer/FunctionTimerCallback$Serializer.class
Loading Class: net/minecraft/world/timer/TimerCallback$Serializer.class
Loading Class: net/minecraft/world/timer/FunctionTagTimerCallback$Serializer.class
Loading Class: net/minecraft/world/level/LevelProperties.class
Loading Class: net/minecraft/world/level/ServerWorldProperties.class
Loading Class: net/minecraft/world/level/UnmodifiableLevelProperties.class
Loading Class: net/minecraft/world/level/LevelInfo.class
Loading Class: net/minecraft/world/level/storage/AlphaChunkIo$1.class
Loading Class: net/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk.class
Loading Class: net/minecraft/world/level/storage/LevelStorage$Session$1.class
Loading Class: net/minecraft/world/level/storage/LevelStorage$Session$2.class
Loading Class: net/minecraft/world/level/storage/LevelSummary.class
Loading Class: net/minecraft/world/level/storage/AnvilLevelStorage.class
Loading Class: net/minecraft/world/level/storage/LevelStorage.class
Loading Class: net/minecraft/world/level/storage/SaveVersionInfo.class
Loading Class: net/minecraft/world/level/storage/LevelStorageException.class
Loading Class: net/minecraft/world/level/storage/AlphaChunkIo.class
Loading Class: net/minecraft/world/level/storage/AlphaChunkDataArray.class
Loading Class: net/minecraft/world/level/storage/SessionLock.class
Loading Class: net/minecraft/world/level/storage/LevelSummary$ConversionWarning.class
Loading Class: net/minecraft/world/level/storage/SessionLock$AlreadyLockedException.class
Loading Class: net/minecraft/world/level/storage/LevelStorage$Session.class
Loading Class: net/minecraft/world/level/ColorResolver.class
Loading Class: net/minecraft/world/chunk/UpgradeData$BuiltinLogic.class
Loading Class: net/minecraft/world/chunk/UpgradeData$Logic.class
Loading Class: net/minecraft/world/chunk/PalettedContainer$CountConsumer.class
Loading Class: net/minecraft/world/chunk/ColumnChunkNibbleArray.class
Loading Class: net/minecraft/world/chunk/ChunkToNibbleArrayMap.class
Loading Class: net/minecraft/world/chunk/light/SkyLightStorage$1.class
Loading Class: net/minecraft/world/chunk/light/SkyLightStorage$Data.class
Loading Class: net/minecraft/world/chunk/light/ChunkLightingView$Empty.class
Loading Class: net/minecraft/world/chunk/light/LightStorage$1.class
Loading Class: net/minecraft/world/chunk/light/BlockLightStorage$Data.class
Loading Class: net/minecraft/world/chunk/light/LevelPropagator$1.class
Loading Class: net/minecraft/world/chunk/light/LevelPropagator$2.class
Loading Class: net/minecraft/world/chunk/light/SkyLightStorage.class
Loading Class: net/minecraft/world/chunk/light/BlockLightStorage.class
Loading Class: net/minecraft/world/chunk/light/LightStorage.class
Loading Class: net/minecraft/world/chunk/light/ChunkLightingView.class
Loading Class: net/minecraft/world/chunk/light/ChunkLightProvider.class
Loading Class: net/minecraft/world/chunk/light/ChunkSkyLightProvider.class
Loading Class: net/minecraft/world/chunk/light/LevelPropagator.class
Loading Class: net/minecraft/world/chunk/light/LightingProvider.class
Loading Class: net/minecraft/world/chunk/light/LightingView.class
Loading Class: net/minecraft/world/chunk/light/ChunkBlockLightProvider.class
Loading Class: net/minecraft/world/chunk/PalettedContainer.class
Loading Class: net/minecraft/world/chunk/WorldChunk.class
Loading Class: net/minecraft/world/chunk/ChunkStatusChangeListener.class
Loading Class: net/minecraft/world/chunk/ChunkStatus.class
Loading Class: net/minecraft/world/chunk/ProtoChunk.class
Loading Class: net/minecraft/world/chunk/UpgradeData.class
Loading Class: net/minecraft/world/chunk/IdListPalette.class
Loading Class: net/minecraft/world/chunk/ArrayPalette.class
Loading Class: net/minecraft/world/chunk/ReadOnlyChunk.class
Loading Class: net/minecraft/world/chunk/PaletteResizeListener.class
Loading Class: net/minecraft/world/chunk/ChunkSection.class
Loading Class: net/minecraft/world/chunk/Palette.class
Loading Class: net/minecraft/world/chunk/BiMapPalette.class
Loading Class: net/minecraft/world/chunk/ChunkProvider.class
Loading Class: net/minecraft/world/chunk/ChunkNibbleArray.class
Loading Class: net/minecraft/world/chunk/EmptyChunk.class
Loading Class: net/minecraft/world/chunk/Chunk.class
Loading Class: net/minecraft/world/chunk/ChunkManager.class
Loading Class: net/minecraft/world/chunk/BlockEntityTickInvoker.class
Loading Class: net/minecraft/world/chunk/ChunkCache.class
Loading Class: net/minecraft/world/chunk/UpgradeData$BuiltinLogic$3.class
Loading Class: net/minecraft/world/chunk/UpgradeData$BuiltinLogic$4.class
Loading Class: net/minecraft/world/chunk/UpgradeData$BuiltinLogic$2.class
Loading Class: net/minecraft/world/chunk/UpgradeData$BuiltinLogic$1.class
Loading Class: net/minecraft/world/chunk/UpgradeData$BuiltinLogic$5.class
Loading Class: net/minecraft/world/chunk/WorldChunk$CreationType.class
Loading Class: net/minecraft/world/chunk/WorldChunk$DirectBlockEntityTickInvoker.class
Loading Class: net/minecraft/world/chunk/WorldChunk$WrappedBlockEntityTickInvoker.class
Loading Class: net/minecraft/world/chunk/WorldChunk$1.class
Loading Class: net/minecraft/world/chunk/EmptyChunk$EmptyBiomeArray.class
Loading Class: net/minecraft/world/chunk/ChunkStatus$LoadTask.class
Loading Class: net/minecraft/world/chunk/ChunkStatus$GenerationTask.class
Loading Class: net/minecraft/world/chunk/ChunkStatus$ChunkType.class
Loading Class: net/minecraft/world/chunk/ChunkStatus$SimpleGenerationTask.class
Loading Class: net/minecraft/world/event/GameEvent.class
Loading Class: net/minecraft/world/event/PositionSourceType.class
Loading Class: net/minecraft/world/event/PositionSource.class
Loading Class: net/minecraft/world/event/EntityPositionSource.class
Loading Class: net/minecraft/world/event/BlockPositionSource.class
Loading Class: net/minecraft/world/event/listener/EntityGameEventHandler.class
Loading Class: net/minecraft/world/event/listener/SculkSensorListener.class
Loading Class: net/minecraft/world/event/listener/GameEventListener.class
Loading Class: net/minecraft/world/event/listener/GameEventDispatcher.class
Loading Class: net/minecraft/world/event/listener/SimpleGameEventDispatcher.class
Loading Class: net/minecraft/world/event/listener/SculkSensorListener$Callback.class
Loading Class: net/minecraft/world/event/listener/GameEventDispatcher$1.class
Loading Class: net/minecraft/world/event/BlockPositionSource$Type.class
Loading Class: net/minecraft/world/event/EntityPositionSource$Type.class
Loading Class: net/minecraft/world/border/WorldBorder.class
Loading Class: net/minecraft/world/border/WorldBorderListener.class
Loading Class: net/minecraft/world/border/WorldBorderStage.class
Loading Class: net/minecraft/world/border/WorldBorder$MovingArea.class
Loading Class: net/minecraft/world/border/WorldBorder$Properties.class
Loading Class: net/minecraft/world/border/WorldBorder$Area.class
Loading Class: net/minecraft/world/border/WorldBorder$StaticArea.class
Loading Class: net/minecraft/world/border/WorldBorderListener$WorldBorderSyncer.class
Loading Class: net/minecraft/world/poi/PointOfInterestStorage.class
Loading Class: net/minecraft/world/poi/PointOfInterestSet.class
Loading Class: net/minecraft/world/poi/PointOfInterestType.class
Loading Class: net/minecraft/world/poi/PointOfInterest.class
Loading Class: net/minecraft/world/poi/PointOfInterestStorage$PointOfInterestDistanceTracker.class
Loading Class: net/minecraft/world/poi/PointOfInterestStorage$OccupationStatus.class
Loading Class: net/minecraft/world/entity/SectionedEntityCache.class
Loading Class: net/minecraft/world/entity/EntityLookup.class
Loading Class: net/minecraft/world/entity/EntityTrackingStatus.class
Loading Class: net/minecraft/world/entity/SimpleEntityLookup.class
Loading Class: net/minecraft/world/entity/EntityTrackingSection.class
Loading Class: net/minecraft/world/entity/EntityIndex.class
Loading Class: net/minecraft/world/entity/EntityHandler.class
Loading Class: net/minecraft/world/entity/EntityChangeListener.class
Loading Class: net/minecraft/world/entity/EntityLike.class
Loading Class: net/minecraft/world/entity/EntityChangeListener$1.class
Loading Class: net/minecraft/world/biome/BiomeEffects$GrassColorModifier$1.class
Loading Class: net/minecraft/world/biome/BiomeEffects$GrassColorModifier$3.class
Loading Class: net/minecraft/world/biome/BiomeEffects$GrassColorModifier$2.class
Loading Class: net/minecraft/world/biome/BiomeIds.class
Loading Class: net/minecraft/world/biome/Biome.class
Loading Class: net/minecraft/world/biome/BiomeKeys.class
Loading Class: net/minecraft/world/biome/SpawnSettings.class
Loading Class: net/minecraft/world/biome/GenerationSettings.class
Loading Class: net/minecraft/world/biome/BiomeEffects.class
Loading Class: net/minecraft/world/biome/BiomeParticleConfig.class
Loading Class: net/minecraft/world/biome/SpawnSettings$SpawnEntry.class
Loading Class: net/minecraft/world/biome/SpawnSettings$Builder.class
Loading Class: net/minecraft/world/biome/SpawnSettings$SpawnDensity.class
Loading Class: net/minecraft/world/biome/Biome$TemperatureModifier$2.class
Loading Class: net/minecraft/world/biome/Biome$TemperatureModifier$1.class
Loading Class: net/minecraft/world/biome/BiomeEffects$Builder.class
Loading Class: net/minecraft/world/biome/BiomeEffects$GrassColorModifier.class
Loading Class: net/minecraft/world/biome/Biome$Builder.class
Loading Class: net/minecraft/world/biome/Biome$Category.class
Loading Class: net/minecraft/world/biome/Biome$MixedNoisePoint.class
Loading Class: net/minecraft/world/biome/Biome$Precipitation.class
Loading Class: net/minecraft/world/biome/Biome$TemperatureModifier.class
Loading Class: net/minecraft/world/biome/Biome$Weather.class
Loading Class: net/minecraft/world/biome/Biome$1.class
Loading Class: net/minecraft/world/biome/GenerationSettings$Builder.class
Loading Class: net/minecraft/world/biome/layer/BiomeLayers.class
Loading Class: net/minecraft/world/biome/layer/ScaleLayer.class
Loading Class: net/minecraft/world/biome/layer/SimpleLandNoiseLayer.class
Loading Class: net/minecraft/world/biome/layer/AddBambooJungleLayer.class
Loading Class: net/minecraft/world/biome/layer/AddIslandLayer.class
Loading Class: net/minecraft/world/biome/layer/AddSunflowerPlainsLayer.class
Loading Class: net/minecraft/world/biome/layer/type/SouthEastSamplingLayer.class
Loading Class: net/minecraft/world/biome/layer/type/CrossSamplingLayer.class
Loading Class: net/minecraft/world/biome/layer/type/IdentitySamplingLayer.class
Loading Class: net/minecraft/world/biome/layer/type/ParentedLayer.class
Loading Class: net/minecraft/world/biome/layer/type/DiagonalCrossSamplingLayer.class
Loading Class: net/minecraft/world/biome/layer/type/InitLayer.class
Loading Class: net/minecraft/world/biome/layer/type/MergingLayer.class
Loading Class: net/minecraft/world/biome/layer/SmoothLayer.class
Loading Class: net/minecraft/world/biome/layer/AddEdgeBiomesLayer.class
Loading Class: net/minecraft/world/biome/layer/AddHillsLayer.class
Loading Class: net/minecraft/world/biome/layer/ApplyRiverLayer.class
Loading Class: net/minecraft/world/biome/layer/EaseBiomeEdgeLayer.class
Loading Class: net/minecraft/world/biome/layer/NoiseToRiverLayer.class
Loading Class: net/minecraft/world/biome/layer/ApplyOceanTemperatureLayer.class
Loading Class: net/minecraft/world/biome/layer/OceanTemperatureLayer.class
Loading Class: net/minecraft/world/biome/layer/AddColdClimatesLayer.class
Loading Class: net/minecraft/world/biome/layer/ContinentLayer.class
Loading Class: net/minecraft/world/biome/layer/AddMushroomIslandLayer.class
Loading Class: net/minecraft/world/biome/layer/IncreaseEdgeCurvatureLayer.class
Loading Class: net/minecraft/world/biome/layer/AddBaseBiomesLayer.class
Loading Class: net/minecraft/world/biome/layer/AddDeepOceanLayer.class
Loading Class: net/minecraft/world/biome/layer/AddClimateLayers.class
Loading Class: net/minecraft/world/biome/layer/util/IdentityCoordinateTransformer.class
Loading Class: net/minecraft/world/biome/layer/util/NorthWestCoordinateTransformer.class
Loading Class: net/minecraft/world/biome/layer/util/LayerOperator.class
Loading Class: net/minecraft/world/biome/layer/util/CoordinateTransformer.class
Loading Class: net/minecraft/world/biome/layer/util/CachingLayerContext.class
Loading Class: net/minecraft/world/biome/layer/util/LayerRandomnessSource.class
Loading Class: net/minecraft/world/biome/layer/util/LayerSampleContext.class
Loading Class: net/minecraft/world/biome/layer/util/LayerSampler.class
Loading Class: net/minecraft/world/biome/layer/util/CachingLayerSampler.class
Loading Class: net/minecraft/world/biome/layer/util/LayerFactory.class
Loading Class: net/minecraft/world/biome/layer/ScaleLayer$1.class
Loading Class: net/minecraft/world/biome/layer/BiomeLayers$Category.class
Loading Class: net/minecraft/world/biome/layer/AddClimateLayers$AddSpecialBiomesLayer.class
Loading Class: net/minecraft/world/biome/layer/AddClimateLayers$AddTemperateBiomesLayer.class
Loading Class: net/minecraft/world/biome/layer/AddClimateLayers$AddCoolBiomesLayer.class
Loading Class: net/minecraft/world/biome/DefaultBiomeCreator.class
Loading Class: net/minecraft/world/biome/BuiltinBiomes.class
Loading Class: net/minecraft/world/biome/source/BiomeLayerSampler.class
Loading Class: net/minecraft/world/biome/source/BiomeArray.class
Loading Class: net/minecraft/world/biome/source/DirectBiomeAccessType.class
Loading Class: net/minecraft/world/biome/source/MultiNoiseBiomeSource.class
Loading Class: net/minecraft/world/biome/source/BiomeSource.class
Loading Class: net/minecraft/world/biome/source/VanillaLayeredBiomeSource.class
Loading Class: net/minecraft/world/biome/source/TheEndBiomeSource.class
Loading Class: net/minecraft/world/biome/source/VoronoiBiomeAccessType.class
Loading Class: net/minecraft/world/biome/source/CheckerboardBiomeSource.class
Loading Class: net/minecraft/world/biome/source/HorizontalVoronoiBiomeAccessType.class
Loading Class: net/minecraft/world/biome/source/FixedBiomeSource.class
Loading Class: net/minecraft/world/biome/source/BiomeAccessType.class
Loading Class: net/minecraft/world/biome/source/BiomeAccess.class
Loading Class: net/minecraft/world/biome/source/SeedMixer.class
Loading Class: net/minecraft/world/biome/source/MultiNoiseBiomeSource$Instance.class
Loading Class: net/minecraft/world/biome/source/MultiNoiseBiomeSource$Preset.class
Loading Class: net/minecraft/world/biome/source/MultiNoiseBiomeSource$NoiseParameters.class
Loading Class: net/minecraft/world/biome/source/BiomeAccess$Storage.class
Loading Class: net/minecraft/world/biome/source/BiomeCoords.class
Loading Class: net/minecraft/world/gen/OreVeinGenerator$VeinType.class
Loading Class: net/minecraft/world/gen/NoiseInterpolator$ColumnSampler.class
Loading Class: net/minecraft/world/gen/GenerationStep$Carver.class
Loading Class: net/minecraft/world/gen/GenerationStep$Feature.class
Loading Class: net/minecraft/world/gen/NoiseCaveSampler$CaveScaler.class
Loading Class: net/minecraft/world/gen/NoiseHelper.class
Loading Class: net/minecraft/world/gen/heightprovider/VeryBiasedToBottomHeightProvider.class
Loading Class: net/minecraft/world/gen/heightprovider/TrapezoidHeightProvider.class
Loading Class: net/minecraft/world/gen/heightprovider/UniformHeightProvider.class
Loading Class: net/minecraft/world/gen/heightprovider/HeightProviderType.class
Loading Class: net/minecraft/world/gen/heightprovider/BiasedToBottomHeightProvider.class
Loading Class: net/minecraft/world/gen/heightprovider/HeightProvider.class
Loading Class: net/minecraft/world/gen/heightprovider/ConstantHeightProvider.class
Loading Class: net/minecraft/world/gen/trunk/LargeOakTrunkPlacer$BranchPosition.class
Loading Class: net/minecraft/world/gen/trunk/DarkOakTrunkPlacer.class
Loading Class: net/minecraft/world/gen/trunk/TrunkPlacer.class
Loading Class: net/minecraft/world/gen/trunk/LargeOakTrunkPlacer.class
Loading Class: net/minecraft/world/gen/trunk/StraightTrunkPlacer.class
Loading Class: net/minecraft/world/gen/trunk/TrunkPlacerType.class
Loading Class: net/minecraft/world/gen/trunk/GiantTrunkPlacer.class
Loading Class: net/minecraft/world/gen/trunk/BendingTrunkPlacer.class
Loading Class: net/minecraft/world/gen/trunk/MegaJungleTrunkPlacer.class
Loading Class: net/minecraft/world/gen/trunk/ForkingTrunkPlacer.class
Loading Class: net/minecraft/world/gen/treedecorator/AlterGroundTreeDecorator.class
Loading Class: net/minecraft/world/gen/treedecorator/LeavesVineTreeDecorator.class
Loading Class: net/minecraft/world/gen/treedecorator/TrunkVineTreeDecorator.class
Loading Class: net/minecraft/world/gen/treedecorator/TreeDecoratorType.class
Loading Class: net/minecraft/world/gen/treedecorator/TreeDecorator.class
Loading Class: net/minecraft/world/gen/treedecorator/CocoaBeansTreeDecorator.class
Loading Class: net/minecraft/world/gen/treedecorator/BeehiveTreeDecorator.class
Loading Class: net/minecraft/world/gen/stateprovider/WeightedBlockStateProvider.class
Loading Class: net/minecraft/world/gen/stateprovider/SimpleBlockStateProvider.class
Loading Class: net/minecraft/world/gen/stateprovider/RandomizedIntBlockStateProvider.class
Loading Class: net/minecraft/world/gen/stateprovider/PlainsFlowerBlockStateProvider.class
Loading Class: net/minecraft/world/gen/stateprovider/PillarBlockStateProvider.class
Loading Class: net/minecraft/world/gen/stateprovider/ForestFlowerBlockStateProvider.class
Loading Class: net/minecraft/world/gen/stateprovider/BlockStateProviderType.class
Loading Class: net/minecraft/world/gen/stateprovider/BlockStateProvider.class
Loading Class: net/minecraft/world/gen/ProbabilityConfig.class
Loading Class: net/minecraft/world/gen/CountConfig.class
Loading Class: net/minecraft/world/gen/placer/BlockPlacer.class
Loading Class: net/minecraft/world/gen/placer/DoublePlantPlacer.class
Loading Class: net/minecraft/world/gen/placer/SimpleBlockPlacer.class
Loading Class: net/minecraft/world/gen/placer/BlockPlacerType.class
Loading Class: net/minecraft/world/gen/placer/ColumnPlacer.class
Loading Class: net/minecraft/world/gen/StructureWeightType.class
Loading Class: net/minecraft/world/gen/PillagerSpawner.class
Loading Class: net/minecraft/world/gen/YOffset.class
Loading Class: net/minecraft/world/gen/GeneratorOptions.class
Loading Class: net/minecraft/world/gen/HeightContext.class
Loading Class: net/minecraft/world/gen/SimpleRandom.class
Loading Class: net/minecraft/world/gen/ChunkRandom.class
Loading Class: net/minecraft/world/gen/PhantomSpawner.class
Loading Class: net/minecraft/world/gen/DefaultBlockSource.class
Loading Class: net/minecraft/world/gen/WorldGenRandom.class
Loading Class: net/minecraft/world/gen/OreVeinGenerator.class
Loading Class: net/minecraft/world/gen/NoiseInterpolator.class
Loading Class: net/minecraft/world/gen/NoiseColumnSampler.class
Loading Class: net/minecraft/world/gen/GenerationStep.class
Loading Class: net/minecraft/world/gen/StructureWeightSampler.class
Loading Class: net/minecraft/world/gen/NoiseCaveSampler.class
Loading Class: net/minecraft/world/gen/DeepslateBlockSource.class
Loading Class: net/minecraft/world/gen/decorator/AbstractRangeDecorator.class
Loading Class: net/minecraft/world/gen/decorator/WaterDepthThresholdDecorator.class
Loading Class: net/minecraft/world/gen/decorator/AbstractCountDecorator.class
Loading Class: net/minecraft/world/gen/decorator/CountMultilayerDecorator.class
Loading Class: net/minecraft/world/gen/decorator/WaterDepthThresholdDecoratorConfig.class
Loading Class: net/minecraft/world/gen/decorator/Spread32AboveDecorator.class
Loading Class: net/minecraft/world/gen/decorator/NopeDecorator.class
Loading Class: net/minecraft/world/gen/decorator/RangeDecorator.class
Loading Class: net/minecraft/world/gen/decorator/IcebergDecorator.class
Loading Class: net/minecraft/world/gen/decorator/CountNoiseBiasedDecorator.class
Loading Class: net/minecraft/world/gen/decorator/CountNoiseBiasedDecoratorConfig.class
Loading Class: net/minecraft/world/gen/decorator/SpreadDoubleHeightmapDecorator.class
Loading Class: net/minecraft/world/gen/decorator/LavaLakeDecorator.class
Loading Class: net/minecraft/world/gen/decorator/SquareDecorator.class
Loading Class: net/minecraft/world/gen/decorator/Decorator.class
Loading Class: net/minecraft/world/gen/decorator/CountExtraDecoratorConfig.class
Loading Class: net/minecraft/world/gen/decorator/CountNoiseDecorator.class
Loading Class: net/minecraft/world/gen/decorator/HeightmapDecorator.class
Loading Class: net/minecraft/world/gen/decorator/DecoratedDecoratorConfig.class
Loading Class: net/minecraft/world/gen/decorator/DarkOakTreeDecorator.class
Loading Class: net/minecraft/world/gen/decorator/CountExtraDecorator.class
Loading Class: net/minecraft/world/gen/decorator/DecoratorContext.class
Loading Class: net/minecraft/world/gen/decorator/ConfiguredDecorator.class
Loading Class: net/minecraft/world/gen/decorator/EndGatewayDecorator.class
Loading Class: net/minecraft/world/gen/decorator/DecoratedDecorator.class
Loading Class: net/minecraft/world/gen/decorator/CaveSurfaceDecorator.class
Loading Class: net/minecraft/world/gen/decorator/CarvingMaskDecorator.class
Loading Class: net/minecraft/world/gen/decorator/CountDecorator.class
Loading Class: net/minecraft/world/gen/decorator/CarvingMaskDecoratorConfig.class
Loading Class: net/minecraft/world/gen/decorator/ChanceDecorator.class
Loading Class: net/minecraft/world/gen/decorator/ChanceDecoratorConfig.class
Loading Class: net/minecraft/world/gen/decorator/CaveSurfaceDecoratorConfig.class
Loading Class: net/minecraft/world/gen/decorator/CountNoiseDecoratorConfig.class
Loading Class: net/minecraft/world/gen/decorator/RangeDecoratorConfig.class
Loading Class: net/minecraft/world/gen/decorator/NopeDecoratorConfig.class
Loading Class: net/minecraft/world/gen/decorator/HeightmapDecoratorConfig.class
Loading Class: net/minecraft/world/gen/decorator/DecoratorConfig.class
Loading Class: net/minecraft/world/gen/decorator/Decoratable.class
Loading Class: net/minecraft/world/gen/BlockSource.class
Loading Class: net/minecraft/world/gen/StructureAccessor.class
Loading Class: net/minecraft/world/gen/chunk/AquiferSampler$Impl$FluidLevel.class
Loading Class: net/minecraft/world/gen/chunk/NoiseChunkGenerator$NoodleCavesSampler.class
Loading Class: net/minecraft/world/gen/chunk/NoiseChunkGenerator$OreVeinSource.class
Loading Class: net/minecraft/world/gen/chunk/AquiferSampler$1.class
Loading Class: net/minecraft/world/gen/chunk/FlatChunkGeneratorConfig.class
Loading Class: net/minecraft/world/gen/chunk/FlatChunkGeneratorLayer.class
Loading Class: net/minecraft/world/gen/chunk/StrongholdConfig.class
Loading Class: net/minecraft/world/gen/chunk/StructureConfig.class
Loading Class: net/minecraft/world/gen/chunk/NoiseChunkGenerator.class
Loading Class: net/minecraft/world/gen/chunk/GenerationShapeConfig.class
Loading Class: net/minecraft/world/gen/chunk/StructuresConfig.class
Loading Class: net/minecraft/world/gen/chunk/ChunkGeneratorSettings.class
Loading Class: net/minecraft/world/gen/chunk/AquiferSampler$Impl.class
Loading Class: net/minecraft/world/gen/chunk/NoodleCavesGenerator.class
Loading Class: net/minecraft/world/gen/chunk/SlideConfig.class
Loading Class: net/minecraft/world/gen/chunk/NoiseSamplingConfig.class
Loading Class: net/minecraft/world/gen/chunk/DebugChunkGenerator.class
Loading Class: net/minecraft/world/gen/chunk/WeightSampler.class
Loading Class: net/minecraft/world/gen/chunk/FlatChunkGenerator.class
Loading Class: net/minecraft/world/gen/chunk/AquiferSampler.class
Loading Class: net/minecraft/world/gen/chunk/ChunkGenerator.class
Loading Class: net/minecraft/world/gen/chunk/VerticalBlockSample.class
Loading Class: net/minecraft/world/gen/Spawner.class
Loading Class: net/minecraft/world/gen/CatSpawner.class
Loading Class: net/minecraft/world/gen/foliage/RandomSpreadFoliagePlacer.class
Loading Class: net/minecraft/world/gen/foliage/SpruceFoliagePlacer.class
Loading Class: net/minecraft/world/gen/foliage/JungleFoliagePlacer.class
Loading Class: net/minecraft/world/gen/foliage/FoliagePlacer.class
Loading Class: net/minecraft/world/gen/foliage/PineFoliagePlacer.class
Loading Class: net/minecraft/world/gen/foliage/MegaPineFoliagePlacer.class
Loading Class: net/minecraft/world/gen/foliage/FoliagePlacerType.class
Loading Class: net/minecraft/world/gen/foliage/LargeOakFoliagePlacer.class
Loading Class: net/minecraft/world/gen/foliage/AcaciaFoliagePlacer.class
Loading Class: net/minecraft/world/gen/foliage/DarkOakFoliagePlacer.class
Loading Class: net/minecraft/world/gen/foliage/BlobFoliagePlacer.class
Loading Class: net/minecraft/world/gen/foliage/BushFoliagePlacer.class
Loading Class: net/minecraft/world/gen/foliage/FoliagePlacer$TreeNode.class
Loading Class: net/minecraft/world/gen/feature/WoodlandMansionFeature$Start.class
Loading Class: net/minecraft/world/gen/feature/EndCityFeature$Start.class
Loading Class: net/minecraft/world/gen/feature/TreeFeatureConfig$Builder.class
Loading Class: net/minecraft/world/gen/feature/SwampHutFeature$Start.class
Loading Class: net/minecraft/world/gen/feature/StrongholdFeature$Start.class
Loading Class: net/minecraft/world/gen/feature/StructureFeature$StructureStartFactory.class
Loading Class: net/minecraft/world/gen/feature/DesertPyramidFeature$Start.class
Loading Class: net/minecraft/world/gen/feature/EndSpikeFeature$SpikeCache.class
Loading Class: net/minecraft/world/gen/feature/EndSpikeFeature$Spike.class
Loading Class: net/minecraft/world/gen/feature/ConfiguredFeatures$States.class
Loading Class: net/minecraft/world/gen/feature/ConfiguredFeatures$Configs.class
Loading Class: net/minecraft/world/gen/feature/ConfiguredFeatures$Decorators.class
Loading Class: net/minecraft/world/gen/feature/ShipwreckFeature$Start.class
Loading Class: net/minecraft/world/gen/feature/BuriedTreasureFeature$Start.class
Loading Class: net/minecraft/world/gen/feature/NetherFossilFeature.class
Loading Class: net/minecraft/world/gen/feature/OceanRuinFeature.class
Loading Class: net/minecraft/world/gen/feature/VegetationPatchFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/EndSpikeFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/TreeFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/SpringFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/RootSystemFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/RandomPatchFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/UnderwaterMagmaFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/size/TwoLayersFeatureSize.class
Loading Class: net/minecraft/world/gen/feature/size/ThreeLayersFeatureSize.class
Loading Class: net/minecraft/world/gen/feature/size/FeatureSize.class
Loading Class: net/minecraft/world/gen/feature/size/FeatureSizeType.class
Loading Class: net/minecraft/world/gen/feature/SmallDripstoneFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/ReplaceBlobsFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/SimpleBlockFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/OreFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/RuinedPortalFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/LargeDripstoneFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/RandomFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/OceanRuinFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/SimpleRandomFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/ShipwreckFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/EmeraldOreFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/DeltaFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/DefaultFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/RandomBooleanFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/StructurePoolFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/GeodeFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/DripstoneClusterFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/FillLayerFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/GlowLichenFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/GrowingPlantFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/MineshaftFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/BasaltColumnsFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/HugeMushroomFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/DecoratedFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/VinesFeature.class
Loading Class: net/minecraft/world/gen/feature/DiskFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/SingleStateFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/EndGatewayFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/FeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/RuinedPortalFeature.class
Loading Class: net/minecraft/world/gen/feature/ShipwreckFeature.class
Loading Class: net/minecraft/world/gen/feature/WeepingVinesFeature.class
Loading Class: net/minecraft/world/gen/feature/WoodlandMansionFeature.class
Loading Class: net/minecraft/world/gen/feature/BlockPileFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/SimpleBlockFeature.class
Loading Class: net/minecraft/world/gen/feature/VoidStartPlatformFeature.class
Loading Class: net/minecraft/world/gen/feature/TreeFeature.class
Loading Class: net/minecraft/world/gen/feature/StructureFeature.class
Loading Class: net/minecraft/world/gen/feature/SimpleRandomFeature.class
Loading Class: net/minecraft/world/gen/feature/RandomFeatureEntry.class
Loading Class: net/minecraft/world/gen/feature/VegetationPatchFeature.class
Loading Class: net/minecraft/world/gen/feature/WaterloggedVegetationPatchFeature.class
Loading Class: net/minecraft/world/gen/feature/UnderwaterMagmaFeature.class
Loading Class: net/minecraft/world/gen/feature/VillageFeature.class
Loading Class: net/minecraft/world/gen/feature/TwistingVinesFeature.class
Loading Class: net/minecraft/world/gen/feature/EndSpikeFeature.class
Loading Class: net/minecraft/world/gen/feature/SmallDripstoneFeature.class
Loading Class: net/minecraft/world/gen/feature/StrongholdFeature.class
Loading Class: net/minecraft/world/gen/feature/SwampHutFeature.class
Loading Class: net/minecraft/world/gen/feature/SpringFeature.class
Loading Class: net/minecraft/world/gen/feature/RootSystemFeature.class
Loading Class: net/minecraft/world/gen/feature/FreezeTopLayerFeature.class
Loading Class: net/minecraft/world/gen/feature/SeagrassFeature.class
Loading Class: net/minecraft/world/gen/feature/PillagerOutpostFeature.class
Loading Class: net/minecraft/world/gen/feature/RandomBooleanFeature.class
Loading Class: net/minecraft/world/gen/feature/SeaPickleFeature.class
Loading Class: net/minecraft/world/gen/feature/DungeonFeature.class
Loading Class: net/minecraft/world/gen/feature/RandomFeature.class
Loading Class: net/minecraft/world/gen/feature/ScatteredOreFeature.class
Loading Class: net/minecraft/world/gen/feature/DripstoneClusterFeature.class
Loading Class: net/minecraft/world/gen/feature/OceanMonumentFeature.class
Loading Class: net/minecraft/world/gen/feature/OreFeature.class
Loading Class: net/minecraft/world/gen/feature/ReplaceBlobsFeature.class
Loading Class: net/minecraft/world/gen/feature/EmeraldOreFeature.class
Loading Class: net/minecraft/world/gen/feature/LargeDripstoneFeature.class
Loading Class: net/minecraft/world/gen/feature/FossilFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/RandomPatchFeature.class
Loading Class: net/minecraft/world/gen/feature/LakeFeature.class
Loading Class: net/minecraft/world/gen/feature/JigsawFeature.class
Loading Class: net/minecraft/world/gen/feature/GrowingPlantFeature.class
Loading Class: net/minecraft/world/gen/feature/IcebergFeature.class
Loading Class: net/minecraft/world/gen/feature/DeltaFeature.class
Loading Class: net/minecraft/world/gen/feature/NetherFortressFeature.class
Loading Class: net/minecraft/world/gen/feature/NetherForestVegetationFeature.class
Loading Class: net/minecraft/world/gen/feature/NoOpFeature.class
Loading Class: net/minecraft/world/gen/feature/MineshaftFeature.class
Loading Class: net/minecraft/world/gen/feature/KelpFeature.class
Loading Class: net/minecraft/world/gen/feature/GeodeFeature.class
Loading Class: net/minecraft/world/gen/feature/JungleTempleFeature.class
Loading Class: net/minecraft/world/gen/feature/HugeFungusFeature.class
Loading Class: net/minecraft/world/gen/feature/Feature.class
Loading Class: net/minecraft/world/gen/feature/IceSpikeFeature.class
Loading Class: net/minecraft/world/gen/feature/IglooFeature.class
Loading Class: net/minecraft/world/gen/feature/HugeRedMushroomFeature.class
Loading Class: net/minecraft/world/gen/feature/HugeFungusFeatureConfig.class
Loading Class: net/minecraft/world/gen/feature/IcePatchFeature.class
Loading Class: net/minecraft/world/gen/feature/DesertWellFeature.class
Loading Class: net/minecraft/world/gen/feature/GlowLichenFeature.class
Loading Class: net/minecraft/world/gen/feature/HugeBrownMushroomFeature.class
Loading Class: net/minecraft/world/gen/feature/FossilFeature.class
Loading Class: net/minecraft/world/gen/feature/GlowstoneBlobFeature.class
Loading Class: net/minecraft/world/gen/feature/CoralTreeFeature.class
Loading Class: net/minecraft/world/gen/feature/EndCityFeature.class
Loading Class: net/minecraft/world/gen/feature/FillLayerFeature.class
Loading Class: net/minecraft/world/gen/feature/EndPortalFeature.class
Loading Class: net/minecraft/world/gen/feature/EndGatewayFeature.class
Loading Class: net/minecraft/world/gen/feature/EndIslandFeature.class
Loading Class: net/minecraft/world/gen/feature/DefaultFlowerFeature.class
Loading Class: net/minecraft/world/gen/feature/UnderwaterDiskFeature.class
Loading Class: net/minecraft/world/gen/feature/CoralFeature.class
Loading Class: net/minecraft/world/gen/feature/ConfiguredFeature.class
Loading Class: net/minecraft/world/gen/feature/CoralMushroomFeature.class
Loading Class: net/minecraft/world/gen/feature/DesertPyramidFeature.class
Loading Class: net/minecraft/world/gen/feature/DecoratedFeature.class
Loading Class: net/minecraft/world/gen/feature/ForestRockFeature.class
Loading Class: net/minecraft/world/gen/feature/ConfiguredStructureFeature.class
Loading Class: net/minecraft/world/gen/feature/BuriedTreasureFeature.class
Loading Class: net/minecraft/world/gen/feature/BastionRemnantFeature.class
Loading Class: net/minecraft/world/gen/feature/CoralClawFeature.class
Loading Class: net/minecraft/world/gen/feature/ChorusPlantFeature.class
Loading Class: net/minecraft/world/gen/feature/BonusChestFeature.class
Loading Class: net/minecraft/world/gen/feature/BlueIceFeature.class
Loading Class: net/minecraft/world/gen/feature/BlockPileFeature.class
Loading Class: net/minecraft/world/gen/feature/BasaltPillarFeature.class
Loading Class: net/minecraft/world/gen/feature/DiskFeature.class
Loading Class: net/minecraft/world/gen/feature/BasaltColumnsFeature.class
Loading Class: net/minecraft/world/gen/feature/BambooFeature.class
Loading Class: net/minecraft/world/gen/feature/HugeMushroomFeature.class
Loading Class: net/minecraft/world/gen/feature/FlowerFeature.class
Loading Class: net/minecraft/world/gen/feature/GeodeLayerThicknessConfig.class
Loading Class: net/minecraft/world/gen/feature/GeodeCrackConfig.class
Loading Class: net/minecraft/world/gen/feature/GeodeLayerConfig.class
Loading Class: net/minecraft/world/gen/feature/util/CaveSurface$Bounded.class
Loading Class: net/minecraft/world/gen/feature/util/CaveSurface$Half.class
Loading Class: net/minecraft/world/gen/feature/util/CaveSurface$Empty.class
Loading Class: net/minecraft/world/gen/feature/util/DripstoneHelper.class
Loading Class: net/minecraft/world/gen/feature/util/FeatureContext.class
Loading Class: net/minecraft/world/gen/feature/util/CaveSurface.class
Loading Class: net/minecraft/world/gen/feature/RandomPatchFeatureConfig$Builder.class
Loading Class: net/minecraft/world/gen/feature/RuinedPortalFeature$Type.class
Loading Class: net/minecraft/world/gen/feature/RuinedPortalFeature$Start.class
Loading Class: net/minecraft/world/gen/feature/OreFeatureConfig$Target.class
Loading Class: net/minecraft/world/gen/feature/OreFeatureConfig$Rules.class
Loading Class: net/minecraft/world/gen/feature/NetherFossilFeature$Start$1.class
Loading Class: net/minecraft/world/gen/feature/OceanMonumentFeature$Start.class
Loading Class: net/minecraft/world/gen/feature/NetherFortressFeature$Start.class
Loading Class: net/minecraft/world/gen/feature/LargeDripstoneFeature$WindModifier.class
Loading Class: net/minecraft/world/gen/feature/LargeDripstoneFeature$DripstoneGenerator.class
Loading Class: net/minecraft/world/gen/feature/MineshaftFeature$Type.class
Loading Class: net/minecraft/world/gen/feature/MineshaftFeature$Start.class
Loading Class: net/minecraft/world/gen/feature/OceanRuinFeature$Start.class
Loading Class: net/minecraft/world/gen/feature/OceanRuinFeature$BiomeType.class
Loading Class: net/minecraft/world/gen/feature/JigsawFeature$Start.class
Loading Class: net/minecraft/world/gen/feature/JungleTempleFeature$Start.class
Loading Class: net/minecraft/world/gen/feature/IglooFeature$Start.class
Loading Class: net/minecraft/world/gen/feature/NetherFossilFeature$Start.class
Loading Class: net/minecraft/world/gen/feature/ConfiguredFeatures.class
Loading Class: net/minecraft/world/gen/feature/DefaultBiomeFeatures.class
Loading Class: net/minecraft/world/gen/feature/ConfiguredStructureFeatures.class
Loading Class: net/minecraft/world/gen/surfacebuilder/TernarySurfaceConfig.class
Loading Class: net/minecraft/world/gen/surfacebuilder/SurfaceBuilder.class
Loading Class: net/minecraft/world/gen/surfacebuilder/WoodedBadlandsSurfaceBuilder.class
Loading Class: net/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder.class
Loading Class: net/minecraft/world/gen/surfacebuilder/SwampSurfaceBuilder.class
Loading Class: net/minecraft/world/gen/surfacebuilder/BadlandsSurfaceBuilder.class
Loading Class: net/minecraft/world/gen/surfacebuilder/ConfiguredSurfaceBuilder.class
Loading Class: net/minecraft/world/gen/surfacebuilder/SurfaceConfig.class
Loading Class: net/minecraft/world/gen/surfacebuilder/NetherForestSurfaceBuilder.class
Loading Class: net/minecraft/world/gen/surfacebuilder/BasaltDeltasSurfaceBuilder.class
Loading Class: net/minecraft/world/gen/surfacebuilder/NopeSurfaceBuilder.class
Loading Class: net/minecraft/world/gen/surfacebuilder/SoulSandValleySurfaceBuilder.class
Loading Class: net/minecraft/world/gen/surfacebuilder/NetherSurfaceBuilder.class
Loading Class: net/minecraft/world/gen/surfacebuilder/ShatteredSavannaSurfaceBuilder.class
Loading Class: net/minecraft/world/gen/surfacebuilder/FrozenOceanSurfaceBuilder.class
Loading Class: net/minecraft/world/gen/surfacebuilder/ErodedBadlandsSurfaceBuilder.class
Loading Class: net/minecraft/world/gen/surfacebuilder/MountainSurfaceBuilder.class
Loading Class: net/minecraft/world/gen/surfacebuilder/GiantTreeTaigaSurfaceBuilder.class
Loading Class: net/minecraft/world/gen/surfacebuilder/DefaultSurfaceBuilder.class
Loading Class: net/minecraft/world/gen/surfacebuilder/GravellyMountainSurfaceBuilder.class
Loading Class: net/minecraft/world/gen/surfacebuilder/ConfiguredSurfaceBuilders.class
Loading Class: net/minecraft/world/gen/carver/RavineCarver.class
Loading Class: net/minecraft/world/gen/carver/Carver.class
Loading Class: net/minecraft/world/gen/carver/CaveCarver.class
Loading Class: net/minecraft/world/gen/carver/UnderwaterCaveCarver.class
Loading Class: net/minecraft/world/gen/carver/NetherCaveCarver.class
Loading Class: net/minecraft/world/gen/carver/UnderwaterCanyonCarver.class
Loading Class: net/minecraft/world/gen/carver/ConfiguredCarver.class
Loading Class: net/minecraft/world/gen/carver/CaveCarverConfig.class
Loading Class: net/minecraft/world/gen/carver/CarverConfig.class
Loading Class: net/minecraft/world/gen/carver/CarverDebugConfig.class
Loading Class: net/minecraft/world/gen/carver/CarverContext.class
Loading Class: net/minecraft/world/gen/carver/RavineCarverConfig.class
Loading Class: net/minecraft/world/gen/carver/Carver$SkipPredicate.class
Loading Class: net/minecraft/world/gen/carver/RavineCarverConfig$Shape.class
Loading Class: net/minecraft/world/gen/carver/ConfiguredCarvers.class
Loading Class: net/minecraft/world/gen/YOffset$BelowTop.class
Loading Class: net/minecraft/world/gen/YOffset$Fixed.class
Loading Class: net/minecraft/world/gen/YOffset$AboveBottom.class
Loading Class: net/minecraft/world/PortalUtil.class
Loading Class: net/minecraft/entity/SpawnRestriction$Entry.class
Loading Class: net/minecraft/entity/SpawnRestriction$Location.class
Loading Class: net/minecraft/entity/SpawnRestriction$SpawnPredicate.class
Loading Class: net/minecraft/entity/raid/RaiderEntity$PatrolApproachGoal.class
Loading Class: net/minecraft/entity/raid/RaiderEntity$AttackHomeGoal.class
Loading Class: net/minecraft/entity/raid/RaiderEntity$PickupBannerAsLeaderGoal.class
Loading Class: net/minecraft/entity/raid/RaiderEntity$CelebrateGoal.class
Loading Class: net/minecraft/entity/raid/RaiderEntity.class
Loading Class: net/minecraft/entity/Dismounting.class
Loading Class: net/minecraft/entity/Npc.class
Loading Class: net/minecraft/entity/FlyingItemEntity.class
Loading Class: net/minecraft/entity/EyeOfEnderEntity.class
Loading Class: net/minecraft/entity/InventoryOwner.class
Loading Class: net/minecraft/entity/ItemEntity.class
Loading Class: net/minecraft/entity/FallingBlockEntity.class
Loading Class: net/minecraft/entity/CrossbowUser.class
Loading Class: net/minecraft/entity/TntEntity.class
Loading Class: net/minecraft/entity/decoration/AbstractDecorationEntity$1.class
Loading Class: net/minecraft/entity/decoration/ItemFrameEntity$2.class
Loading Class: net/minecraft/entity/decoration/ItemFrameEntity$1.class
Loading Class: net/minecraft/entity/decoration/ArmorStandEntity$1.class
Loading Class: net/minecraft/entity/decoration/ArmorStandEntity.class
Loading Class: net/minecraft/entity/decoration/ItemFrameEntity.class
Loading Class: net/minecraft/entity/decoration/painting/PaintingMotive.class
Loading Class: net/minecraft/entity/decoration/painting/PaintingEntity.class
Loading Class: net/minecraft/entity/decoration/AbstractDecorationEntity.class
Loading Class: net/minecraft/entity/decoration/LeashKnotEntity.class
Loading Class: net/minecraft/entity/decoration/GlowItemFrameEntity.class
Loading Class: net/minecraft/entity/decoration/EndCrystalEntity.class
Loading Class: net/minecraft/entity/Flutterer.class
Loading Class: net/minecraft/entity/Bucketable.class
Loading Class: net/minecraft/entity/EntityInteraction.class
Loading Class: net/minecraft/entity/InteractionObserver.class
Loading Class: net/minecraft/entity/LivingEntity.class
Loading Class: net/minecraft/entity/SpawnRestriction.class
Loading Class: net/minecraft/entity/Entity.class
Loading Class: net/minecraft/entity/EntityType.class
Loading Class: net/minecraft/entity/attribute/EntityAttributeModifier$Operation.class
Loading Class: net/minecraft/entity/attribute/DefaultAttributeContainer$Builder.class
Loading Class: net/minecraft/entity/attribute/EntityAttribute.class
Loading Class: net/minecraft/entity/attribute/DefaultAttributeRegistry.class
Loading Class: net/minecraft/entity/attribute/AttributeContainer.class
Loading Class: net/minecraft/entity/attribute/ClampedEntityAttribute.class
Loading Class: net/minecraft/entity/attribute/DefaultAttributeContainer.class
Loading Class: net/minecraft/entity/attribute/EntityAttributes.class
Loading Class: net/minecraft/entity/attribute/EntityAttributeModifier.class
Loading Class: net/minecraft/entity/attribute/EntityAttributeInstance.class
Loading Class: net/minecraft/entity/Saddleable.class
Loading Class: net/minecraft/entity/EntityData.class
Loading Class: net/minecraft/entity/Shearable.class
Loading Class: net/minecraft/entity/EntityPose.class
Loading Class: net/minecraft/entity/Mount.class
Loading Class: net/minecraft/entity/JumpingMount.class
Loading Class: net/minecraft/entity/Tameable.class
Loading Class: net/minecraft/entity/EntityGroup.class
Loading Class: net/minecraft/entity/MovementType.class
Loading Class: net/minecraft/entity/SpawnGroup.class
Loading Class: net/minecraft/entity/SpawnReason.class
Loading Class: net/minecraft/entity/MarkerEntity.class
Loading Class: net/minecraft/entity/LightningEntity.class
Loading Class: net/minecraft/entity/ItemSteerable.class
Loading Class: net/minecraft/entity/SaddledComponent.class
Loading Class: net/minecraft/entity/AngledModelEntity.class
Loading Class: net/minecraft/entity/EquipmentSlot.class
Loading Class: net/minecraft/entity/ExperienceOrbEntity.class
Loading Class: net/minecraft/entity/AreaEffectCloudEntity.class
Loading Class: net/minecraft/entity/EntityDimensions.class
Loading Class: net/minecraft/entity/EntityStatuses.class
Loading Class: net/minecraft/entity/DamageUtil.class
Loading Class: net/minecraft/entity/damage/DamageSource.class
Loading Class: net/minecraft/entity/damage/DamageTracker.class
Loading Class: net/minecraft/entity/damage/ProjectileDamageSource.class
Loading Class: net/minecraft/entity/damage/EntityDamageSource.class
Loading Class: net/minecraft/entity/damage/DamageRecord.class
Loading Class: net/minecraft/entity/damage/BadRespawnPointDamageSource.class
Loading Class: net/minecraft/entity/LivingEntity$1.class
Loading Class: net/minecraft/entity/EquipmentSlot$Type.class
Loading Class: net/minecraft/entity/EntityType$EntityFactory.class
Loading Class: net/minecraft/entity/EntityType$1.class
Loading Class: net/minecraft/entity/EntityType$Builder.class
Loading Class: net/minecraft/entity/projectile/TridentEntity.class
Loading Class: net/minecraft/entity/projectile/WitherSkullEntity.class
Loading Class: net/minecraft/entity/projectile/FireballEntity.class
Loading Class: net/minecraft/entity/projectile/SmallFireballEntity.class
Loading Class: net/minecraft/entity/projectile/ShulkerBulletEntity.class
Loading Class: net/minecraft/entity/projectile/SpectralArrowEntity.class
Loading Class: net/minecraft/entity/projectile/FireworkRocketEntity.class
Loading Class: net/minecraft/entity/projectile/ProjectileUtil.class
Loading Class: net/minecraft/entity/projectile/thrown/PotionEntity.class
Loading Class: net/minecraft/entity/projectile/thrown/EggEntity.class
Loading Class: net/minecraft/entity/projectile/thrown/EnderPearlEntity.class
Loading Class: net/minecraft/entity/projectile/thrown/ExperienceBottleEntity.class
Loading Class: net/minecraft/entity/projectile/thrown/ThrownEntity.class
Loading Class: net/minecraft/entity/projectile/thrown/ThrownItemEntity.class
Loading Class: net/minecraft/entity/projectile/thrown/SnowballEntity.class
Loading Class: net/minecraft/entity/projectile/ProjectileEntity.class
Loading Class: net/minecraft/entity/projectile/LlamaSpitEntity.class
Loading Class: net/minecraft/entity/projectile/FishingBobberEntity.class
Loading Class: net/minecraft/entity/projectile/AbstractFireballEntity.class
Loading Class: net/minecraft/entity/projectile/PersistentProjectileEntity.class
Loading Class: net/minecraft/entity/projectile/DragonFireballEntity.class
Loading Class: net/minecraft/entity/projectile/ExplosiveProjectileEntity.class
Loading Class: net/minecraft/entity/projectile/ArrowEntity.class
Loading Class: net/minecraft/entity/projectile/FishingBobberEntity$PositionType.class
Loading Class: net/minecraft/entity/projectile/FishingBobberEntity$State.class
Loading Class: net/minecraft/entity/projectile/FishingBobberEntity$1.class
Loading Class: net/minecraft/entity/projectile/PersistentProjectileEntity$1.class
Loading Class: net/minecraft/entity/projectile/PersistentProjectileEntity$PickupPermission.class
Loading Class: net/minecraft/entity/Entity$1.class
Loading Class: net/minecraft/entity/Entity$RemovalReason.class
Loading Class: net/minecraft/entity/Entity$MoveEffect.class
Loading Class: net/minecraft/entity/Entity$PositionUpdater.class
Loading Class: net/minecraft/entity/player/ItemCooldownManager$Entry.class
Loading Class: net/minecraft/entity/player/ItemCooldownManager.class
Loading Class: net/minecraft/entity/player/HungerManager.class
Loading Class: net/minecraft/entity/player/HungerConstants.class
Loading Class: net/minecraft/entity/player/PlayerEntity.class
Loading Class: net/minecraft/entity/player/PlayerInventory.class
Loading Class: net/minecraft/entity/player/PlayerAbilities.class
Loading Class: net/minecraft/entity/player/PlayerEntity$SleepFailureReason.class
Loading Class: net/minecraft/entity/player/PlayerEntity$1.class
Loading Class: net/minecraft/entity/effect/HealthBoostStatusEffect.class
Loading Class: net/minecraft/entity/effect/StatusEffectType.class
Loading Class: net/minecraft/entity/effect/StatusEffect.class
Loading Class: net/minecraft/entity/effect/StatusEffectUtil.class
Loading Class: net/minecraft/entity/effect/StatusEffectInstance.class
Loading Class: net/minecraft/entity/effect/StatusEffects.class
Loading Class: net/minecraft/entity/effect/InstantStatusEffect.class
Loading Class: net/minecraft/entity/effect/AbsorptionStatusEffect.class
Loading Class: net/minecraft/entity/effect/DamageModifierStatusEffect.class
Loading Class: net/minecraft/entity/effect/StatusEffects$1.class
Loading Class: net/minecraft/entity/passive/WanderingTraderEntity$WanderToTargetGoal.class
Loading Class: net/minecraft/entity/passive/HorseEntity$HorseData.class
Loading Class: net/minecraft/entity/passive/LlamaEntity$SpitRevengeGoal.class
Loading Class: net/minecraft/entity/passive/LlamaEntity$ChaseWolvesGoal.class
Loading Class: net/minecraft/entity/passive/LlamaEntity$LlamaData.class
Loading Class: net/minecraft/entity/passive/HorseBaseEntity$1.class
Loading Class: net/minecraft/entity/passive/AbstractDonkeyEntity$1.class
Loading Class: net/minecraft/entity/passive/GoatEntity$GoatPathNodeMaker.class
Loading Class: net/minecraft/entity/passive/GoatEntity$GoatNavigation.class
Loading Class: net/minecraft/entity/passive/WolfEntity$AvoidLlamaGoal.class
Loading Class: net/minecraft/entity/passive/AxolotlEntity$Variant.class
Loading Class: net/minecraft/entity/passive/AxolotlEntity$AxolotlSwimNavigation.class
Loading Class: net/minecraft/entity/passive/AxolotlEntity$AxolotlLookControl.class
Loading Class: net/minecraft/entity/passive/AxolotlEntity$AxolotlMoveControl.class
Loading Class: net/minecraft/entity/passive/AxolotlEntity$AxolotlData.class
Loading Class: net/minecraft/entity/passive/TropicalFishEntity$Variety.class
Loading Class: net/minecraft/entity/passive/TropicalFishEntity$TropicalFishData.class
Loading Class: net/minecraft/entity/passive/TurtleEntity$TurtleSwimNavigation.class
Loading Class: net/minecraft/entity/passive/TurtleEntity$TurtleMoveControl.class
Loading Class: net/minecraft/entity/passive/TurtleEntity$GoHomeGoal.class
Loading Class: net/minecraft/entity/passive/TurtleEntity$WanderInWaterGoal.class
Loading Class: net/minecraft/entity/passive/TurtleEntity$TravelGoal.class
Loading Class: net/minecraft/entity/passive/TurtleEntity$WanderOnLandGoal.class
Loading Class: net/minecraft/entity/passive/TurtleEntity$MateGoal.class
Loading Class: net/minecraft/entity/passive/TurtleEntity$LayEggGoal.class
Loading Class: net/minecraft/entity/passive/TurtleEntity$TurtleEscapeDangerGoal.class
Loading Class: net/minecraft/entity/passive/SquidEntity$EscapeAttackerGoal.class
Loading Class: net/minecraft/entity/passive/SquidEntity$SwimGoal.class
Loading Class: net/minecraft/entity/passive/SheepEntity$2.class
Loading Class: net/minecraft/entity/passive/SheepEntity$1.class
Loading Class: net/minecraft/entity/passive/RabbitEntity$FleeGoal.class
Loading Class: net/minecraft/entity/passive/RabbitEntity$EatCarrotCropGoal.class
Loading Class: net/minecraft/entity/passive/RabbitEntity$EscapeDangerGoal.class
Loading Class: net/minecraft/entity/passive/RabbitEntity$RabbitMoveControl.class
Loading Class: net/minecraft/entity/passive/RabbitEntity$RabbitData.class
Loading Class: net/minecraft/entity/passive/RabbitEntity$RabbitAttackGoal.class
Loading Class: net/minecraft/entity/passive/RabbitEntity$RabbitJumpControl.class
Loading Class: net/minecraft/entity/passive/PolarBearEntity$PolarBearEscapeDangerGoal.class
Loading Class: net/minecraft/entity/passive/PolarBearEntity$AttackGoal.class
Loading Class: net/minecraft/entity/passive/PolarBearEntity$PolarBearRevengeGoal.class
Loading Class: net/minecraft/entity/passive/PolarBearEntity$FollowPlayersGoal.class
Loading Class: net/minecraft/entity/passive/PufferfishEntity$InflateGoal.class
Loading Class: net/minecraft/entity/passive/ParrotEntity$1.class
Loading Class: net/minecraft/entity/passive/OcelotEntity$OcelotTemptGoal.class
Loading Class: net/minecraft/entity/passive/OcelotEntity$FleeGoal.class
Loading Class: net/minecraft/entity/passive/MerchantEntity.class
Loading Class: net/minecraft/entity/passive/VillagerEntity.class
Loading Class: net/minecraft/entity/passive/WanderingTraderEntity.class
Loading Class: net/minecraft/entity/passive/StriderEntity.class
Loading Class: net/minecraft/entity/passive/PandaEntity.class
Loading Class: net/minecraft/entity/passive/SnowGolemEntity.class
Loading Class: net/minecraft/entity/passive/WolfEntity.class
Loading Class: net/minecraft/entity/passive/TropicalFishEntity.class
Loading Class: net/minecraft/entity/passive/GoatEntity.class
Loading Class: net/minecraft/entity/passive/HorseColor.class
Loading Class: net/minecraft/entity/passive/HorseBaseEntity.class
Loading Class: net/minecraft/entity/passive/LlamaEntity.class
Loading Class: net/minecraft/entity/passive/TraderLlamaEntity.class
Loading Class: net/minecraft/entity/passive/HorseEntity.class
Loading Class: net/minecraft/entity/passive/MuleEntity.class
Loading Class: net/minecraft/entity/passive/AbstractDonkeyEntity.class
Loading Class: net/minecraft/entity/passive/HorseMarking.class
Loading Class: net/minecraft/entity/passive/GoatBrain.class
Loading Class: net/minecraft/entity/passive/DonkeyEntity.class
Loading Class: net/minecraft/entity/passive/AxolotlEntity.class
Loading Class: net/minecraft/entity/passive/RabbitEntity.class
Loading Class: net/minecraft/entity/passive/SalmonEntity.class
Loading Class: net/minecraft/entity/passive/OcelotEntity.class
Loading Class: net/minecraft/entity/passive/TurtleEntity.class
Loading Class: net/minecraft/entity/passive/AxolotlBrain.class
Loading Class: net/minecraft/entity/passive/SquidEntity.class
Loading Class: net/minecraft/entity/passive/SheepEntity.class
Loading Class: net/minecraft/entity/passive/FoxEntity.class
Loading Class: net/minecraft/entity/passive/ParrotEntity.class
Loading Class: net/minecraft/entity/passive/PolarBearEntity.class
Loading Class: net/minecraft/entity/passive/TameableShoulderEntity.class
Loading Class: net/minecraft/entity/passive/BeeEntity.class
Loading Class: net/minecraft/entity/passive/PufferfishEntity.class
Loading Class: net/minecraft/entity/passive/ChickenEntity.class
Loading Class: net/minecraft/entity/passive/PigEntity.class
Loading Class: net/minecraft/entity/passive/MooshroomEntity.class
Loading Class: net/minecraft/entity/passive/DolphinEntity.class
Loading Class: net/minecraft/entity/passive/CatEntity.class
Loading Class: net/minecraft/entity/passive/IronGolemEntity.class
Loading Class: net/minecraft/entity/passive/AnimalEntity.class
Loading Class: net/minecraft/entity/passive/CowEntity.class
Loading Class: net/minecraft/entity/passive/CodEntity.class
Loading Class: net/minecraft/entity/passive/FishEntity.class
Loading Class: net/minecraft/entity/passive/SchoolingFishEntity.class
Loading Class: net/minecraft/entity/passive/BatEntity.class
Loading Class: net/minecraft/entity/passive/GolemEntity.class
Loading Class: net/minecraft/entity/passive/PandaEntity$LookAtEntityGoal.class
Loading Class: net/minecraft/entity/passive/PandaEntity$LieOnBackGoal.class
Loading Class: net/minecraft/entity/passive/PandaEntity$PandaRevengeGoal.class
Loading Class: net/minecraft/entity/passive/PandaEntity$PandaMateGoal.class
Loading Class: net/minecraft/entity/passive/PandaEntity$PickUpFoodGoal.class
Loading Class: net/minecraft/entity/passive/PandaEntity$PlayGoal.class
Loading Class: net/minecraft/entity/passive/PandaEntity$ExtinguishFireGoal.class
Loading Class: net/minecraft/entity/passive/PandaEntity$PandaMoveControl.class
Loading Class: net/minecraft/entity/passive/PandaEntity$PandaFleeGoal.class
Loading Class: net/minecraft/entity/passive/PandaEntity$AttackGoal.class
Loading Class: net/minecraft/entity/passive/PandaEntity$Gene.class
Loading Class: net/minecraft/entity/passive/PandaEntity$SneezeGoal.class
Loading Class: net/minecraft/entity/passive/TameableEntity.class
Loading Class: net/minecraft/entity/passive/PassiveEntity.class
Loading Class: net/minecraft/entity/passive/GlowSquidEntity.class
Loading Class: net/minecraft/entity/passive/FoxEntity$JumpChasingGoal.class
Loading Class: net/minecraft/entity/passive/FoxEntity$FoxData.class
Loading Class: net/minecraft/entity/passive/FoxEntity$LookAtEntityGoal.class
Loading Class: net/minecraft/entity/passive/FoxEntity$FoxLookControl.class
Loading Class: net/minecraft/entity/passive/FoxEntity$FollowParentGoal.class
Loading Class: net/minecraft/entity/passive/FoxEntity$AttackGoal.class
Loading Class: net/minecraft/entity/passive/FoxEntity$EatSweetBerriesGoal.class
Loading Class: net/minecraft/entity/passive/FoxEntity$WorriableEntityFilter.class
Loading Class: net/minecraft/entity/passive/FoxEntity$DefendFriendGoal.class
Loading Class: net/minecraft/entity/passive/FoxEntity$FoxMoveControl.class
Loading Class: net/minecraft/entity/passive/FoxEntity$StopWanderingGoal.class
Loading Class: net/minecraft/entity/passive/FoxEntity$MateGoal.class
Loading Class: net/minecraft/entity/passive/FoxEntity$EscapeWhenNotAggressiveGoal.class
Loading Class: net/minecraft/entity/passive/FoxEntity$Type.class
Loading Class: net/minecraft/entity/passive/FoxEntity$FoxSwimGoal.class
Loading Class: net/minecraft/entity/passive/FoxEntity$AvoidDaylightGoal.class
Loading Class: net/minecraft/entity/passive/FoxEntity$GoToVillageGoal.class
Loading Class: net/minecraft/entity/passive/FoxEntity$PickupItemGoal.class
Loading Class: net/minecraft/entity/passive/FoxEntity$SitDownAndLookAroundGoal.class
Loading Class: net/minecraft/entity/passive/FoxEntity$CalmDownGoal.class
Loading Class: net/minecraft/entity/passive/FoxEntity$DelayedCalmDownGoal.class
Loading Class: net/minecraft/entity/passive/FoxEntity$MoveToHuntGoal.class
Loading Class: net/minecraft/entity/passive/MooshroomEntity$Type.class
Loading Class: net/minecraft/entity/passive/IronGolemEntity$Crack.class
Loading Class: net/minecraft/entity/passive/DolphinEntity$LeadToNearbyTreasureGoal.class
Loading Class: net/minecraft/entity/passive/DolphinEntity$PlayWithItemsGoal.class
Loading Class: net/minecraft/entity/passive/DolphinEntity$SwimWithPlayerGoal.class
Loading Class: net/minecraft/entity/passive/CatEntity$TemptGoal.class
Loading Class: net/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal.class
Loading Class: net/minecraft/entity/passive/CatEntity$CatFleeGoal.class
Loading Class: net/minecraft/entity/passive/StriderEntity$Navigation.class
Loading Class: net/minecraft/entity/passive/StriderEntity$GoBackToLavaGoal.class
Loading Class: net/minecraft/entity/passive/BeeEntity$FindHiveGoal.class
Loading Class: net/minecraft/entity/passive/BeeEntity$BeeRevengeGoal.class
Loading Class: net/minecraft/entity/passive/BeeEntity$GrowCropsGoal.class
Loading Class: net/minecraft/entity/passive/BeeEntity$MoveToHiveGoal.class
Loading Class: net/minecraft/entity/passive/BeeEntity$MoveToFlowerGoal.class
Loading Class: net/minecraft/entity/passive/BeeEntity$PollinateGoal.class
Loading Class: net/minecraft/entity/passive/BeeEntity$BeeWanderAroundGoal.class
Loading Class: net/minecraft/entity/passive/BeeEntity$BeeLookControl.class
Loading Class: net/minecraft/entity/passive/BeeEntity$EnterHiveGoal.class
Loading Class: net/minecraft/entity/passive/BeeEntity$BeeFollowTargetGoal.class
Loading Class: net/minecraft/entity/passive/BeeEntity$StingGoal.class
Loading Class: net/minecraft/entity/passive/BeeEntity$NotAngryGoal.class
Loading Class: net/minecraft/entity/passive/BeeEntity$1.class
Loading Class: net/minecraft/entity/passive/FishEntity$FishMoveControl.class
Loading Class: net/minecraft/entity/passive/FishEntity$SwimToRandomPlaceGoal.class
Loading Class: net/minecraft/entity/passive/SchoolingFishEntity$FishData.class
Loading Class: net/minecraft/entity/passive/PassiveEntity$PassiveData.class
Loading Class: net/minecraft/entity/passive/TraderLlamaEntity$DefendTraderGoal.class
Loading Class: net/minecraft/entity/boss/WitherEntity$DescendAtHalfHealthGoal.class
Loading Class: net/minecraft/entity/boss/WitherEntity.class
Loading Class: net/minecraft/entity/boss/dragon/EnderDragonSpawnState$1.class
Loading Class: net/minecraft/entity/boss/dragon/EnderDragonSpawnState$3.class
Loading Class: net/minecraft/entity/boss/dragon/EnderDragonSpawnState$4.class
Loading Class: net/minecraft/entity/boss/dragon/EnderDragonSpawnState$2.class
Loading Class: net/minecraft/entity/boss/dragon/EnderDragonSpawnState$5.class
Loading Class: net/minecraft/entity/boss/dragon/EnderDragonFight.class
Loading Class: net/minecraft/entity/boss/dragon/EnderDragonSpawnState.class
Loading Class: net/minecraft/entity/boss/dragon/EnderDragonEntity.class
Loading Class: net/minecraft/entity/boss/dragon/phase/StrafePlayerPhase.class
Loading Class: net/minecraft/entity/boss/dragon/phase/PhaseManager.class
Loading Class: net/minecraft/entity/boss/dragon/phase/TakeoffPhase.class
Loading Class: net/minecraft/entity/boss/dragon/phase/PhaseType.class
Loading Class: net/minecraft/entity/boss/dragon/phase/SittingScanningPhase.class
Loading Class: net/minecraft/entity/boss/dragon/phase/Phase.class
Loading Class: net/minecraft/entity/boss/dragon/phase/SittingFlamingPhase.class
Loading Class: net/minecraft/entity/boss/dragon/phase/SittingAttackingPhase.class
Loading Class: net/minecraft/entity/boss/dragon/phase/LandingPhase.class
Loading Class: net/minecraft/entity/boss/dragon/phase/LandingApproachPhase.class
Loading Class: net/minecraft/entity/boss/dragon/phase/HoldingPatternPhase.class
Loading Class: net/minecraft/entity/boss/dragon/phase/HoverPhase.class
Loading Class: net/minecraft/entity/boss/dragon/phase/DyingPhase.class
Loading Class: net/minecraft/entity/boss/dragon/phase/AbstractSittingPhase.class
Loading Class: net/minecraft/entity/boss/dragon/phase/ChargingPlayerPhase.class
Loading Class: net/minecraft/entity/boss/dragon/phase/AbstractPhase.class
Loading Class: net/minecraft/entity/boss/dragon/EnderDragonPart.class
Loading Class: net/minecraft/entity/boss/BossBar.class
Loading Class: net/minecraft/entity/boss/ServerBossBar.class
Loading Class: net/minecraft/entity/boss/BossBar$Color.class
Loading Class: net/minecraft/entity/boss/BossBar$Style.class
Loading Class: net/minecraft/entity/boss/CommandBossBar.class
Loading Class: net/minecraft/entity/boss/BossBarManager.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry$18.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry$17.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry$16.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry$11.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry$10.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry$15.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry$14.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry$13.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry$12.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry$19.class
Loading Class: net/minecraft/entity/data/DataTracker$Entry.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry$2.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry$7.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry$1.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry$8.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry$3.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry$6.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry$9.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry$4.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry$5.class
Loading Class: net/minecraft/entity/data/DataTracker.class
Loading Class: net/minecraft/entity/data/TrackedData.class
Loading Class: net/minecraft/entity/data/TrackedDataHandlerRegistry.class
Loading Class: net/minecraft/entity/data/TrackedDataHandler.class
Loading Class: net/minecraft/entity/vehicle/CommandBlockMinecartEntity$CommandExecutor.class
Loading Class: net/minecraft/entity/vehicle/BoatEntity$Location.class
Loading Class: net/minecraft/entity/vehicle/BoatEntity$Type.class
Loading Class: net/minecraft/entity/vehicle/BoatEntity$1.class
Loading Class: net/minecraft/entity/vehicle/AbstractMinecartEntity$1.class
Loading Class: net/minecraft/entity/vehicle/AbstractMinecartEntity$Type.class
Loading Class: net/minecraft/entity/vehicle/StorageMinecartEntity$1.class
Loading Class: net/minecraft/entity/vehicle/ChestMinecartEntity.class
Loading Class: net/minecraft/entity/vehicle/AbstractMinecartEntity.class
Loading Class: net/minecraft/entity/vehicle/BoatEntity.class
Loading Class: net/minecraft/entity/vehicle/TntMinecartEntity.class
Loading Class: net/minecraft/entity/vehicle/FurnaceMinecartEntity.class
Loading Class: net/minecraft/entity/vehicle/HopperMinecartEntity.class
Loading Class: net/minecraft/entity/vehicle/SpawnerMinecartEntity.class
Loading Class: net/minecraft/entity/vehicle/CommandBlockMinecartEntity.class
Loading Class: net/minecraft/entity/vehicle/MinecartEntity.class
Loading Class: net/minecraft/entity/vehicle/StorageMinecartEntity.class
Loading Class: net/minecraft/entity/vehicle/SpawnerMinecartEntity$1.class
Loading Class: net/minecraft/entity/ai/RangedAttackMob.class
Loading Class: net/minecraft/entity/ai/AboveGroundTargeting.class
Loading Class: net/minecraft/entity/ai/NoPenaltySolidTargeting.class
Loading Class: net/minecraft/entity/ai/FuzzyPositions.class
Loading Class: net/minecraft/entity/ai/FuzzyTargeting.class
Loading Class: net/minecraft/entity/ai/NoPenaltyTargeting.class
Loading Class: net/minecraft/entity/ai/NavigationConditions.class
Loading Class: net/minecraft/entity/ai/NoWaterTargeting.class
Loading Class: net/minecraft/entity/ai/TargetPredicate.class
Loading Class: net/minecraft/entity/ai/pathing/LandPathNodeMaker.class
Loading Class: net/minecraft/entity/ai/pathing/WaterPathNodeMaker.class
Loading Class: net/minecraft/entity/ai/pathing/PathMinHeap.class
Loading Class: net/minecraft/entity/ai/pathing/AmphibiousPathNodeMaker.class
Loading Class: net/minecraft/entity/ai/pathing/BirdPathNodeMaker.class
Loading Class: net/minecraft/entity/ai/pathing/PathNodeType.class
Loading Class: net/minecraft/entity/ai/pathing/PathNodeNavigator.class
Loading Class: net/minecraft/entity/ai/pathing/Path.class
Loading Class: net/minecraft/entity/ai/pathing/PathNode.class
Loading Class: net/minecraft/entity/ai/pathing/TargetPathNode.class
Loading Class: net/minecraft/entity/ai/pathing/PathNodeMaker.class
Loading Class: net/minecraft/entity/ai/pathing/NavigationType.class
Loading Class: net/minecraft/entity/ai/pathing/EntityNavigation.class
Loading Class: net/minecraft/entity/ai/pathing/SwimNavigation.class
Loading Class: net/minecraft/entity/ai/pathing/SpiderNavigation.class
Loading Class: net/minecraft/entity/ai/pathing/MobNavigation.class
Loading Class: net/minecraft/entity/ai/pathing/BirdNavigation.class
Loading Class: net/minecraft/entity/ai/control/MoveControl$State.class
Loading Class: net/minecraft/entity/ai/control/JumpControl.class
Loading Class: net/minecraft/entity/ai/control/AquaticLookControl.class
Loading Class: net/minecraft/entity/ai/control/MoveControl.class
Loading Class: net/minecraft/entity/ai/control/AquaticMoveControl.class
Loading Class: net/minecraft/entity/ai/control/LookControl.class
Loading Class: net/minecraft/entity/ai/control/FlightMoveControl.class
Loading Class: net/minecraft/entity/ai/control/BodyControl.class
Loading Class: net/minecraft/entity/ai/control/Control.class
Loading Class: net/minecraft/entity/ai/Durations.class
Loading Class: net/minecraft/entity/ai/brain/ScheduleBuilder$ActivityEntry.class
Loading Class: net/minecraft/entity/ai/brain/Brain$1.class
Loading Class: net/minecraft/entity/ai/brain/Brain$MemoryEntry.class
Loading Class: net/minecraft/entity/ai/brain/Brain$Profile.class
Loading Class: net/minecraft/entity/ai/brain/ScheduleRule.class
Loading Class: net/minecraft/entity/ai/brain/ScheduleBuilder.class
Loading Class: net/minecraft/entity/ai/brain/Schedule.class
Loading Class: net/minecraft/entity/ai/brain/ScheduleRuleEntry.class
Loading Class: net/minecraft/entity/ai/brain/Activity.class
Loading Class: net/minecraft/entity/ai/brain/sensor/NearestLivingEntitiesSensor.class
Loading Class: net/minecraft/entity/ai/brain/sensor/VillagerHostilesSensor.class
Loading Class: net/minecraft/entity/ai/brain/sensor/NearestVisibleLivingEntitySensor.class
Loading Class: net/minecraft/entity/ai/brain/sensor/SensorType.class
Loading Class: net/minecraft/entity/ai/brain/sensor/NearestBedSensor.class
Loading Class: net/minecraft/entity/ai/brain/sensor/TemptationsSensor.class
Loading Class: net/minecraft/entity/ai/brain/sensor/VillagerBabiesSensor.class
Loading Class: net/minecraft/entity/ai/brain/sensor/Sensor.class
Loading Class: net/minecraft/entity/ai/brain/sensor/NearestPlayersSensor.class
Loading Class: net/minecraft/entity/ai/brain/sensor/PiglinSpecificSensor.class
Loading Class: net/minecraft/entity/ai/brain/sensor/NearestItemsSensor.class
Loading Class: net/minecraft/entity/ai/brain/sensor/SecondaryPointsOfInterestSensor.class
Loading Class: net/minecraft/entity/ai/brain/sensor/PiglinBruteSpecificSensor.class
Loading Class: net/minecraft/entity/ai/brain/sensor/HoglinSpecificSensor.class
Loading Class: net/minecraft/entity/ai/brain/sensor/HurtBySensor.class
Loading Class: net/minecraft/entity/ai/brain/sensor/NearestVisibleAdultSensor.class
Loading Class: net/minecraft/entity/ai/brain/sensor/GolemLastSeenSensor.class
Loading Class: net/minecraft/entity/ai/brain/sensor/DummySensor.class
Loading Class: net/minecraft/entity/ai/brain/sensor/AxolotlAttackablesSensor.class
Loading Class: net/minecraft/entity/ai/brain/MemoryModuleType.class
Loading Class: net/minecraft/entity/ai/brain/Memory.class
Loading Class: net/minecraft/entity/ai/brain/WalkTarget.class
Loading Class: net/minecraft/entity/ai/brain/MemoryModuleState.class
Loading Class: net/minecraft/entity/ai/brain/LookTarget.class
Loading Class: net/minecraft/entity/ai/brain/Brain.class
Loading Class: net/minecraft/entity/ai/brain/EntityLookTarget.class
Loading Class: net/minecraft/entity/ai/brain/BlockPosLookTarget.class
Loading Class: net/minecraft/entity/ai/brain/task/FindPointOfInterestTask$RetryMarker.class
Loading Class: net/minecraft/entity/ai/brain/task/PrepareRamTask$Ram.class
Loading Class: net/minecraft/entity/ai/brain/task/LongJumpTask$Target.class
Loading Class: net/minecraft/entity/ai/brain/task/WantNewItemTask.class
Loading Class: net/minecraft/entity/ai/brain/task/HuntHoglinTask.class
Loading Class: net/minecraft/entity/ai/brain/task/RemoveOffHandItemTask.class
Loading Class: net/minecraft/entity/ai/brain/task/AdmireItemTimeLimitTask.class
Loading Class: net/minecraft/entity/ai/brain/task/AdmireItemTask.class
Loading Class: net/minecraft/entity/ai/brain/task/HuntFinishTask.class
Loading Class: net/minecraft/entity/ai/brain/task/PlayDeadTask.class
Loading Class: net/minecraft/entity/ai/brain/task/PlayDeadTimerTask.class
Loading Class: net/minecraft/entity/ai/brain/task/VillagerTaskListProvider.class
Loading Class: net/minecraft/entity/ai/brain/task/FarmerWorkTask.class
Loading Class: net/minecraft/entity/ai/brain/task/GoToIfNearbyTask.class
Loading Class: net/minecraft/entity/ai/brain/task/ForgetCompletedPointOfInterestTask.class
Loading Class: net/minecraft/entity/ai/brain/task/GatherItemsVillagerTask.class
Loading Class: net/minecraft/entity/ai/brain/task/MeetVillagerTask.class
Loading Class: net/minecraft/entity/ai/brain/task/FindInteractionTargetTask.class
Loading Class: net/minecraft/entity/ai/brain/task/TakeJobSiteTask.class
Loading Class: net/minecraft/entity/ai/brain/task/VillagerBreedTask.class
Loading Class: net/minecraft/entity/ai/brain/task/RangedApproachTask.class
Loading Class: net/minecraft/entity/ai/brain/task/VillagerWorkTask.class
Loading Class: net/minecraft/entity/ai/brain/task/PanicTask.class
Loading Class: net/minecraft/entity/ai/brain/task/WakeUpTask.class
Loading Class: net/minecraft/entity/ai/brain/task/ConditionalTask.class
Loading Class: net/minecraft/entity/ai/brain/task/BoneMealTask.class
Loading Class: net/minecraft/entity/ai/brain/task/ForgetAngryAtTargetTask.class
Loading Class: net/minecraft/entity/ai/brain/task/FindWalkTargetTask.class
Loading Class: net/minecraft/entity/ai/brain/task/DefeatTargetTask.class
Loading Class: net/minecraft/entity/ai/brain/task/StopPanickingTask.class
Loading Class: net/minecraft/entity/ai/brain/task/SeekWaterTask.class
Loading Class: net/minecraft/entity/ai/brain/task/RunAroundAfterRaidTask.class
Loading Class: net/minecraft/entity/ai/brain/task/StayAboveWaterTask.class
Loading Class: net/minecraft/entity/ai/brain/task/GoToSecondaryPositionTask.class
Loading Class: net/minecraft/entity/ai/brain/task/GoToNearbyPositionTask.class
Loading Class: net/minecraft/entity/ai/brain/task/ScheduleActivityTask.class
Loading Class: net/minecraft/entity/ai/brain/task/ForgetAttackTargetTask.class
Loading Class: net/minecraft/entity/ai/brain/task/TimeLimitedTask.class
Loading Class: net/minecraft/entity/ai/brain/task/SeekSkyTask.class
Loading Class: net/minecraft/entity/ai/brain/task/StartRaidTask.class
Loading Class: net/minecraft/entity/ai/brain/task/FollowMobTask.class
Loading Class: net/minecraft/entity/ai/brain/task/UpdateAttackTargetTask.class
Loading Class: net/minecraft/entity/ai/brain/task/HoldTradeOffersTask.class
Loading Class: net/minecraft/entity/ai/brain/task/SleepTask.class
Loading Class: net/minecraft/entity/ai/brain/task/VillagerWalkTowardsTask.class
Loading Class: net/minecraft/entity/ai/brain/task/GoTowardsLookTarget.class
Loading Class: net/minecraft/entity/ai/brain/task/RamImpactTask.class
Loading Class: net/minecraft/entity/ai/brain/task/LookAroundTask.class
Loading Class: net/minecraft/entity/ai/brain/task/GoToRememberedPositionTask.class
Loading Class: net/minecraft/entity/ai/brain/task/FollowCustomerTask.class
Loading Class: net/minecraft/entity/ai/brain/task/WalkHomeTask.class
Loading Class: net/minecraft/entity/ai/brain/task/ForgetBellRingTask.class
Loading Class: net/minecraft/entity/ai/brain/task/PrepareRamTask.class
Loading Class: net/minecraft/entity/ai/brain/task/StartRidingTask.class
Loading Class: net/minecraft/entity/ai/brain/task/HideInHomeTask.class
Loading Class: net/minecraft/entity/ai/brain/task/WalkTowardClosestAdultTask.class
Loading Class: net/minecraft/entity/ai/brain/task/CelebrateRaidWinTask.class
Loading Class: net/minecraft/entity/ai/brain/task/RandomTask.class
Loading Class: net/minecraft/entity/ai/brain/task/RingBellTask.class
Loading Class: net/minecraft/entity/ai/brain/task/EndRaidTask.class
Loading Class: net/minecraft/entity/ai/brain/task/LoseJobOnSiteLossTask.class
Loading Class: net/minecraft/entity/ai/brain/task/StrollTask.class
Loading Class: net/minecraft/entity/ai/brain/task/HideWhenBellRingsTask.class
Loading Class: net/minecraft/entity/ai/brain/task/AquaticStrollTask.class
Loading Class: net/minecraft/entity/ai/brain/task/MeleeAttackTask.class
Loading Class: net/minecraft/entity/ai/brain/task/WorkStationCompetitionTask.class
Loading Class: net/minecraft/entity/ai/brain/task/WanderAroundTask.class
Loading Class: net/minecraft/entity/ai/brain/task/LongJumpTask.class
Loading Class: net/minecraft/entity/ai/brain/task/PlayWithVillagerBabiesTask.class
Loading Class: net/minecraft/entity/ai/brain/task/LeapingChargeTask.class
Loading Class: net/minecraft/entity/ai/brain/task/HideInHomeDuringRaidTask.class
Loading Class: net/minecraft/entity/ai/brain/task/JumpInBedTask.class
Loading Class: net/minecraft/entity/ai/brain/task/FarmerVillagerTask.class
Loading Class: net/minecraft/entity/ai/brain/task/FindEntityTask.class
Loading Class: net/minecraft/entity/ai/brain/task/OpenDoorsTask.class
Loading Class: net/minecraft/entity/ai/brain/task/WanderIndoorsTask.class
Loading Class: net/minecraft/entity/ai/brain/task/WalkToNearestVisibleWantedItemTask.class
Loading Class: net/minecraft/entity/ai/brain/task/WalkTowardJobSiteTask.class
Loading Class: net/minecraft/entity/ai/brain/task/GoToPointOfInterestTask.class
Loading Class: net/minecraft/entity/ai/brain/task/SeekSkyAfterRaidWinTask.class
Loading Class: net/minecraft/entity/ai/brain/task/GoToCelebrateTask.class
Loading Class: net/minecraft/entity/ai/brain/task/CompositeTask.class
Loading Class: net/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask.class
Loading Class: net/minecraft/entity/ai/brain/task/TemptTask.class
Loading Class: net/minecraft/entity/ai/brain/task/ForgetTask.class
Loading Class: net/minecraft/entity/ai/brain/task/WaitTask.class
Loading Class: net/minecraft/entity/ai/brain/task/CrossbowAttackTask.class
Loading Class: net/minecraft/entity/ai/brain/task/RidingTask.class
Loading Class: net/minecraft/entity/ai/brain/task/MemoryTransferTask.class
Loading Class: net/minecraft/entity/ai/brain/task/TemptationCooldownTask.class
Loading Class: net/minecraft/entity/ai/brain/task/LookTargetUtil.class
Loading Class: net/minecraft/entity/ai/brain/task/Task.class
Loading Class: net/minecraft/entity/ai/brain/task/AttackTask.class
Loading Class: net/minecraft/entity/ai/brain/task/PacifyTask.class
Loading Class: net/minecraft/entity/ai/brain/task/GoToWorkTask.class
Loading Class: net/minecraft/entity/ai/brain/task/BreedTask.class
Loading Class: net/minecraft/entity/ai/brain/task/FindPointOfInterestTask.class
Loading Class: net/minecraft/entity/ai/brain/task/WalkTask.class
Loading Class: net/minecraft/entity/ai/brain/task/CompositeTask$RunMode$1.class
Loading Class: net/minecraft/entity/ai/brain/task/CompositeTask$RunMode$2.class
Loading Class: net/minecraft/entity/ai/brain/task/CompositeTask$Order.class
Loading Class: net/minecraft/entity/ai/brain/task/CompositeTask$RunMode.class
Loading Class: net/minecraft/entity/ai/brain/task/CrossbowAttackTask$CrossbowState.class
Loading Class: net/minecraft/entity/ai/brain/task/Task$Status.class
Loading Class: net/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage.class
Loading Class: net/minecraft/entity/ai/goal/SkeletonHorseTrapTriggerGoal.class
Loading Class: net/minecraft/entity/ai/goal/TrackOwnerAttackerGoal.class
Loading Class: net/minecraft/entity/ai/goal/TrackIronGolemTargetGoal.class
Loading Class: net/minecraft/entity/ai/goal/PrioritizedGoal.class
Loading Class: net/minecraft/entity/ai/goal/TemptGoal.class
Loading Class: net/minecraft/entity/ai/goal/CreeperIgniteGoal.class
Loading Class: net/minecraft/entity/ai/goal/DisableableFollowTargetGoal.class
Loading Class: net/minecraft/entity/ai/goal/SwimAroundGoal.class
Loading Class: net/minecraft/entity/ai/goal/TrackTargetGoal.class
Loading Class: net/minecraft/entity/ai/goal/UniversalAngerGoal.class
Loading Class: net/minecraft/entity/ai/goal/RevengeGoal.class
Loading Class: net/minecraft/entity/ai/goal/AttackWithOwnerGoal.class
Loading Class: net/minecraft/entity/ai/goal/CrossbowAttackGoal.class
Loading Class: net/minecraft/entity/ai/goal/FollowTargetIfTamedGoal.class
Loading Class: net/minecraft/entity/ai/goal/FollowTargetGoal.class
Loading Class: net/minecraft/entity/ai/goal/RaidGoal.class
Loading Class: net/minecraft/entity/ai/goal/StepAndDestroyBlockGoal.class
Loading Class: net/minecraft/entity/ai/goal/FlyOntoTreeGoal.class
Loading Class: net/minecraft/entity/ai/goal/EscapeDangerGoal.class
Loading Class: net/minecraft/entity/ai/goal/LookAroundGoal.class
Loading Class: net/minecraft/entity/ai/goal/MoveIntoWaterGoal.class
Loading Class: net/minecraft/entity/ai/goal/ZombieAttackGoal.class
Loading Class: net/minecraft/entity/ai/goal/WanderAroundFarGoal.class
Loading Class: net/minecraft/entity/ai/goal/HoldInHandsGoal.class
Loading Class: net/minecraft/entity/ai/goal/StopFollowingCustomerGoal.class
Loading Class: net/minecraft/entity/ai/goal/FollowParentGoal.class
Loading Class: net/minecraft/entity/ai/goal/MeleeAttackGoal.class
Loading Class: net/minecraft/entity/ai/goal/LongDoorInteractGoal.class
Loading Class: net/minecraft/entity/ai/goal/IronGolemLookGoal.class
Loading Class: net/minecraft/entity/ai/goal/GoToVillageGoal.class
Loading Class: net/minecraft/entity/ai/goal/SitGoal.class
Loading Class: net/minecraft/entity/ai/goal/HorseBondWithPlayerGoal.class
Loading Class: net/minecraft/entity/ai/goal/AvoidSunlightGoal.class
Loading Class: net/minecraft/entity/ai/goal/ProjectileAttackGoal.class
Loading Class: net/minecraft/entity/ai/goal/BowAttackGoal.class
Loading Class: net/minecraft/entity/ai/goal/WanderAroundGoal.class
Loading Class: net/minecraft/entity/ai/goal/MoveToRaidCenterGoal.class
Loading Class: net/minecraft/entity/ai/goal/MoveToTargetPosGoal.class
Loading Class: net/minecraft/entity/ai/goal/BreakDoorGoal.class
Loading Class: net/minecraft/entity/ai/goal/WanderNearTargetGoal.class
Loading Class: net/minecraft/entity/ai/goal/MoveThroughVillageGoal.class
Loading Class: net/minecraft/entity/ai/goal/AttackGoal.class
Loading Class: net/minecraft/entity/ai/goal/GoToWalkTargetGoal.class
Loading Class: net/minecraft/entity/ai/goal/LookAtCustomerGoal.class
Loading Class: net/minecraft/entity/ai/goal/FollowMobGoal.class
Loading Class: net/minecraft/entity/ai/goal/LookAtEntityGoal.class
Loading Class: net/minecraft/entity/ai/goal/WanderAroundPointOfInterestGoal.class
Loading Class: net/minecraft/entity/ai/goal/GoalSelector.class
Loading Class: net/minecraft/entity/ai/goal/FormCaravanGoal.class
Loading Class: net/minecraft/entity/ai/goal/PounceAtTargetGoal.class
Loading Class: net/minecraft/entity/ai/goal/IronGolemWanderAroundGoal.class
Loading Class: net/minecraft/entity/ai/goal/FollowOwnerGoal.class
Loading Class: net/minecraft/entity/ai/goal/DiveJumpingGoal.class
Loading Class: net/minecraft/entity/ai/goal/SitOnOwnerShoulderGoal.class
Loading Class: net/minecraft/entity/ai/goal/StopAndLookAtEntityGoal.class
Loading Class: net/minecraft/entity/ai/goal/Goal.class
Loading Class: net/minecraft/entity/ai/goal/FollowGroupLeaderGoal.class
Loading Class: net/minecraft/entity/ai/goal/ChaseBoatGoal.class
Loading Class: net/minecraft/entity/ai/goal/SwimGoal.class
Loading Class: net/minecraft/entity/ai/goal/EatGrassGoal.class
Loading Class: net/minecraft/entity/ai/goal/DolphinJumpGoal.class
Loading Class: net/minecraft/entity/ai/goal/EscapeSunlightGoal.class
Loading Class: net/minecraft/entity/ai/goal/DoorInteractGoal.class
Loading Class: net/minecraft/entity/ai/goal/CatSitOnBlockGoal.class
Loading Class: net/minecraft/entity/ai/goal/GoToOwnerAndPurrGoal.class
Loading Class: net/minecraft/entity/ai/goal/BreatheAirGoal.class
Loading Class: net/minecraft/entity/ai/goal/AnimalMateGoal.class
Loading Class: net/minecraft/entity/ai/goal/FleeEntityGoal.class
Loading Class: net/minecraft/entity/ai/goal/WolfBegGoal.class
Loading Class: net/minecraft/entity/ai/goal/ChaseBoatState.class
Loading Class: net/minecraft/entity/ai/goal/Goal$Control.class
Loading Class: net/minecraft/entity/ai/goal/GoalSelector$2.class
Loading Class: net/minecraft/entity/ai/goal/GoalSelector$1.class
Loading Class: net/minecraft/entity/EntityInteraction$1.class
Loading Class: net/minecraft/entity/mob/GuardianEntity$GuardianMoveControl.class
Loading Class: net/minecraft/entity/mob/GuardianEntity$FireBeamGoal.class
Loading Class: net/minecraft/entity/mob/GuardianEntity$GuardianTargetPredicate.class
Loading Class: net/minecraft/entity/mob/EvokerEntity$SummonVexGoal.class
Loading Class: net/minecraft/entity/mob/EvokerEntity$ConjureFangsGoal.class
Loading Class: net/minecraft/entity/mob/EvokerEntity$WololoGoal.class
Loading Class: net/minecraft/entity/mob/EvokerEntity$LookAtTargetOrWololoTarget.class
Loading Class: net/minecraft/entity/mob/GhastEntity$ShootFireballGoal.class
Loading Class: net/minecraft/entity/mob/GhastEntity$GhastMoveControl.class
Loading Class: net/minecraft/entity/mob/GhastEntity$LookAtTargetGoal.class
Loading Class: net/minecraft/entity/mob/GhastEntity$FlyRandomlyGoal.class
Loading Class: net/minecraft/entity/mob/DrownedEntity$TridentAttackGoal.class
Loading Class: net/minecraft/entity/mob/DrownedEntity$DrownedMoveControl.class
Loading Class: net/minecraft/entity/mob/DrownedEntity$LeaveWaterGoal.class
Loading Class: net/minecraft/entity/mob/DrownedEntity$DrownedAttackGoal.class
Loading Class: net/minecraft/entity/mob/DrownedEntity$TargetAboveWaterGoal.class
Loading Class: net/minecraft/entity/mob/DrownedEntity$WanderAroundOnSurfaceGoal.class
Loading Class: net/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal.class
Loading Class: net/minecraft/entity/mob/EndermanEntity$PickUpBlockGoal.class
Loading Class: net/minecraft/entity/mob/EndermanEntity$TeleportTowardsPlayerGoal.class
Loading Class: net/minecraft/entity/mob/EndermanEntity$ChasePlayerGoal.class
Loading Class: net/minecraft/entity/mob/BlazeEntity$ShootFireballGoal.class
Loading Class: net/minecraft/entity/mob/IllagerEntity$State.class
Loading Class: net/minecraft/entity/mob/IllagerEntity$LongDoorInteractGoal.class
Loading Class: net/minecraft/entity/mob/AbstractSkeletonEntity$1.class
Loading Class: net/minecraft/entity/mob/PiglinBrain.class
Loading Class: net/minecraft/entity/mob/PiglinEntity.class
Loading Class: net/minecraft/entity/mob/EvokerFangsEntity.class
Loading Class: net/minecraft/entity/mob/VindicatorEntity.class
Loading Class: net/minecraft/entity/mob/AbstractPiglinEntity.class
Loading Class: net/minecraft/entity/mob/PiglinBruteBrain.class
Loading Class: net/minecraft/entity/mob/ZombieVillagerEntity.class
Loading Class: net/minecraft/entity/mob/HoglinBrain.class
Loading Class: net/minecraft/entity/mob/PiglinBruteEntity.class
Loading Class: net/minecraft/entity/mob/ZombieEntity.class
Loading Class: net/minecraft/entity/mob/PiglinActivity.class
Loading Class: net/minecraft/entity/mob/Hoglin.class
Loading Class: net/minecraft/entity/mob/WitherSkeletonEntity.class
Loading Class: net/minecraft/entity/mob/SpellcastingIllagerEntity.class
Loading Class: net/minecraft/entity/mob/SkeletonEntity.class
Loading Class: net/minecraft/entity/mob/ZombifiedPiglinEntity.class
Loading Class: net/minecraft/entity/mob/ZoglinEntity.class
Loading Class: net/minecraft/entity/mob/HoglinEntity.class
Loading Class: net/minecraft/entity/mob/PhantomEntity.class
Loading Class: net/minecraft/entity/mob/VexEntity.class
Loading Class: net/minecraft/entity/mob/WitchEntity.class
Loading Class: net/minecraft/entity/mob/RavagerEntity.class
Loading Class: net/minecraft/entity/mob/SlimeEntity.class
Loading Class: net/minecraft/entity/mob/IllusionerEntity.class
Loading Class: net/minecraft/entity/mob/PillagerEntity.class
Loading Class: net/minecraft/entity/mob/ShulkerEntity.class
Loading Class: net/minecraft/entity/mob/SpiderEntity.class
Loading Class: net/minecraft/entity/mob/StrayEntity.class
Loading Class: net/minecraft/entity/mob/SilverfishEntity.class
Loading Class: net/minecraft/entity/mob/EvokerEntity.class
Loading Class: net/minecraft/entity/mob/GuardianEntity.class
Loading Class: net/minecraft/entity/mob/HostileEntity.class
Loading Class: net/minecraft/entity/mob/PatrolEntity.class
Loading Class: net/minecraft/entity/mob/MagmaCubeEntity.class
Loading Class: net/minecraft/entity/mob/CreeperEntity.class
Loading Class: net/minecraft/entity/mob/EndermanEntity.class
Loading Class: net/minecraft/entity/mob/DrownedEntity.class
Loading Class: net/minecraft/entity/mob/GhastEntity.class
Loading Class: net/minecraft/entity/mob/HuskEntity.class
Loading Class: net/minecraft/entity/mob/GiantEntity.class
Loading Class: net/minecraft/entity/mob/Monster.class
Loading Class: net/minecraft/entity/mob/EndermiteEntity.class
Loading Class: net/minecraft/entity/mob/ElderGuardianEntity.class
Loading Class: net/minecraft/entity/mob/BlazeEntity.class
Loading Class: net/minecraft/entity/mob/AbstractSkeletonEntity.class
Loading Class: net/minecraft/entity/mob/CaveSpiderEntity.class
Loading Class: net/minecraft/entity/mob/IllagerEntity.class
Loading Class: net/minecraft/entity/mob/ZombieHorseEntity.class
Loading Class: net/minecraft/entity/mob/SkeletonHorseEntity.class
Loading Class: net/minecraft/entity/mob/WaterCreatureEntity.class
Loading Class: net/minecraft/entity/mob/AmbientEntity.class
Loading Class: net/minecraft/entity/mob/MobVisibilityCache.class
Loading Class: net/minecraft/entity/mob/MobEntity.class
Loading Class: net/minecraft/entity/mob/PathAwareEntity.class
Loading Class: net/minecraft/entity/mob/Angerable.class
Loading Class: net/minecraft/entity/mob/FlyingEntity.class
Loading Class: net/minecraft/entity/mob/MobEntity$1.class
Loading Class: net/minecraft/entity/mob/ZombieEntity$DestroyEggGoal.class
Loading Class: net/minecraft/entity/mob/ZombieEntity$ZombieData.class
Loading Class: net/minecraft/entity/mob/VindicatorEntity$FollowEntityGoal.class
Loading Class: net/minecraft/entity/mob/VindicatorEntity$AttackGoal.class
Loading Class: net/minecraft/entity/mob/VindicatorEntity$BreakDoorGoal.class
Loading Class: net/minecraft/entity/mob/VexEntity$VexMoveControl.class
Loading Class: net/minecraft/entity/mob/VexEntity$LookAtTargetGoal.class
Loading Class: net/minecraft/entity/mob/VexEntity$TrackOwnerTargetGoal.class
Loading Class: net/minecraft/entity/mob/VexEntity$ChargeTargetGoal.class
Loading Class: net/minecraft/entity/mob/SpiderEntity$SpiderData.class
Loading Class: net/minecraft/entity/mob/SpiderEntity$FollowTargetGoal.class
Loading Class: net/minecraft/entity/mob/SpiderEntity$AttackGoal.class
Loading Class: net/minecraft/entity/mob/SlimeEntity$MoveGoal.class
Loading Class: net/minecraft/entity/mob/SlimeEntity$SlimeMoveControl.class
Loading Class: net/minecraft/entity/mob/SlimeEntity$RandomLookGoal.class
Loading Class: net/minecraft/entity/mob/SpellcastingIllagerEntity$LookAtTargetGoal.class
Loading Class: net/minecraft/entity/mob/SlimeEntity$SwimmingGoal.class
Loading Class: net/minecraft/entity/mob/SlimeEntity$FaceTowardTargetGoal.class
Loading Class: net/minecraft/entity/mob/SilverfishEntity$WanderAndInfestGoal.class
Loading Class: net/minecraft/entity/mob/SpellcastingIllagerEntity$Spell.class
Loading Class: net/minecraft/entity/mob/SilverfishEntity$CallForHelpGoal.class
Loading Class: net/minecraft/entity/mob/SpellcastingIllagerEntity$CastSpellGoal.class
Loading Class: net/minecraft/entity/mob/RavagerEntity$PathNodeMaker.class
Loading Class: net/minecraft/entity/mob/RavagerEntity$AttackGoal.class
Loading Class: net/minecraft/entity/mob/RavagerEntity$Navigation.class
Loading Class: net/minecraft/entity/mob/ShulkerEntity$class_6376.class
Loading Class: net/minecraft/entity/mob/ShulkerEntity$ShulkerBodyControl.class
Loading Class: net/minecraft/entity/mob/ShulkerEntity$PeekGoal.class
Loading Class: net/minecraft/entity/mob/ShulkerEntity$SearchForPlayerGoal.class
Loading Class: net/minecraft/entity/mob/ShulkerEntity$ShootBulletGoal.class
Loading Class: net/minecraft/entity/mob/ShulkerEntity$SearchForTargetGoal.class
Loading Class: net/minecraft/entity/mob/PatrolEntity$PatrolGoal.class
Loading Class: net/minecraft/entity/mob/PhantomEntity$SwoopMovementGoal.class
Loading Class: net/minecraft/entity/mob/PhantomEntity$MovementGoal.class
Loading Class: net/minecraft/entity/mob/PhantomEntity$PhantomMovementType.class
Loading Class: net/minecraft/entity/mob/PhantomEntity$StartAttackGoal.class
Loading Class: net/minecraft/entity/mob/PhantomEntity$FindTargetGoal.class
Loading Class: net/minecraft/entity/mob/PhantomEntity$CircleMovementGoal.class
Loading Class: net/minecraft/entity/mob/PhantomEntity$PhantomBodyControl.class
Loading Class: net/minecraft/entity/mob/PhantomEntity$PhantomMoveControl.class
Loading Class: net/minecraft/entity/mob/PhantomEntity$PhantomLookControl.class
Loading Class: net/minecraft/entity/mob/IllusionerEntity$BlindTargetGoal.class
Loading Class: net/minecraft/entity/mob/IllusionerEntity$GiveInvisibilityGoal.class
Loading Class: net/minecraft/client/RunArgs$Game.class
Loading Class: net/minecraft/client/RunArgs$Network.class
Loading Class: net/minecraft/client/RunArgs$Directories.class
Loading Class: net/minecraft/client/RunArgs$AutoConnect.class
Loading Class: net/minecraft/client/ClientBrandRetriever.class
Loading Class: net/minecraft/client/tutorial/TutorialManager$Entry.class
Loading Class: net/minecraft/client/tutorial/TutorialManager.class
Loading Class: net/minecraft/client/tutorial/PunchTreeTutorialStepHandler.class
Loading Class: net/minecraft/client/tutorial/TutorialStep.class
Loading Class: net/minecraft/client/tutorial/NoneTutorialStepHandler.class
Loading Class: net/minecraft/client/tutorial/FindTreeTutorialStepHandler.class
Loading Class: net/minecraft/client/tutorial/OpenInventoryTutorialStepHandler.class
Loading Class: net/minecraft/client/tutorial/TutorialStepHandler.class
Loading Class: net/minecraft/client/tutorial/MovementTutorialStepHandler.class
Loading Class: net/minecraft/client/tutorial/CraftPlanksTutorialStepHandler.class
Loading Class: net/minecraft/client/tutorial/BundleTutorial.class
Loading Class: net/minecraft/client/input/Input.class
Loading Class: net/minecraft/client/input/KeyboardInput.class
Loading Class: net/minecraft/client/model/ModelPart$Vertex.class
Loading Class: net/minecraft/client/model/ModelPart$Cuboid.class
Loading Class: net/minecraft/client/model/ModelPart$CuboidConsumer.class
Loading Class: net/minecraft/client/model/ModelPart$Quad.class
Loading Class: net/minecraft/client/model/ModelPartData.class
Loading Class: net/minecraft/client/model/ModelPart.class
Loading Class: net/minecraft/client/model/ModelPartBuilder.class
Loading Class: net/minecraft/client/model/ModelTransform.class
Loading Class: net/minecraft/client/model/TexturedModelData.class
Loading Class: net/minecraft/client/model/TextureDimensions.class
Loading Class: net/minecraft/client/model/ModelCuboidData.class
Loading Class: net/minecraft/client/model/ModelData.class
Loading Class: net/minecraft/client/model/Dilation.class
Loading Class: net/minecraft/client/model/Model.class
Loading Class: net/minecraft/client/model/ModelUtil.class
Loading Class: net/minecraft/client/RunArgs.class
Loading Class: net/minecraft/client/MinecraftClient.class
Loading Class: net/minecraft/client/toast/TutorialToast$Type.class
Loading Class: net/minecraft/client/toast/Toast$Visibility.class
Loading Class: net/minecraft/client/toast/ToastManager$Entry.class
Loading Class: net/minecraft/client/toast/SystemToast$Type.class
Loading Class: net/minecraft/client/toast/ToastManager.class
Loading Class: net/minecraft/client/toast/SystemToast.class
Loading Class: net/minecraft/client/toast/TutorialToast.class
Loading Class: net/minecraft/client/toast/AdvancementToast.class
Loading Class: net/minecraft/client/toast/Toast.class
Loading Class: net/minecraft/client/toast/RecipeToast.class
Loading Class: net/minecraft/client/Keyboard.class
Loading Class: net/minecraft/client/Mouse.class
Loading Class: net/minecraft/client/ClientGameSession.class
Loading Class: net/minecraft/client/MinecraftClientGame.class
Loading Class: net/minecraft/client/recipebook/RecipeBookGroup$1.class
Loading Class: net/minecraft/client/recipebook/RecipeBookGroup.class
Loading Class: net/minecraft/client/recipebook/ClientRecipeBook.class
Loading Class: net/minecraft/client/WindowEventHandler.class
Loading Class: net/minecraft/client/WindowSettings.class
Loading Class: net/minecraft/client/MinecraftClient$ChatRestriction$1.class
Loading Class: net/minecraft/client/MinecraftClient$ChatRestriction$4.class
Loading Class: net/minecraft/client/MinecraftClient$ChatRestriction$2.class
Loading Class: net/minecraft/client/MinecraftClient$ChatRestriction$3.class
Loading Class: net/minecraft/client/block/ChestAnimationProgress.class
Loading Class: net/minecraft/client/color/item/ItemColors.class
Loading Class: net/minecraft/client/color/item/ItemColorProvider.class
Loading Class: net/minecraft/client/color/block/BlockColors.class
Loading Class: net/minecraft/client/color/block/BlockColorProvider.class
Loading Class: net/minecraft/client/color/world/BiomeColors.class
Loading Class: net/minecraft/client/color/world/GrassColors.class
Loading Class: net/minecraft/client/color/world/FoliageColors.class
Loading Class: net/minecraft/client/MinecraftClient$1.class
Loading Class: net/minecraft/client/MinecraftClient$IntegratedResourceManager.class
Loading Class: net/minecraft/client/MinecraftClient$WorldLoadAction.class
Loading Class: net/minecraft/client/MinecraftClient$ChatRestriction.class
Loading Class: net/minecraft/client/Keyboard$1.class
Loading Class: net/minecraft/client/main/Main$3.class
Loading Class: net/minecraft/client/main/Main$1.class
Loading Class: net/minecraft/client/main/Main$2.class
Loading Class: net/minecraft/client/main/Main.class
Loading Class: net/minecraft/client/texture/PlayerSkinProvider$1.class
Loading Class: net/minecraft/client/texture/PlayerSkinProvider$SkinTextureAvailableCallback.class
Loading Class: net/minecraft/client/texture/NativeImage$Format.class
Loading Class: net/minecraft/client/texture/NativeImage$GLFormat.class
Loading Class: net/minecraft/client/texture/NativeImage$WriteCallback.class
Loading Class: net/minecraft/client/texture/PlayerSkinProvider.class
Loading Class: net/minecraft/client/texture/PlayerSkinTexture.class
Loading Class: net/minecraft/client/texture/MissingSprite.class
Loading Class: net/minecraft/client/texture/SpriteAtlasHolder.class
Loading Class: net/minecraft/client/texture/TextureStitcherCannotFitException.class
Loading Class: net/minecraft/client/texture/SpriteAtlasTexture.class
Loading Class: net/minecraft/client/texture/Sprite.class
Loading Class: net/minecraft/client/texture/PaintingManager.class
Loading Class: net/minecraft/client/texture/StatusEffectSpriteManager.class
Loading Class: net/minecraft/client/texture/TextureManager.class
Loading Class: net/minecraft/client/texture/NativeImageBackedTexture.class
Loading Class: net/minecraft/client/texture/TextureStitcher.class
Loading Class: net/minecraft/client/texture/TextureTickListener.class
Loading Class: net/minecraft/client/texture/AsyncTexture.class
Loading Class: net/minecraft/client/texture/ResourceTexture.class
Loading Class: net/minecraft/client/texture/MipmapHelper.class
Loading Class: net/minecraft/client/texture/AbstractTexture.class
Loading Class: net/minecraft/client/texture/NativeImage.class
Loading Class: net/minecraft/client/texture/SpriteAtlasTexture$Data.class
Loading Class: net/minecraft/client/texture/Sprite$Animation.class
Loading Class: net/minecraft/client/texture/Sprite$Interpolation.class
Loading Class: net/minecraft/client/texture/Sprite$Info.class
Loading Class: net/minecraft/client/texture/Sprite$AnimationFrame.class
Loading Class: net/minecraft/client/texture/TextureStitcher$Holder.class
Loading Class: net/minecraft/client/texture/TextureStitcher$Slot.class
Loading Class: net/minecraft/client/texture/TextureStitcher$SpriteConsumer.class
Loading Class: net/minecraft/client/texture/ResourceTexture$TextureData.class
Loading Class: net/minecraft/client/MinecraftClientGame$PerformanceMetricsImpl.class
Loading Class: net/minecraft/client/option/HotbarStorageEntry.class
Loading Class: net/minecraft/client/option/ServerList.class
Loading Class: net/minecraft/client/option/Option$1.class
Loading Class: net/minecraft/client/option/Option.class
Loading Class: net/minecraft/client/option/GameOptions.class
Loading Class: net/minecraft/client/option/GraphicsMode.class
Loading Class: net/minecraft/client/option/CyclingOption.class
Loading Class: net/minecraft/client/option/KeyBinding.class
Loading Class: net/minecraft/client/option/AttackIndicator.class
Loading Class: net/minecraft/client/option/StickyKeyBinding.class
Loading Class: net/minecraft/client/option/ParticlesMode.class
Loading Class: net/minecraft/client/option/DoubleOption.class
Loading Class: net/minecraft/client/option/FullscreenOption.class
Loading Class: net/minecraft/client/option/NarratorMode.class
Loading Class: net/minecraft/client/option/LogarithmicOption.class
Loading Class: net/minecraft/client/option/HotbarStorage.class
Loading Class: net/minecraft/client/option/CloudRenderMode.class
Loading Class: net/minecraft/client/option/Perspective.class
Loading Class: net/minecraft/client/option/AoMode.class
Loading Class: net/minecraft/client/option/GameOptions$2.class
Loading Class: net/minecraft/client/option/GameOptions$1.class
Loading Class: net/minecraft/client/option/GameOptions$3.class
Loading Class: net/minecraft/client/option/GameOptions$4.class
Loading Class: net/minecraft/client/option/GameOptions$Visitor.class
Loading Class: net/minecraft/client/option/ChatVisibility.class
Loading Class: net/minecraft/client/option/GraphicsMode$1.class
Loading Class: net/minecraft/client/option/CyclingOption$Setter.class
Loading Class: net/minecraft/client/font/UnicodeTextureFont$Loader.class
Loading Class: net/minecraft/client/font/UnicodeTextureFont$UnicodeTextureGlyph.class
Loading Class: net/minecraft/client/font/BitmapFont$Loader.class
Loading Class: net/minecraft/client/font/BitmapFont$BitmapFontGlyph.class
Loading Class: net/minecraft/client/font/TextRenderer$Drawer.class
Loading Class: net/minecraft/client/font/GlyphRenderer$Rectangle.class
Loading Class: net/minecraft/client/font/GlyphAtlasTexture$Slot.class
Loading Class: net/minecraft/client/font/FontManager$1.class
Loading Class: net/minecraft/client/font/TextHandler$LineBreakingVisitor.class
Loading Class: net/minecraft/client/font/TextHandler$LineWrappingCollector.class
Loading Class: net/minecraft/client/font/TextHandler$StyledString.class
Loading Class: net/minecraft/client/font/TextHandler$LineWrappingConsumer.class
Loading Class: net/minecraft/client/font/TextHandler$WidthLimitingVisitor.class
Loading Class: net/minecraft/client/font/TextHandler$WidthRetriever.class
Loading Class: net/minecraft/client/font/TextHandler$1.class
Loading Class: net/minecraft/client/font/FontStorage.class
Loading Class: net/minecraft/client/font/TrueTypeFontLoader.class
Loading Class: net/minecraft/client/font/GlyphRenderer.class
Loading Class: net/minecraft/client/font/WhiteRectangleGlyph.class
Loading Class: net/minecraft/client/font/GlyphAtlasTexture.class
Loading Class: net/minecraft/client/font/UnicodeTextureFont.class
Loading Class: net/minecraft/client/font/FontType.class
Loading Class: net/minecraft/client/font/BitmapFont.class
Loading Class: net/minecraft/client/font/BlankGlyph.class
Loading Class: net/minecraft/client/font/FontLoader.class
Loading Class: net/minecraft/client/font/BlankFont.class
Loading Class: net/minecraft/client/font/EmptyGlyphRenderer.class
Loading Class: net/minecraft/client/font/FontManager.class
Loading Class: net/minecraft/client/font/MultilineText.class
Loading Class: net/minecraft/client/font/TextRenderer.class
Loading Class: net/minecraft/client/font/TextHandler.class
Loading Class: net/minecraft/client/font/Font.class
Loading Class: net/minecraft/client/font/TrueTypeFont.class
Loading Class: net/minecraft/client/font/RenderableGlyph.class
Loading Class: net/minecraft/client/font/Glyph.class
Loading Class: net/minecraft/client/font/TextVisitFactory.class
Loading Class: net/minecraft/client/font/TrueTypeFont$TtfGlyph.class
Loading Class: net/minecraft/client/font/MultilineText$2.class
Loading Class: net/minecraft/client/font/MultilineText$1.class
Loading Class: net/minecraft/client/font/MultilineText$Line.class
Loading Class: net/minecraft/client/sound/AmbientSoundLoops$MusicLoop.class
Loading Class: net/minecraft/client/sound/AmbientSoundLoops$Underwater.class
Loading Class: net/minecraft/client/sound/SoundInstance$AttenuationType.class
Loading Class: net/minecraft/client/sound/SoundManager$SoundList$1.class
Loading Class: net/minecraft/client/sound/Sound$RegistrationType.class
Loading Class: net/minecraft/client/sound/SoundSystem.class
Loading Class: net/minecraft/client/sound/SoundManager.class
Loading Class: net/minecraft/client/sound/MusicTracker.class
Loading Class: net/minecraft/client/sound/WeightedSoundSet.class
Loading Class: net/minecraft/client/sound/SoundInstanceListener.class
Loading Class: net/minecraft/client/sound/SoundLoader.class
Loading Class: net/minecraft/client/sound/SoundContainer.class
Loading Class: net/minecraft/client/sound/SoundExecutor.class
Loading Class: net/minecraft/client/sound/Channel.class
Loading Class: net/minecraft/client/sound/RepeatingAudioStream.class
Loading Class: net/minecraft/client/sound/AudioStream.class
Loading Class: net/minecraft/client/sound/AmbientSoundPlayer.class
Loading Class: net/minecraft/client/sound/Sound.class
Loading Class: net/minecraft/client/sound/SoundEntryDeserializer.class
Loading Class: net/minecraft/client/sound/MovingMinecartSoundInstance.class
Loading Class: net/minecraft/client/sound/SoundInstance.class
Loading Class: net/minecraft/client/sound/SoundEntry.class
Loading Class: net/minecraft/client/sound/EntityTrackingSoundInstance.class
Loading Class: net/minecraft/client/sound/PositionedSoundInstance.class
Loading Class: net/minecraft/client/sound/GuardianAttackSoundInstance.class
Loading Class: net/minecraft/client/sound/AmbientSoundLoops.class
Loading Class: net/minecraft/client/sound/TickableSoundInstance.class
Loading Class: net/minecraft/client/sound/MinecartInsideSoundInstance.class
Loading Class: net/minecraft/client/sound/AggressiveBeeSoundInstance.class
Loading Class: net/minecraft/client/sound/PassiveBeeSoundInstance.class
Loading Class: net/minecraft/client/sound/BubbleColumnSoundPlayer.class
Loading Class: net/minecraft/client/sound/BiomeEffectSoundPlayer.class
Loading Class: net/minecraft/client/sound/AbstractSoundInstance.class
Loading Class: net/minecraft/client/sound/MovingSoundInstance.class
Loading Class: net/minecraft/client/sound/AbstractBeeSoundInstance.class
Loading Class: net/minecraft/client/sound/ElytraSoundInstance.class
Loading Class: net/minecraft/client/sound/AlUtil.class
Loading Class: net/minecraft/client/sound/StaticSound.class
Loading Class: net/minecraft/client/sound/OggAudioStream.class
Loading Class: net/minecraft/client/sound/SoundListener.class
Loading Class: net/minecraft/client/sound/Source.class
Loading Class: net/minecraft/client/sound/SoundEngine.class
Loading Class: net/minecraft/client/sound/MusicType.class
Loading Class: net/minecraft/client/sound/BiomeEffectSoundPlayer$MusicLoop.class
Loading Class: net/minecraft/client/sound/SoundManager$SoundList.class
Loading Class: net/minecraft/client/sound/SoundManager$2.class
Loading Class: net/minecraft/client/sound/SoundManager$1.class
Loading Class: net/minecraft/client/sound/RepeatingAudioStream$DelegateFactory.class
Loading Class: net/minecraft/client/sound/RepeatingAudioStream$ReusableInputStream.class
Loading Class: net/minecraft/client/sound/OggAudioStream$ChannelList.class
Loading Class: net/minecraft/client/sound/SoundEngine$SourceSet.class
Loading Class: net/minecraft/client/sound/SoundEngine$SourceSetImpl.class
Loading Class: net/minecraft/client/sound/SoundEngine$1.class
Loading Class: net/minecraft/client/sound/SoundEngine$RunMode.class
Loading Class: net/minecraft/client/sound/Channel$SourceManager.class
Loading Class: net/minecraft/client/realms/RepeatedNarrator$Parameters.class
Loading Class: net/minecraft/client/realms/RealmsConnection$1.class
Loading Class: net/minecraft/client/realms/RealmsLabel.class
Loading Class: net/minecraft/client/realms/RealmsConnection.class
Loading Class: net/minecraft/client/realms/RealmsObjectSelectionList.class
Loading Class: net/minecraft/client/realms/RepeatedNarrator.class
Loading Class: net/minecraft/client/realms/RealmsClient.class
Loading Class: net/minecraft/client/realms/task/WorldCreationTask.class
Loading Class: net/minecraft/client/realms/task/SwitchMinigameTask.class
Loading Class: net/minecraft/client/realms/task/SwitchSlotTask.class
Loading Class: net/minecraft/client/realms/task/RestoreTask.class
Loading Class: net/minecraft/client/realms/task/LongRunningTask.class
Loading Class: net/minecraft/client/realms/task/DownloadTask.class
Loading Class: net/minecraft/client/realms/task/RealmsConnectTask.class
Loading Class: net/minecraft/client/realms/task/ResettingWorldTemplateTask.class
Loading Class: net/minecraft/client/realms/task/RealmsGetServerDetailsTask.class
Loading Class: net/minecraft/client/realms/task/ResettingNormalWorldTask.class
Loading Class: net/minecraft/client/realms/task/ResettingWorldTask.class
Loading Class: net/minecraft/client/realms/task/OpenServerTask.class
Loading Class: net/minecraft/client/realms/task/CloseServerTask.class
Loading Class: net/minecraft/client/realms/FileDownload.class
Loading Class: net/minecraft/client/realms/util/TextRenderingUtils$LineSegment.class
Loading Class: net/minecraft/client/realms/util/TextRenderingUtils$Line.class
Loading Class: net/minecraft/client/realms/util/RealmsUtil$1.class
Loading Class: net/minecraft/client/realms/util/RealmsPersistence$RealmsPersistenceData.class
Loading Class: net/minecraft/client/realms/util/RealmsTextureManager$RealmsTexture.class
Loading Class: net/minecraft/client/realms/util/RealmsTextureManager$1.class
Loading Class: net/minecraft/client/realms/util/RealmsUtil.class
Loading Class: net/minecraft/client/realms/util/UploadTokenCache.class
Loading Class: net/minecraft/client/realms/util/TextRenderingUtils.class
Loading Class: net/minecraft/client/realms/util/SkinProcessor.class
Loading Class: net/minecraft/client/realms/util/RealmsTextureManager.class
Loading Class: net/minecraft/client/realms/util/JsonUtils.class
Loading Class: net/minecraft/client/realms/util/RealmsPersistence.class
Loading Class: net/minecraft/client/realms/util/Errable.class
Loading Class: net/minecraft/client/realms/exception/RetryCallException.class
Loading Class: net/minecraft/client/realms/exception/RealmsServiceException.class
Loading Class: net/minecraft/client/realms/exception/RealmsDefaultUncaughtExceptionHandler.class
Loading Class: net/minecraft/client/realms/exception/RealmsHttpException.class
Loading Class: net/minecraft/client/realms/Request.class
Loading Class: net/minecraft/client/realms/RealmsSerializable.class
Loading Class: net/minecraft/client/realms/FileUpload.class
Loading Class: net/minecraft/client/realms/CheckedGson.class
Loading Class: net/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType.class
Loading Class: net/minecraft/client/realms/dto/Subscription$SubscriptionType.class
Loading Class: net/minecraft/client/realms/dto/RealmsServer$WorldType.class
Loading Class: net/minecraft/client/realms/dto/RealmsServer$State.class
Loading Class: net/minecraft/client/realms/dto/RealmsServer$McoServerComparator.class
Loading Class: net/minecraft/client/realms/dto/RealmsServer.class
Loading Class: net/minecraft/client/realms/dto/UploadInfo.class
Loading Class: net/minecraft/client/realms/dto/RealmsWorldOptions.class
Loading Class: net/minecraft/client/realms/dto/WorldTemplatePaginatedList.class
Loading Class: net/minecraft/client/realms/dto/Subscription.class
Loading Class: net/minecraft/client/realms/dto/PlayerActivity.class
Loading Class: net/minecraft/client/realms/dto/WorldTemplate.class
Loading Class: net/minecraft/client/realms/dto/WorldDownload.class
Loading Class: net/minecraft/client/realms/dto/PlayerActivities.class
Loading Class: net/minecraft/client/realms/dto/ValueObject.class
Loading Class: net/minecraft/client/realms/dto/RealmsServerPing.class
Loading Class: net/minecraft/client/realms/dto/RealmsServerPlayerLists.class
Loading Class: net/minecraft/client/realms/dto/RealmsServerAddress.class
Loading Class: net/minecraft/client/realms/dto/RegionPingResult.class
Loading Class: net/minecraft/client/realms/dto/RealmsServerPlayerList.class
Loading Class: net/minecraft/client/realms/dto/RealmsWorldResetDto.class
Loading Class: net/minecraft/client/realms/dto/RealmsServerList.class
Loading Class: net/minecraft/client/realms/dto/PingResult.class
Loading Class: net/minecraft/client/realms/dto/RealmsDescriptionDto.class
Loading Class: net/minecraft/client/realms/dto/Ops.class
Loading Class: net/minecraft/client/realms/dto/Backup.class
Loading Class: net/minecraft/client/realms/dto/PlayerInfo.class
Loading Class: net/minecraft/client/realms/dto/RealmsNews.class
Loading Class: net/minecraft/client/realms/dto/PendingInvitesList.class
Loading Class: net/minecraft/client/realms/dto/PendingInvite.class
Loading Class: net/minecraft/client/realms/dto/BackupList.class
Loading Class: net/minecraft/client/realms/RealmsError.class
Loading Class: net/minecraft/client/realms/UploadStatus.class
Loading Class: net/minecraft/client/realms/RealmsClientConfig.class
Loading Class: net/minecraft/client/realms/Ping.class
Loading Class: net/minecraft/client/realms/KeyCombo.class
Loading Class: net/minecraft/client/realms/SizeUnit.class
Loading Class: net/minecraft/client/realms/Request$Post.class
Loading Class: net/minecraft/client/realms/Request$Get.class
Loading Class: net/minecraft/client/realms/Request$Delete.class
Loading Class: net/minecraft/client/realms/Request$Put.class
Loading Class: net/minecraft/client/realms/RealmsClient$Environment.class
Loading Class: net/minecraft/client/realms/RealmsClient$CompatibleVersionResponse.class
Loading Class: net/minecraft/client/realms/FileUpload$CustomInputStreamEntity.class
Loading Class: net/minecraft/client/realms/Ping$Region.class
Loading Class: net/minecraft/client/realms/FileDownload$ProgressListener.class
Loading Class: net/minecraft/client/realms/FileDownload$DownloadCountingOutputStream.class
Loading Class: net/minecraft/client/realms/FileDownload$ResourcePackProgressListener.class
Loading Class: net/minecraft/client/realms/gui/BasicFetchRateLimiter.class
Loading Class: net/minecraft/client/realms/gui/FetchTask.class
Loading Class: net/minecraft/client/realms/gui/DummyFetchRateLimiter.class
Loading Class: net/minecraft/client/realms/gui/FetchRateLimiter.class
Loading Class: net/minecraft/client/realms/gui/RealmsDataFetcher.class
Loading Class: net/minecraft/client/realms/gui/RealmsWorldSlotButton.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry$AcceptButton.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry$RejectButton.class
Loading Class: net/minecraft/client/realms/gui/screen/UploadResult$Builder.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsSlotOptionsScreen$SettingsSlider.class
Loading Class: net/minecraft/client/realms/gui/screen/DisconnectedRealmsScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsSubscriptionInfoScreen$1.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$1.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionList.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsUploadScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsDownloadLatestWorldScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsSettingsScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/ResetWorldInfo.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsGenericErrorScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsSlotOptionsScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsConfirmScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/UploadResult.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsTermsScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsSubscriptionInfoScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsResetWorldScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsPlayerScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsInviteScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsResetNormalWorldScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsParentalConsentScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsMainScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsNotificationsScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsCreateRealmScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsBackupScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsClientOutdatedScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsAcceptRejectButton.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsResetWorldScreen$1.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldListEntry.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldSelectionList.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsResetWorldScreen$FrameButton.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionList.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$2.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$3.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$1.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionList.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsPlayerScreen$PlayerOperation.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsNotificationsScreen$1.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionListEntry.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsMainScreen$PendingInvitesButton.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionListTrialEntry.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionList.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsMainScreen$4.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsMainScreen$NewsButton.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsMainScreen$5.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsMainScreen$Entry.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsMainScreen$ShowPopupButton.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsMainScreen$CloseButton.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsMainScreen$1.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsMainScreen$2.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsMainScreen$3.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsDownloadLatestWorldScreen$DownloadStatus.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen$1.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen$BackupInfoListEntry.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen$BackupInfoList.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionList.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry.class
Loading Class: net/minecraft/client/realms/gui/screen/RealmsBackupScreen$1.class
Loading Class: net/minecraft/client/realms/gui/RealmsDataFetcher$Task.class
Loading Class: net/minecraft/client/realms/gui/RealmsWorldSlotButton$State.class
Loading Class: net/minecraft/client/realms/gui/RealmsWorldSlotButton$Action.class
Loading Class: net/minecraft/client/item/TooltipContext$Default.class
Loading Class: net/minecraft/client/item/ModelPredicateProviderRegistry.class
Loading Class: net/minecraft/client/item/UnclampedModelPredicateProvider.class
Loading Class: net/minecraft/client/item/ModelPredicateProvider.class
Loading Class: net/minecraft/client/item/TooltipContext.class
Loading Class: net/minecraft/client/item/BundleTooltipData.class
Loading Class: net/minecraft/client/item/TooltipData.class
Loading Class: net/minecraft/client/item/ModelPredicateProviderRegistry$1.class
Loading Class: net/minecraft/client/item/ModelPredicateProviderRegistry$2.class
Loading Class: net/minecraft/client/item/ModelPredicateProviderRegistry$AngleInterpolator.class
Loading Class: net/minecraft/client/gl/ShaderParseException$JsonStackTrace.class
Loading Class: net/minecraft/client/gl/EffectProgram$1.class
Loading Class: net/minecraft/client/gl/Program$Type.class
Loading Class: net/minecraft/client/gl/GLImportProcessor$Context.class
Loading Class: net/minecraft/client/gl/GlDebug$class_6359.class
Loading Class: net/minecraft/client/gl/JsonEffectGlShader.class
Loading Class: net/minecraft/client/gl/ShaderEffect.class
Loading Class: net/minecraft/client/gl/PostProcessShader.class
Loading Class: net/minecraft/client/gl/VertexBuffer.class
Loading Class: net/minecraft/client/gl/GlBlendState.class
Loading Class: net/minecraft/client/gl/GlUniform.class
Loading Class: net/minecraft/client/gl/GLImportProcessor.class
Loading Class: net/minecraft/client/gl/GlDebug.class
Loading Class: net/minecraft/client/gl/Program.class
Loading Class: net/minecraft/client/gl/GlProgramManager.class
Loading Class: net/minecraft/client/gl/Uniform.class
Loading Class: net/minecraft/client/gl/GlShader.class
Loading Class: net/minecraft/client/gl/EffectGlShader.class
Loading Class: net/minecraft/client/gl/EffectProgram.class
Loading Class: net/minecraft/client/gl/WindowFramebuffer.class
Loading Class: net/minecraft/client/gl/Framebuffer.class
Loading Class: net/minecraft/client/gl/SimpleFramebuffer.class
Loading Class: net/minecraft/client/gl/WindowFramebuffer$Attachment.class
Loading Class: net/minecraft/client/gl/WindowFramebuffer$Size.class
Loading Class: net/minecraft/client/gl/ShaderParseException.class
Loading Class: net/minecraft/client/resource/VideoWarningManager$WarningPatternLoader.class
Loading Class: net/minecraft/client/resource/ResourceReloadLogger$ReloadState.class
Loading Class: net/minecraft/client/resource/ResourceReloadLogger$RecoveryEntry.class
Loading Class: net/minecraft/client/resource/ResourceReloadLogger$ReloadReason.class
Loading Class: net/minecraft/client/resource/Format3ResourcePack.class
Loading Class: net/minecraft/client/resource/ResourceIndex.class
Loading Class: net/minecraft/client/resource/metadata/AnimationResourceMetadata$FrameConsumer.class
Loading Class: net/minecraft/client/resource/metadata/AnimationResourceMetadata$1.class
Loading Class: net/minecraft/client/resource/metadata/LanguageResourceMetadataReader.class
Loading Class: net/minecraft/client/resource/metadata/TextureResourceMetadata.class
Loading Class: net/minecraft/client/resource/metadata/AnimationResourceMetadataReader.class
Loading Class: net/minecraft/client/resource/metadata/TextureResourceMetadataReader.class
Loading Class: net/minecraft/client/resource/metadata/AnimationResourceMetadata.class
Loading Class: net/minecraft/client/resource/metadata/AnimationFrameResourceMetadata.class
Loading Class: net/minecraft/client/resource/metadata/LanguageResourceMetadata.class
Loading Class: net/minecraft/client/resource/Format4ResourcePack.class
Loading Class: net/minecraft/client/resource/ClientBuiltinResourcePackProvider.class
Loading Class: net/minecraft/client/resource/SplashTextResourceSupplier.class
Loading Class: net/minecraft/client/resource/FoliageColormapResourceSupplier.class
Loading Class: net/minecraft/client/resource/GrassColormapResourceSupplier.class
Loading Class: net/minecraft/client/resource/DirectResourceIndex.class
Loading Class: net/minecraft/client/resource/DefaultClientResourcePack.class
Loading Class: net/minecraft/client/resource/VideoWarningManager.class
Loading Class: net/minecraft/client/resource/ResourceReloadLogger.class
Loading Class: net/minecraft/client/resource/ClientBuiltinResourcePackProvider$1.class
Loading Class: net/minecraft/client/resource/ClientBuiltinResourcePackProvider$2.class
Loading Class: net/minecraft/client/resource/language/I18n.class
Loading Class: net/minecraft/client/resource/language/LanguageManager.class
Loading Class: net/minecraft/client/resource/language/LanguageDefinition.class
Loading Class: net/minecraft/client/resource/language/ReorderingUtil.class
Loading Class: net/minecraft/client/resource/language/TranslationStorage.class
Loading Class: net/minecraft/client/resource/language/TextReorderingProcessor.class
Loading Class: net/minecraft/client/render/Shader$1.class
Loading Class: net/minecraft/client/render/TexturedRenderLayers$1.class
Loading Class: net/minecraft/client/render/RenderLayer$MultiPhase.class
Loading Class: net/minecraft/client/render/RenderPhase$Shader.class
Loading Class: net/minecraft/client/render/MapRenderer$MapTexture.class
Loading Class: net/minecraft/client/render/RenderPhase$Transparency.class
Loading Class: net/minecraft/client/render/RenderLayer$MultiPhaseParameters.class
Loading Class: net/minecraft/client/render/RenderPhase$WriteMaskState.class
Loading Class: net/minecraft/client/render/RenderPhase$Texture.class
Loading Class: net/minecraft/client/render/RenderPhase$LineWidth.class
Loading Class: net/minecraft/client/render/RenderLayer$OutlineMode.class
Loading Class: net/minecraft/client/render/RenderPhase$Textures.class
Loading Class: net/minecraft/client/render/RenderPhase$Texturing.class
Loading Class: net/minecraft/client/render/RenderPhase$Overlay.class
Loading Class: net/minecraft/client/render/RenderPhase$TextureBase.class
Loading Class: net/minecraft/client/render/RenderPhase$Layering.class
Loading Class: net/minecraft/client/render/RenderPhase$Target.class
Loading Class: net/minecraft/client/render/RenderPhase$OffsetTexturing.class
Loading Class: net/minecraft/client/render/RenderPhase$Lightmap.class
Loading Class: net/minecraft/client/render/RenderPhase$DepthTest.class
Loading Class: net/minecraft/client/render/RenderPhase$Cull.class
Loading Class: net/minecraft/client/render/RenderPhase$Toggleable.class
Loading Class: net/minecraft/client/render/VertexConsumerProvider$Immediate.class
Loading Class: net/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer.class
Loading Class: net/minecraft/client/render/WorldRenderer$ShaderException.class
Loading Class: net/minecraft/client/render/WorldRenderer$ChunkInfo.class
Loading Class: net/minecraft/client/render/WorldRenderer$ChunkInfoList.class
Loading Class: net/minecraft/client/render/BackgroundRenderer$FogType.class
Loading Class: net/minecraft/client/render/SkyProperties$SkyType.class
Loading Class: net/minecraft/client/render/SkyProperties$Nether.class
Loading Class: net/minecraft/client/render/SkyProperties$Overworld.class
Loading Class: net/minecraft/client/render/SkyProperties$End.class
Loading Class: net/minecraft/client/render/OverlayTexture.class
Loading Class: net/minecraft/client/render/WorldRenderer.class
Loading Class: net/minecraft/client/render/Frustum.class
Loading Class: net/minecraft/client/render/Shader.class
Loading Class: net/minecraft/client/render/TexturedRenderLayers.class
Loading Class: net/minecraft/client/render/SpriteTexturedVertexConsumer.class
Loading Class: net/minecraft/client/render/RenderLayer.class
Loading Class: net/minecraft/client/render/RenderLayers.class
Loading Class: net/minecraft/client/render/BuiltChunkStorage.class
Loading Class: net/minecraft/client/render/GameRenderer.class
Loading Class: net/minecraft/client/render/FpsSmoother.class
Loading Class: net/minecraft/client/render/RenderPhase.class
Loading Class: net/minecraft/client/render/BufferBuilderStorage.class
Loading Class: net/minecraft/client/render/LightmapTextureManager.class
Loading Class: net/minecraft/client/render/OutlineVertexConsumerProvider.class
Loading Class: net/minecraft/client/render/VertexConsumerProvider.class
Loading Class: net/minecraft/client/render/BackgroundRenderer.class
Loading Class: net/minecraft/client/render/item/HeldItemRenderer$1.class
Loading Class: net/minecraft/client/render/item/HeldItemRenderer$HandRenderType.class
Loading Class: net/minecraft/client/render/item/ItemRenderer.class
Loading Class: net/minecraft/client/render/item/ItemModels.class
Loading Class: net/minecraft/client/render/item/HeldItemRenderer.class
Loading Class: net/minecraft/client/render/item/BuiltinModelItemRenderer.class
Loading Class: net/minecraft/client/render/SkyProperties.class
Loading Class: net/minecraft/client/render/MapRenderer.class
Loading Class: net/minecraft/client/render/RenderTickCounter.class
Loading Class: net/minecraft/client/render/Camera.class
Loading Class: net/minecraft/client/render/BufferRenderer.class
Loading Class: net/minecraft/client/render/VertexConsumer.class
Loading Class: net/minecraft/client/render/OverlayVertexConsumer.class
Loading Class: net/minecraft/client/render/VertexFormat.class
Loading Class: net/minecraft/client/render/VertexFormatElement.class
Loading Class: net/minecraft/client/render/VertexConsumers.class
Loading Class: net/minecraft/client/render/Tessellator.class
Loading Class: net/minecraft/client/render/BufferBuilder.class
Loading Class: net/minecraft/client/render/VertexFormats.class
Loading Class: net/minecraft/client/render/FixedColorVertexConsumer.class
Loading Class: net/minecraft/client/render/BufferVertexConsumer.class
Loading Class: net/minecraft/client/render/DiffuseLighting.class
Loading Class: net/minecraft/client/render/VertexFormatElement$Type$Starter.class
Loading Class: net/minecraft/client/render/VertexFormatElement$Type$Finisher.class
Loading Class: net/minecraft/client/render/CameraSubmersionType.class
Loading Class: net/minecraft/client/render/BlockBreakingInfo.class
Loading Class: net/minecraft/client/render/chunk/ChunkOcclusionDataBuilder$1.class
Loading Class: net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk.class
Loading Class: net/minecraft/client/render/chunk/ChunkBuilder$Result.class
Loading Class: net/minecraft/client/render/chunk/ChunkBuilder$ChunkData.class
Loading Class: net/minecraft/client/render/chunk/ChunkBuilder.class
Loading Class: net/minecraft/client/render/chunk/ChunkOcclusionDataBuilder.class
Loading Class: net/minecraft/client/render/chunk/ChunkOcclusionData.class
Loading Class: net/minecraft/client/render/chunk/ChunkRendererRegion.class
Loading Class: net/minecraft/client/render/chunk/BlockBufferBuilderStorage.class
Loading Class: net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$SortTask.class
Loading Class: net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$RebuildTask.class
Loading Class: net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$Task.class
Loading Class: net/minecraft/client/render/chunk/ChunkBuilder$ChunkData$1.class
Loading Class: net/minecraft/client/render/VertexFormatElement$Type.class
Loading Class: net/minecraft/client/render/VertexFormatElement$DataType.class
Loading Class: net/minecraft/client/render/VertexConsumers$Union.class
Loading Class: net/minecraft/client/render/VertexConsumers$Dual.class
Loading Class: net/minecraft/client/render/RenderPhase$Textures$Builder.class
Loading Class: net/minecraft/client/render/VertexFormat$1.class
Loading Class: net/minecraft/client/render/VertexFormat$DrawMode.class
Loading Class: net/minecraft/client/render/VertexFormat$IntType.class
Loading Class: net/minecraft/client/render/RenderLayer$MultiPhaseParameters$Builder.class
Loading Class: net/minecraft/client/render/model/CubeFace$Corner.class
Loading Class: net/minecraft/client/render/model/CubeFace$DirectionIds.class
Loading Class: net/minecraft/client/render/model/ModelLoader.class
Loading Class: net/minecraft/client/render/model/WeightedBakedModel.class
Loading Class: net/minecraft/client/render/model/BasicBakedModel.class
Loading Class: net/minecraft/client/render/model/MultipartBakedModel.class
Loading Class: net/minecraft/client/render/model/ModelBakeSettings.class
Loading Class: net/minecraft/client/render/model/BakedModelManager.class
Loading Class: net/minecraft/client/render/model/UnbakedModel.class
Loading Class: net/minecraft/client/render/model/ModelRotation.class
Loading Class: net/minecraft/client/render/model/BuiltinBakedModel.class
Loading Class: net/minecraft/client/render/model/BakedModel.class
Loading Class: net/minecraft/client/render/model/SpriteAtlasManager.class
Loading Class: net/minecraft/client/render/model/MultipartUnbakedModel.class
Loading Class: net/minecraft/client/render/model/BakedQuadFactory.class
Loading Class: net/minecraft/client/render/model/BakedQuad.class
Loading Class: net/minecraft/client/render/model/CubeFace.class
Loading Class: net/minecraft/client/render/model/MultipartUnbakedModel$Deserializer.class
Loading Class: net/minecraft/client/render/model/WeightedBakedModel$Builder.class
Loading Class: net/minecraft/client/render/model/BakedQuadFactory$1.class
Loading Class: net/minecraft/client/render/model/BasicBakedModel$Builder.class
Loading Class: net/minecraft/client/render/model/MultipartBakedModel$Builder.class
Loading Class: net/minecraft/client/render/model/json/MultipartModelComponent.class
Loading Class: net/minecraft/client/render/model/json/ItemModelGenerator.class
Loading Class: net/minecraft/client/render/model/json/ModelOverrideList.class
Loading Class: net/minecraft/client/render/model/json/SimpleMultipartModelSelector.class
Loading Class: net/minecraft/client/render/model/json/MultipartModelSelector.class
Loading Class: net/minecraft/client/render/model/json/AndMultipartModelSelector.class
Loading Class: net/minecraft/client/render/model/json/ModelTransformation.class
Loading Class: net/minecraft/client/render/model/json/OrMultipartModelSelector.class
Loading Class: net/minecraft/client/render/model/json/ModelElementTexture.class
Loading Class: net/minecraft/client/render/model/json/ModelVariant.class
Loading Class: net/minecraft/client/render/model/json/WeightedUnbakedModel.class
Loading Class: net/minecraft/client/render/model/json/ModelElementFace.class
Loading Class: net/minecraft/client/render/model/json/JsonUnbakedModel.class
Loading Class: net/minecraft/client/render/model/json/Transformation.class
Loading Class: net/minecraft/client/render/model/json/ModelOverride.class
Loading Class: net/minecraft/client/render/model/json/ModelVariantMap.class
Loading Class: net/minecraft/client/render/model/json/ModelElement.class
Loading Class: net/minecraft/client/render/model/json/ModelRotation.class
Loading Class: net/minecraft/client/render/model/json/MultipartModelComponent$Deserializer.class
Loading Class: net/minecraft/client/render/model/json/WeightedUnbakedModel$Deserializer.class
Loading Class: net/minecraft/client/render/model/json/ModelVariant$Deserializer.class
Loading Class: net/minecraft/client/render/model/json/Transformation$Deserializer.class
Loading Class: net/minecraft/client/render/model/json/ModelTransformation$Deserializer.class
Loading Class: net/minecraft/client/render/model/json/ModelTransformation$1.class
Loading Class: net/minecraft/client/render/model/json/ModelTransformation$Mode.class
Loading Class: net/minecraft/client/render/model/json/ModelOverride$Condition.class
Loading Class: net/minecraft/client/render/model/json/ModelOverride$Deserializer.class
Loading Class: net/minecraft/client/render/model/json/ModelOverrideList$BakedOverride.class
Loading Class: net/minecraft/client/render/model/json/ModelOverrideList$InlinedCondition.class
Loading Class: net/minecraft/client/render/model/json/ItemModelGenerator$Frame.class
Loading Class: net/minecraft/client/render/model/json/ItemModelGenerator$Side.class
Loading Class: net/minecraft/client/render/model/json/JsonUnbakedModel$Deserializer.class
Loading Class: net/minecraft/client/render/model/json/JsonUnbakedModel$GuiLight.class
Loading Class: net/minecraft/client/render/model/json/ItemModelGenerator$1.class
Loading Class: net/minecraft/client/render/model/json/JsonUnbakedModel$UncheckedModelException.class
Loading Class: net/minecraft/client/render/model/json/ModelVariantMap$VariantAbsentException.class
Loading Class: net/minecraft/client/render/model/json/ModelVariantMap$Deserializer.class
Loading Class: net/minecraft/client/render/model/json/ModelVariantMap$DeserializationContext.class
Loading Class: net/minecraft/client/render/model/json/ModelElementTexture$Deserializer.class
Loading Class: net/minecraft/client/render/model/json/ModelElement$Deserializer.class
Loading Class: net/minecraft/client/render/model/json/ModelElement$1.class
Loading Class: net/minecraft/client/render/model/json/ModelElementFace$Deserializer.class
Loading Class: net/minecraft/client/render/model/ModelLoader$ModelLoaderException.class
Loading Class: net/minecraft/client/render/model/ModelLoader$ModelDefinition.class
Loading Class: net/minecraft/client/render/Camera$class_6355.class
Loading Class: net/minecraft/client/render/entity/EvokerEntityRenderer$1.class
Loading Class: net/minecraft/client/render/entity/EntityRendererFactory$Context.class
Loading Class: net/minecraft/client/render/entity/EnderDragonEntityRenderer$DragonEntityModel.class
Loading Class: net/minecraft/client/render/entity/PlayerEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/WitherSkullEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/WitherSkeletonEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/VindicatorEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/WitherEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/ZombieHorseEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/WolfEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/ZoglinEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/ZombieVillagerEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/ZombieEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/VexEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/VillagerEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/WitchEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/TropicalFishEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/TurtleEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/FlyingItemEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/TntEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/WanderingTraderEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/StriderEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/TntMinecartEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/SilverfishEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/ShulkerBulletEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/SlimeEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/TridentEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/ArrowEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/ShulkerEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/StrayEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/ItemFrameEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/SpiderEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/SquidEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/SalmonEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/MinecartEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/PufferfishEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/SpectralArrowEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/SnowGolemEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/SkeletonEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/EmptyEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/SheepEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/PiglinEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/MobEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/RavagerEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/RabbitEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/LlamaSpitEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/PillagerEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/LivingEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/LightningEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/PolarBearEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/PaintingEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/PandaEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/PigEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/PhantomEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/ParrotEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/LlamaEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/OcelotEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/HorseEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/MooshroomEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/IllagerEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/MagmaCubeEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/IronGolemEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/EntityRenderers.class
Loading Class: net/minecraft/client/render/entity/FireworkEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/ItemEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/ElderGuardianEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/LeashKnotEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/GuardianEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/BipedEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/IllusionerEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/EndermanEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/HuskEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/GoatEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/DragonFireballEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/HoglinEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/EntityRenderDispatcher.class
Loading Class: net/minecraft/client/render/entity/GiantEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/EnderDragonEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/GlowSquidEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/FoxEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/FishingBobberEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/GhastEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/EndermiteEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/ExperienceOrbEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/FallingBlockEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/EvokerEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/EntityRenderer.class
Loading Class: net/minecraft/client/render/entity/EvokerFangsEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/EndCrystalEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/EntityRendererFactory.class
Loading Class: net/minecraft/client/render/entity/CaveSpiderEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/BlazeEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/CreeperEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/ProjectileEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/DrownedEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/BatEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/CatEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/DolphinEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/CodEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/BoatEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/CowEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/DonkeyEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/ChickenEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/ArmorStandEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/BeeEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/AxolotlEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/ZombieBaseEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/HorseBaseEntityRenderer.class
Loading Class: net/minecraft/client/render/entity/model/ParrotEntityModel$Pose.class
Loading Class: net/minecraft/client/render/entity/model/ParrotEntityModel$1.class
Loading Class: net/minecraft/client/render/entity/model/BipedEntityModel$ArmPose.class
Loading Class: net/minecraft/client/render/entity/model/BipedEntityModel$1.class
Loading Class: net/minecraft/client/render/entity/model/EntityModelLayers.class
Loading Class: net/minecraft/client/render/entity/model/EntityModels.class
Loading Class: net/minecraft/client/render/entity/model/WitchEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/EntityModelPartNames.class
Loading Class: net/minecraft/client/render/entity/model/WolfEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/TridentEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/WitherEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/TurtleEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/EntityModelLayer.class
Loading Class: net/minecraft/client/render/entity/model/StriderEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/ZombieVillagerEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/EntityModelLoader.class
Loading Class: net/minecraft/client/render/entity/model/DragonHeadEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/SmallTropicalFishEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/VexEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/VillagerResemblingModel.class
Loading Class: net/minecraft/client/render/entity/model/ZombieEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/LargeTropicalFishEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/SquidEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/SilverfishEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/ShieldEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/ModelWithHat.class
Loading Class: net/minecraft/client/render/entity/model/SnowGolemEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/SkullEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/PolarBearEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/SpiderEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/ShulkerEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/RabbitEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/PandaEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/SkeletonEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/SlimeEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/MediumPufferfishEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/SmallPufferfishEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/PiglinEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/ShulkerBulletEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/RavagerEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/PlayerEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/SheepWoolEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/SheepEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/ParrotEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/QuadrupedEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/SalmonEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/LargePufferfishEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/PigEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/LlamaSpitEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/PhantomEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/BipedEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/MinecartEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/OcelotEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/EvokerFangsEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/HorseEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/BlazeEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/CatEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/LlamaEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/MagmaCubeEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/IronGolemEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/SinglePartEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/IllagerEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/GuardianEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/CompositeEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/LeashKnotEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/HoglinEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/FoxEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/ModelWithHead.class
Loading Class: net/minecraft/client/render/entity/model/GoatEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/AxolotlEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/DolphinEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/GhastEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/DrownedEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/GiantEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/EndermanEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/BatEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/EndermiteEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/ElytraEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/CodEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/DonkeyEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/EntityModel.class
Loading Class: net/minecraft/client/render/entity/model/ChickenEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/BeeEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/CowEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/CreeperEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/TintableAnimalModel.class
Loading Class: net/minecraft/client/render/entity/model/AbstractZombieModel.class
Loading Class: net/minecraft/client/render/entity/model/TintableCompositeModel.class
Loading Class: net/minecraft/client/render/entity/model/BoatEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/BookModel.class
Loading Class: net/minecraft/client/render/entity/model/AnimalModel.class
Loading Class: net/minecraft/client/render/entity/model/ArmorStandEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/ModelWithArms.class
Loading Class: net/minecraft/client/render/entity/model/ArmorStandArmorEntityModel.class
Loading Class: net/minecraft/client/render/entity/model/CrossbowPosing.class
Loading Class: net/minecraft/client/render/entity/PlayerModelPart.class
Loading Class: net/minecraft/client/render/entity/feature/VillagerResourceMetadata$HatType.class
Loading Class: net/minecraft/client/render/entity/feature/ArmorFeatureRenderer$1.class
Loading Class: net/minecraft/client/render/entity/feature/VillagerResourceMetadataReader.class
Loading Class: net/minecraft/client/render/entity/feature/VillagerResourceMetadata.class
Loading Class: net/minecraft/client/render/entity/feature/VillagerClothingFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/WitherArmorFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/TropicalFishColorFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/TridentRiptideFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/SlimeOverlayFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/StrayOverlayFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/PlayerHeldItemFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/SaddleFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/WolfCollarFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/WitchHeldItemFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/ArmorFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/StuckObjectsFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/SpiderEyesFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/MooshroomMushroomFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/ShulkerHeadFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/LlamaDecorFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/IronGolemCrackFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/SnowmanPumpkinFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/SheepWoolFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/FeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/ShoulderParrotFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/PandaHeldItemFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/EnergySwirlOverlayFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/IronGolemFlowerFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/DolphinHeldItemFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/FoxHeldItemFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/PhantomEyesFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/HeldItemFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/ElytraFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/CreeperChargeFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/HorseMarkingFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/EyesFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/CapeFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/StuckArrowsFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/HorseArmorFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/HeadFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/DrownedOverlayFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/StuckStingersFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/Deadmau5FeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/EndermanEyesFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/CatCollarFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/VillagerHeldItemFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/EndermanBlockFeatureRenderer.class
Loading Class: net/minecraft/client/render/entity/feature/FeatureRendererContext.class
Loading Class: net/minecraft/client/render/entity/feature/SkinOverlayOwner.class
Loading Class: net/minecraft/client/render/entity/LivingEntityRenderer$1.class
Loading Class: net/minecraft/client/render/entity/IllusionerEntityRenderer$1.class
Loading Class: net/minecraft/client/render/entity/VindicatorEntityRenderer$1.class
Loading Class: net/minecraft/client/render/block/BlockModelRenderer$BrightnessCache$2.class
Loading Class: net/minecraft/client/render/block/BlockModelRenderer$BrightnessCache$1.class
Loading Class: net/minecraft/client/render/block/FluidRenderer.class
Loading Class: net/minecraft/client/render/block/BlockModelRenderer.class
Loading Class: net/minecraft/client/render/block/BlockRenderManager.class
Loading Class: net/minecraft/client/render/block/BlockModels.class
Loading Class: net/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer$1.class
Loading Class: net/minecraft/client/render/block/entity/SignBlockEntityRenderer$SignModel.class
Loading Class: net/minecraft/client/render/block/entity/BlockEntityRendererFactory$Context.class
Loading Class: net/minecraft/client/render/block/entity/BlockEntityRendererFactories.class
Loading Class: net/minecraft/client/render/block/entity/PistonBlockEntityRenderer.class
Loading Class: net/minecraft/client/render/block/entity/ShulkerBoxBlockEntityRenderer.class
Loading Class: net/minecraft/client/render/block/entity/MobSpawnerBlockEntityRenderer.class
Loading Class: net/minecraft/client/render/block/entity/BlockEntityRendererFactory.class
Loading Class: net/minecraft/client/render/block/entity/SkullBlockEntityRenderer.class
Loading Class: net/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer.class
Loading Class: net/minecraft/client/render/block/entity/EndPortalBlockEntityRenderer.class
Loading Class: net/minecraft/client/render/block/entity/SignBlockEntityRenderer.class
Loading Class: net/minecraft/client/render/block/entity/EndGatewayBlockEntityRenderer.class
Loading Class: net/minecraft/client/render/block/entity/ConduitBlockEntityRenderer.class
Loading Class: net/minecraft/client/render/block/entity/BannerBlockEntityRenderer.class
Loading Class: net/minecraft/client/render/block/entity/LecternBlockEntityRenderer.class
Loading Class: net/minecraft/client/render/block/entity/LightmapCoordinatesRetriever.class
Loading Class: net/minecraft/client/render/block/entity/ChestBlockEntityRenderer.class
Loading Class: net/minecraft/client/render/block/entity/BeaconBlockEntityRenderer.class
Loading Class: net/minecraft/client/render/block/entity/EnchantingTableBlockEntityRenderer.class
Loading Class: net/minecraft/client/render/block/entity/CampfireBlockEntityRenderer.class
Loading Class: net/minecraft/client/render/block/entity/BlockEntityRenderDispatcher.class
Loading Class: net/minecraft/client/render/block/entity/BedBlockEntityRenderer.class
Loading Class: net/minecraft/client/render/block/entity/BellBlockEntityRenderer.class
Loading Class: net/minecraft/client/render/block/entity/BlockEntityRenderer.class
Loading Class: net/minecraft/client/render/block/entity/SkullBlockEntityModel.class
Loading Class: net/minecraft/client/render/block/BlockModelRenderer$NeighborData.class
Loading Class: net/minecraft/client/render/block/BlockModelRenderer$AmbientOcclusionCalculator.class
Loading Class: net/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation.class
Loading Class: net/minecraft/client/render/block/BlockModelRenderer$BrightnessCache.class
Loading Class: net/minecraft/client/render/block/BlockModelRenderer$Translation.class
Loading Class: net/minecraft/client/render/block/BlockModelRenderer$1.class
Loading Class: net/minecraft/client/render/block/BlockRenderManager$1.class
Loading Class: net/minecraft/client/render/debug/VillageDebugRenderer.class
Loading Class: net/minecraft/client/render/debug/WorldGenAttemptDebugRenderer.class
Loading Class: net/minecraft/client/render/debug/BeeDebugRenderer.class
Loading Class: net/minecraft/client/render/debug/ChunkLoadingDebugRenderer.class
Loading Class: net/minecraft/client/render/debug/ChunkBorderDebugRenderer.class
Loading Class: net/minecraft/client/render/debug/VillageSectionsDebugRenderer.class
Loading Class: net/minecraft/client/render/debug/GameTestDebugRenderer.class
Loading Class: net/minecraft/client/render/debug/BlockOutlineDebugRenderer.class
Loading Class: net/minecraft/client/render/debug/StructureDebugRenderer.class
Loading Class: net/minecraft/client/render/debug/PathfindingDebugRenderer.class
Loading Class: net/minecraft/client/render/debug/WaterDebugRenderer.class
Loading Class: net/minecraft/client/render/debug/RaidCenterDebugRenderer.class
Loading Class: net/minecraft/client/render/debug/GameEventDebugRenderer.class
Loading Class: net/minecraft/client/render/debug/NeighborUpdateDebugRenderer.class
Loading Class: net/minecraft/client/render/debug/SkyLightDebugRenderer.class
Loading Class: net/minecraft/client/render/debug/GoalSelectorDebugRenderer.class
Loading Class: net/minecraft/client/render/debug/DebugRenderer.class
Loading Class: net/minecraft/client/render/debug/HeightmapDebugRenderer.class
Loading Class: net/minecraft/client/render/debug/CollisionDebugRenderer.class
Loading Class: net/minecraft/client/render/debug/HeightmapDebugRenderer$1.class
Loading Class: net/minecraft/client/render/debug/GameTestDebugRenderer$Marker.class
Loading Class: net/minecraft/client/render/debug/GoalSelectorDebugRenderer$GoalSelector.class
Loading Class: net/minecraft/client/render/debug/DebugRenderer$Renderer.class
Loading Class: net/minecraft/client/render/debug/GameEventDebugRenderer$Listener.class
Loading Class: net/minecraft/client/render/debug/GameEventDebugRenderer$Entry.class
Loading Class: net/minecraft/client/render/debug/ChunkLoadingDebugRenderer$ChunkLoadingStatus.class
Loading Class: net/minecraft/client/render/debug/VillageDebugRenderer$PointOfInterest.class
Loading Class: net/minecraft/client/render/debug/VillageDebugRenderer$Brain.class
Loading Class: net/minecraft/client/render/debug/BeeDebugRenderer$Hive.class
Loading Class: net/minecraft/client/render/debug/BeeDebugRenderer$Bee.class
Loading Class: net/minecraft/client/render/debug/NameGenerator.class
Loading Class: net/minecraft/client/render/BufferBuilder$State.class
Loading Class: net/minecraft/client/render/BufferBuilder$1.class
Loading Class: net/minecraft/client/render/BufferBuilder$DrawArrayParameters.class
Loading Class: net/minecraft/client/network/MultiplayerServerListPinger$2$1.class
Loading Class: net/minecraft/client/network/ClientAdvancementManager$Listener.class
Loading Class: net/minecraft/client/network/LanServerInfo.class
Loading Class: net/minecraft/client/network/LanServerQueryManager.class
Loading Class: net/minecraft/client/network/ClientPlayNetworkHandler.class
Loading Class: net/minecraft/client/network/ClientPlayerEntity.class
Loading Class: net/minecraft/client/network/AbstractClientPlayerEntity.class
Loading Class: net/minecraft/client/network/OtherClientPlayerEntity.class
Loading Class: net/minecraft/client/network/ClientPlayerInteractionManager.class
Loading Class: net/minecraft/client/network/RedirectResolver.class
Loading Class: net/minecraft/client/network/AllowedAddressResolver.class
Loading Class: net/minecraft/client/network/ServerAddress.class
Loading Class: net/minecraft/client/network/AddressResolver.class
Loading Class: net/minecraft/client/network/BlockListChecker.class
Loading Class: net/minecraft/client/network/MultiplayerServerListPinger.class
Loading Class: net/minecraft/client/network/ServerInfo.class
Loading Class: net/minecraft/client/network/Address.class
Loading Class: net/minecraft/client/network/PlayerListEntry.class
Loading Class: net/minecraft/client/network/ClientLoginNetworkHandler.class
Loading Class: net/minecraft/client/network/ClientCommandSource.class
Loading Class: net/minecraft/client/network/ClientAdvancementManager.class
Loading Class: net/minecraft/client/network/SocialInteractionsManager.class
Loading Class: net/minecraft/client/network/DataQueryHandler.class
Loading Class: net/minecraft/client/network/BlockListChecker$1.class
Loading Class: net/minecraft/client/network/LanServerQueryManager$LanServerDetector.class
Loading Class: net/minecraft/client/network/LanServerQueryManager$LanServerEntryList.class
Loading Class: net/minecraft/client/network/Address$1.class
Loading Class: net/minecraft/client/network/MultiplayerServerListPinger$1.class
Loading Class: net/minecraft/client/network/MultiplayerServerListPinger$2.class
Loading Class: net/minecraft/client/network/ServerInfo$ResourcePackPolicy.class
Loading Class: net/minecraft/client/network/ClientPlayNetworkHandler$1.class
Loading Class: net/minecraft/client/world/ClientChunkManager$ClientChunkMap.class
Loading Class: net/minecraft/client/world/BiomeColorCache$Last.class
Loading Class: net/minecraft/client/world/GeneratorType$ScreenProvider.class
Loading Class: net/minecraft/client/world/GeneratorType$1.class
Loading Class: net/minecraft/client/world/GeneratorType$7.class
Loading Class: net/minecraft/client/world/GeneratorType$3.class
Loading Class: net/minecraft/client/world/GeneratorType$2.class
Loading Class: net/minecraft/client/world/GeneratorType$5.class
Loading Class: net/minecraft/client/world/GeneratorType$4.class
Loading Class: net/minecraft/client/world/GeneratorType$6.class
Loading Class: net/minecraft/client/world/GeneratorType$8.class
Loading Class: net/minecraft/client/world/ClientWorld.class
Loading Class: net/minecraft/client/world/ClientChunkManager.class
Loading Class: net/minecraft/client/world/GeneratorType.class
Loading Class: net/minecraft/client/world/BiomeColorCache.class
Loading Class: net/minecraft/client/world/ClientEntityManager.class
Loading Class: net/minecraft/client/world/DummyClientTickScheduler.class
Loading Class: net/minecraft/client/world/ClientEntityManager$Listener.class
Loading Class: net/minecraft/client/world/ClientWorld$1.class
Loading Class: net/minecraft/client/world/ClientWorld$Properties.class
Loading Class: net/minecraft/client/world/ClientWorld$ClientEntityHandler.class
Loading Class: net/minecraft/client/world/ClientWorld$BlockParticle.class
Loading Class: net/minecraft/client/particle/FireSmokeParticle$Factory.class
Loading Class: net/minecraft/client/particle/ReversePortalParticle$Factory.class
Loading Class: net/minecraft/client/particle/CloudParticle$CloudFactory.class
Loading Class: net/minecraft/client/particle/CloudParticle$SneezeFactory.class
Loading Class: net/minecraft/client/particle/PortalParticle$Factory.class
Loading Class: net/minecraft/client/particle/ParticleTextureSheet$1.class
Loading Class: net/minecraft/client/particle/ParticleTextureSheet$6.class
Loading Class: net/minecraft/client/particle/ParticleTextureSheet$3.class
Loading Class: net/minecraft/client/particle/ParticleTextureSheet$4.class
Loading Class: net/minecraft/client/particle/ParticleTextureSheet$5.class
Loading Class: net/minecraft/client/particle/ParticleTextureSheet$2.class
Loading Class: net/minecraft/client/particle/ParticleManager$SpriteAwareFactory.class
Loading Class: net/minecraft/client/particle/ParticleManager$SimpleSpriteProvider.class
Loading Class: net/minecraft/client/particle/NoteParticle$Factory.class
Loading Class: net/minecraft/client/particle/ElderGuardianAppearanceParticle$Factory.class
Loading Class: net/minecraft/client/particle/LargeFireSmokeParticle$Factory.class
Loading Class: net/minecraft/client/particle/LavaEmberParticle$Factory.class
Loading Class: net/minecraft/client/particle/ExplosionEmitterParticle$Factory.class
Loading Class: net/minecraft/client/particle/EmotionParticle$AngryVillagerFactory.class
Loading Class: net/minecraft/client/particle/EmotionParticle$HeartFactory.class
Loading Class: net/minecraft/client/particle/ExplosionLargeParticle$Factory.class
Loading Class: net/minecraft/client/particle/FlameParticle$Factory.class
Loading Class: net/minecraft/client/particle/FlameParticle$SmallFactory.class
Loading Class: net/minecraft/client/particle/GlowParticle$WaxOnFactory.class
Loading Class: net/minecraft/client/particle/GlowParticle$ScrapeFactory.class
Loading Class: net/minecraft/client/particle/GlowParticle$WaxOffFactory.class
Loading Class: net/minecraft/client/particle/GlowParticle$ElectricSparkFactory.class
Loading Class: net/minecraft/client/particle/GlowParticle$GlowFactory.class
Loading Class: net/minecraft/client/particle/BlockFallingDustParticle$Factory.class
Loading Class: net/minecraft/client/particle/FireworksSparkParticle$Explosion.class
Loading Class: net/minecraft/client/particle/FireworksSparkParticle$FireworkParticle.class
Loading Class: net/minecraft/client/particle/FireworksSparkParticle$1.class
Loading Class: net/minecraft/client/particle/FireworksSparkParticle$ExplosionFactory.class
Loading Class: net/minecraft/client/particle/FireworksSparkParticle$Flash.class
Loading Class: net/minecraft/client/particle/FireworksSparkParticle$FlashFactory.class
Loading Class: net/minecraft/client/particle/EndRodParticle$Factory.class
Loading Class: net/minecraft/client/particle/ExplosionSmokeParticle$Factory.class
Loading Class: net/minecraft/client/particle/VibrationParticle.class
Loading Class: net/minecraft/client/particle/ParticleManager.class
Loading Class: net/minecraft/client/particle/RainSplashParticle.class
Loading Class: net/minecraft/client/particle/WhiteAshParticle.class
Loading Class: net/minecraft/client/particle/FishingParticle.class
Loading Class: net/minecraft/client/particle/PortalParticle.class
Loading Class: net/minecraft/client/particle/BlockDustParticle.class
Loading Class: net/minecraft/client/particle/WaterSuspendParticle.class
Loading Class: net/minecraft/client/particle/CurrentDownParticle.class
Loading Class: net/minecraft/client/particle/WaterSplashParticle.class
Loading Class: net/minecraft/client/particle/EmitterParticle.class
Loading Class: net/minecraft/client/particle/BillboardParticle.class
Loading Class: net/minecraft/client/particle/TotemParticle.class
Loading Class: net/minecraft/client/particle/AnimatedParticle.class
Loading Class: net/minecraft/client/particle/SpriteBillboardParticle.class
Loading Class: net/minecraft/client/particle/SuspendParticle.class
Loading Class: net/minecraft/client/particle/SquidInkParticle.class
Loading Class: net/minecraft/client/particle/ItemBillboardParticle.class
Loading Class: net/minecraft/client/particle/SpellParticle.class
Loading Class: net/minecraft/client/particle/SpriteProvider.class
Loading Class: net/minecraft/client/particle/ReversePortalParticle.class
Loading Class: net/minecraft/client/particle/FlameParticle.class
Loading Class: net/minecraft/client/particle/FireSmokeParticle.class
Loading Class: net/minecraft/client/particle/AbstractSlowingParticle.class
Loading Class: net/minecraft/client/particle/Particle.class
Loading Class: net/minecraft/client/particle/SpitParticle.class
Loading Class: net/minecraft/client/particle/SnowflakeParticle.class
Loading Class: net/minecraft/client/particle/SoulParticle.class
Loading Class: net/minecraft/client/particle/ElderGuardianAppearanceParticle.class
Loading Class: net/minecraft/client/particle/ExplosionEmitterParticle.class
Loading Class: net/minecraft/client/particle/LavaEmberParticle.class
Loading Class: net/minecraft/client/particle/ExplosionSmokeParticle.class
Loading Class: net/minecraft/client/particle/CloudParticle.class
Loading Class: net/minecraft/client/particle/FireworksSparkParticle.class
Loading Class: net/minecraft/client/particle/ParticleTextureSheet.class
Loading Class: net/minecraft/client/particle/ParticleTextureData.class
Loading Class: net/minecraft/client/particle/ParticleFactory.class
Loading Class: net/minecraft/client/particle/WaterBubbleParticle.class
Loading Class: net/minecraft/client/particle/NoRenderParticle.class
Loading Class: net/minecraft/client/particle/NoteParticle.class
Loading Class: net/minecraft/client/particle/LargeFireSmokeParticle.class
Loading Class: net/minecraft/client/particle/ItemPickupParticle.class
Loading Class: net/minecraft/client/particle/AbstractDustParticle.class
Loading Class: net/minecraft/client/particle/ExplosionLargeParticle.class
Loading Class: net/minecraft/client/particle/EmotionParticle.class
Loading Class: net/minecraft/client/particle/BlockFallingDustParticle.class
Loading Class: net/minecraft/client/particle/GlowParticle.class
Loading Class: net/minecraft/client/particle/EndRodParticle.class
Loading Class: net/minecraft/client/particle/AscendingParticle.class
Loading Class: net/minecraft/client/particle/BubbleColumnUpParticle.class
Loading Class: net/minecraft/client/particle/DustColorTransitionParticle.class
Loading Class: net/minecraft/client/particle/EnchantGlyphParticle.class
Loading Class: net/minecraft/client/particle/RedDustParticle.class
Loading Class: net/minecraft/client/particle/DamageParticle.class
Loading Class: net/minecraft/client/particle/DragonBreathParticle.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle.class
Loading Class: net/minecraft/client/particle/CampfireSmokeParticle.class
Loading Class: net/minecraft/client/particle/BubblePopParticle.class
Loading Class: net/minecraft/client/particle/CrackParticle.class
Loading Class: net/minecraft/client/particle/SweepAttackParticle.class
Loading Class: net/minecraft/client/particle/AshParticle.class
Loading Class: net/minecraft/client/particle/RedDustParticle$Factory.class
Loading Class: net/minecraft/client/particle/EnchantGlyphParticle$NautilusFactory.class
Loading Class: net/minecraft/client/particle/EnchantGlyphParticle$EnchantFactory.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$DrippingWaterFactory.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$FallingSporeBlossomFactory.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$FallingLavaFactory.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$FallingObsidianTearFactory.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$LandingHoneyFactory.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$FallingHoneyFactory.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$FallingWaterFactory.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$LandingObsidianTearFactory.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$ContinuousFalling.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$DrippingObsidianTearFactory.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$LandingLavaFactory.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$FallingNectarFactory.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$Falling.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$DrippingLavaFactory.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$DrippingHoneyFactory.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$FallingHoney.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$DripstoneLavaSplashFactory.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$FallingDripstoneWaterFactory.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$LandingDripstoneLavaFactory.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$FallingDripstoneLavaFactory.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$Landing.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$DripstoneLavaDrip.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$DrippingLava.class
Loading Class: net/minecraft/client/particle/BlockLeakParticle$Dripping.class
Loading Class: net/minecraft/client/particle/DustColorTransitionParticle$Factory.class
Loading Class: net/minecraft/client/particle/DamageParticle$EnchantedHitFactory.class
Loading Class: net/minecraft/client/particle/DamageParticle$DefaultFactory.class
Loading Class: net/minecraft/client/particle/DamageParticle$Factory.class
Loading Class: net/minecraft/client/particle/DragonBreathParticle$Factory.class
Loading Class: net/minecraft/client/particle/BubblePopParticle$Factory.class
Loading Class: net/minecraft/client/particle/CampfireSmokeParticle$SignalSmokeFactory.class
Loading Class: net/minecraft/client/particle/CampfireSmokeParticle$CosySmokeFactory.class
Loading Class: net/minecraft/client/particle/BubbleColumnUpParticle$Factory.class
Loading Class: net/minecraft/client/particle/WaterBubbleParticle$Factory.class
Loading Class: net/minecraft/client/particle/WhiteAshParticle$Factory.class
Loading Class: net/minecraft/client/particle/CrackParticle$SnowballFactory.class
Loading Class: net/minecraft/client/particle/CrackParticle$SlimeballFactory.class
Loading Class: net/minecraft/client/particle/CrackParticle$ItemFactory.class
Loading Class: net/minecraft/client/particle/CurrentDownParticle$Factory.class
Loading Class: net/minecraft/client/particle/RainSplashParticle$Factory.class
Loading Class: net/minecraft/client/particle/VibrationParticle$Factory.class
Loading Class: net/minecraft/client/particle/FishingParticle$Factory.class
Loading Class: net/minecraft/client/particle/AshParticle$Factory.class
Loading Class: net/minecraft/client/particle/TotemParticle$Factory.class
Loading Class: net/minecraft/client/particle/SweepAttackParticle$Factory.class
Loading Class: net/minecraft/client/particle/BlockDustParticle$Factory.class
Loading Class: net/minecraft/client/particle/SuspendParticle$HappyVillagerFactory.class
Loading Class: net/minecraft/client/particle/WaterSuspendParticle$SporeBlossomAirFactory$1.class
Loading Class: net/minecraft/client/particle/SuspendParticle$DolphinFactory.class
Loading Class: net/minecraft/client/particle/WaterSuspendParticle$WarpedSporeFactory.class
Loading Class: net/minecraft/client/particle/WaterSuspendParticle$CrimsonSporeFactory.class
Loading Class: net/minecraft/client/particle/WaterSuspendParticle$UnderwaterFactory.class
Loading Class: net/minecraft/client/particle/WaterSuspendParticle$SporeBlossomAirFactory.class
Loading Class: net/minecraft/client/particle/SuspendParticle$Factory.class
Loading Class: net/minecraft/client/particle/SuspendParticle$MyceliumFactory.class
Loading Class: net/minecraft/client/particle/SquidInkParticle$Factory.class
Loading Class: net/minecraft/client/particle/ItemBillboardParticle$LightFactory.class
Loading Class: net/minecraft/client/particle/SquidInkParticle$GlowSquidInkFactory.class
Loading Class: net/minecraft/client/particle/ItemBillboardParticle$BarrierFactory.class
Loading Class: net/minecraft/client/particle/WaterSplashParticle$SplashFactory.class
Loading Class: net/minecraft/client/particle/SpellParticle$EntityFactory.class
Loading Class: net/minecraft/client/particle/SpellParticle$DefaultFactory.class
Loading Class: net/minecraft/client/particle/SpellParticle$InstantFactory.class
Loading Class: net/minecraft/client/particle/SpellParticle$WitchFactory.class
Loading Class: net/minecraft/client/particle/SpellParticle$EntityAmbientFactory.class
Loading Class: net/minecraft/client/particle/ParticleGroup.class
Loading Class: net/minecraft/client/particle/SpitParticle$Factory.class
Loading Class: net/minecraft/client/particle/SnowflakeParticle$Factory.class
Loading Class: net/minecraft/client/particle/SoulParticle$Factory.class
Loading Class: net/minecraft/client/gui/RotatingCubeMapRenderer.class
Loading Class: net/minecraft/client/gui/CubeMapRenderer.class
Loading Class: net/minecraft/client/gui/Narratable.class
Loading Class: net/minecraft/client/gui/Selectable.class
Loading Class: net/minecraft/client/gui/ParentElement.class
Loading Class: net/minecraft/client/gui/Element.class
Loading Class: net/minecraft/client/gui/AbstractParentElement.class
Loading Class: net/minecraft/client/gui/Drawable.class
Loading Class: net/minecraft/client/gui/ClientChatListener.class
Loading Class: net/minecraft/client/gui/DrawableHelper.class
Loading Class: net/minecraft/client/gui/GameInfoChatListener.class
Loading Class: net/minecraft/client/gui/WorldGenerationProgressTracker.class
Loading Class: net/minecraft/client/gui/hud/InGameHud$class_6411.class
Loading Class: net/minecraft/client/gui/hud/InGameOverlayRenderer.class
Loading Class: net/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu$TeleportToSpecificTeamCommand.class
Loading Class: net/minecraft/client/gui/hud/spectator/SpectatorMenu$ChangePageSpectatorMenuCommand.class
Loading Class: net/minecraft/client/gui/hud/spectator/SpectatorMenu$CloseSpectatorMenuCommand.class
Loading Class: net/minecraft/client/gui/hud/spectator/SpectatorMenu$1.class
Loading Class: net/minecraft/client/gui/hud/spectator/TeleportSpectatorMenu.class
Loading Class: net/minecraft/client/gui/hud/spectator/SpectatorMenuState.class
Loading Class: net/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu.class
Loading Class: net/minecraft/client/gui/hud/spectator/SpectatorMenu.class
Loading Class: net/minecraft/client/gui/hud/spectator/SpectatorMenuCommand.class
Loading Class: net/minecraft/client/gui/hud/spectator/SpectatorMenuCloseCallback.class
Loading Class: net/minecraft/client/gui/hud/spectator/SpectatorMenuCommandGroup.class
Loading Class: net/minecraft/client/gui/hud/spectator/RootSpectatorCommandGroup.class
Loading Class: net/minecraft/client/gui/hud/spectator/TeleportToSpecificPlayerSpectatorCommand.class
Loading Class: net/minecraft/client/gui/hud/DebugHud.class
Loading Class: net/minecraft/client/gui/hud/SpectatorHud.class
Loading Class: net/minecraft/client/gui/hud/PlayerListHud.class
Loading Class: net/minecraft/client/gui/hud/SubtitlesHud.class
Loading Class: net/minecraft/client/gui/hud/BossBarHud.class
Loading Class: net/minecraft/client/gui/hud/InGameHud.class
Loading Class: net/minecraft/client/gui/hud/ClientBossBar.class
Loading Class: net/minecraft/client/gui/hud/ChatHud.class
Loading Class: net/minecraft/client/gui/hud/ChatHudListener.class
Loading Class: net/minecraft/client/gui/hud/ChatHudLine.class
Loading Class: net/minecraft/client/gui/hud/BackgroundHelper.class
Loading Class: net/minecraft/client/gui/hud/SubtitlesHud$SubtitleEntry.class
Loading Class: net/minecraft/client/gui/hud/PlayerListHud$EntryOrderComparator.class
Loading Class: net/minecraft/client/gui/hud/BackgroundHelper$ColorMixer.class
Loading Class: net/minecraft/client/gui/hud/DebugHud$1.class
Loading Class: net/minecraft/client/gui/hud/BossBarHud$1.class
Loading Class: net/minecraft/client/gui/tooltip/TooltipComponent.class
Loading Class: net/minecraft/client/gui/tooltip/BundleTooltipComponent.class
Loading Class: net/minecraft/client/gui/tooltip/OrderedTextTooltipComponent.class
Loading Class: net/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite.class
Loading Class: net/minecraft/client/gui/Selectable$SelectionType.class
Loading Class: net/minecraft/client/gui/widget/CyclingButtonWidget$Values$1.class
Loading Class: net/minecraft/client/gui/widget/CyclingButtonWidget$Values$2.class
Loading Class: net/minecraft/client/gui/widget/PageTurnWidget.class
Loading Class: net/minecraft/client/gui/widget/SoundSliderWidget.class
Loading Class: net/minecraft/client/gui/widget/ClickableWidget.class
Loading Class: net/minecraft/client/gui/widget/TextFieldWidget.class
Loading Class: net/minecraft/client/gui/widget/ElementListWidget.class
Loading Class: net/minecraft/client/gui/widget/ToggleButtonWidget.class
Loading Class: net/minecraft/client/gui/widget/DoubleOptionSliderWidget.class
Loading Class: net/minecraft/client/gui/widget/ButtonListWidget.class
Loading Class: net/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget.class
Loading Class: net/minecraft/client/gui/widget/LockButtonWidget.class
Loading Class: net/minecraft/client/gui/widget/EntryListWidget.class
Loading Class: net/minecraft/client/gui/widget/CyclingButtonWidget.class
Loading Class: net/minecraft/client/gui/widget/TexturedButtonWidget.class
Loading Class: net/minecraft/client/gui/widget/CheckboxWidget.class
Loading Class: net/minecraft/client/gui/widget/OptionSliderWidget.class
Loading Class: net/minecraft/client/gui/widget/PressableWidget.class
Loading Class: net/minecraft/client/gui/widget/ButtonWidget.class
Loading Class: net/minecraft/client/gui/widget/SliderWidget.class
Loading Class: net/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry.class
Loading Class: net/minecraft/client/gui/widget/ButtonListWidget$ButtonEntry.class
Loading Class: net/minecraft/client/gui/widget/LockButtonWidget$IconLocation.class
Loading Class: net/minecraft/client/gui/widget/ElementListWidget$Entry.class
Loading Class: net/minecraft/client/gui/widget/CyclingButtonWidget$Builder.class
Loading Class: net/minecraft/client/gui/widget/CyclingButtonWidget$TooltipFactory.class
Loading Class: net/minecraft/client/gui/widget/CyclingButtonWidget$Values.class
Loading Class: net/minecraft/client/gui/widget/CyclingButtonWidget$UpdateCallback.class
Loading Class: net/minecraft/client/gui/widget/ButtonWidget$PressAction.class
Loading Class: net/minecraft/client/gui/widget/ButtonWidget$TooltipSupplier.class
Loading Class: net/minecraft/client/gui/widget/EntryListWidget$Entries.class
Loading Class: net/minecraft/client/gui/widget/EntryListWidget$Entry.class
Loading Class: net/minecraft/client/gui/widget/EntryListWidget$MoveDirection.class
Loading Class: net/minecraft/client/gui/screen/PresetsScreen$SuperflatPresetsListWidget.class
Loading Class: net/minecraft/client/gui/screen/PresetsScreen$SuperflatPreset.class
Loading Class: net/minecraft/client/gui/screen/DialogScreen$ChoiceButton.class
Loading Class: net/minecraft/client/gui/screen/SplashScreen$LogoTexture.class
Loading Class: net/minecraft/client/gui/screen/StatsScreen$GeneralStatsListWidget$Entry.class
Loading Class: net/minecraft/client/gui/screen/PresetsScreen$SuperflatPresetsListWidget$SuperflatPresetEntry.class
Loading Class: net/minecraft/client/gui/screen/StatsScreen$ItemStatsListWidget$Entry.class
Loading Class: net/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry.class
Loading Class: net/minecraft/client/gui/screen/StatsScreen$ItemStatsListWidget$ItemComparator.class
Loading Class: net/minecraft/client/gui/screen/PresetsScreen.class
Loading Class: net/minecraft/client/gui/screen/GameModeSelectionScreen.class
Loading Class: net/minecraft/client/gui/screen/OpenToLanScreen.class
Loading Class: net/minecraft/client/gui/screen/Screen.class
Loading Class: net/minecraft/client/gui/screen/TitleScreen.class
Loading Class: net/minecraft/client/gui/screen/CreditsScreen.class
Loading Class: net/minecraft/client/gui/screen/StatsScreen.class
Loading Class: net/minecraft/client/gui/screen/StatsListener.class
Loading Class: net/minecraft/client/gui/screen/ProgressScreen.class
Loading Class: net/minecraft/client/gui/screen/DialogScreen.class
Loading Class: net/minecraft/client/gui/screen/DownloadingTerrainScreen.class
Loading Class: net/minecraft/client/gui/screen/SplashScreen.class
Loading Class: net/minecraft/client/gui/screen/GameMenuScreen.class
Loading Class: net/minecraft/client/gui/screen/Overlay.class
Loading Class: net/minecraft/client/gui/screen/OutOfMemoryScreen.class
Loading Class: net/minecraft/client/gui/screen/LevelLoadingScreen.class
Loading Class: net/minecraft/client/gui/screen/SleepingChatScreen.class
Loading Class: net/minecraft/client/gui/screen/CustomizeBuffetLevelScreen.class
Loading Class: net/minecraft/client/gui/screen/SaveLevelScreen.class
Loading Class: net/minecraft/client/gui/screen/ConfirmChatLinkScreen.class
Loading Class: net/minecraft/client/gui/screen/AddServerScreen.class
Loading Class: net/minecraft/client/gui/screen/BackupPromptScreen.class
Loading Class: net/minecraft/client/gui/screen/DirectConnectScreen.class
Loading Class: net/minecraft/client/gui/screen/DeathScreen.class
Loading Class: net/minecraft/client/gui/screen/FatalErrorScreen.class
Loading Class: net/minecraft/client/gui/screen/DisconnectedScreen.class
Loading Class: net/minecraft/client/gui/screen/CustomizeFlatLevelScreen.class
Loading Class: net/minecraft/client/gui/screen/DemoScreen.class
Loading Class: net/minecraft/client/gui/screen/ConnectScreen.class
Loading Class: net/minecraft/client/gui/screen/ChatScreen.class
Loading Class: net/minecraft/client/gui/screen/DatapackFailureScreen.class
Loading Class: net/minecraft/client/gui/screen/ConfirmScreen.class
Loading Class: net/minecraft/client/gui/screen/NoticeScreen.class
Loading Class: net/minecraft/client/gui/screen/CommandSuggestor.class
Loading Class: net/minecraft/client/gui/screen/world/WorldListWidget$Entry.class
Loading Class: net/minecraft/client/gui/screen/world/CreateWorldScreen$Mode.class
Loading Class: net/minecraft/client/gui/screen/world/CreateWorldScreen$1.class
Loading Class: net/minecraft/client/gui/screen/world/EditGameRulesScreen$NamedRuleWidget.class
Loading Class: net/minecraft/client/gui/screen/world/EditGameRulesScreen$AbstractRuleWidget.class
Loading Class: net/minecraft/client/gui/screen/world/CreateWorldScreen$WorldCreationException.class
Loading Class: net/minecraft/client/gui/screen/world/EditGameRulesScreen$RuleListWidget.class
Loading Class: net/minecraft/client/gui/screen/world/EditGameRulesScreen$RuleCategoryWidget.class
Loading Class: net/minecraft/client/gui/screen/world/EditGameRulesScreen$BooleanRuleWidget.class
Loading Class: net/minecraft/client/gui/screen/world/EditGameRulesScreen$IntRuleWidget.class
Loading Class: net/minecraft/client/gui/screen/world/EditGameRulesScreen$RuleWidgetFactory.class
Loading Class: net/minecraft/client/gui/screen/world/EditGameRulesScreen$RuleListWidget$1.class
Loading Class: net/minecraft/client/gui/screen/world/CreateWorldScreen.class
Loading Class: net/minecraft/client/gui/screen/world/EditWorldScreen.class
Loading Class: net/minecraft/client/gui/screen/world/MoreOptionsDialog.class
Loading Class: net/minecraft/client/gui/screen/world/SelectWorldScreen.class
Loading Class: net/minecraft/client/gui/screen/world/WorldListWidget.class
Loading Class: net/minecraft/client/gui/screen/world/OptimizeWorldScreen.class
Loading Class: net/minecraft/client/gui/screen/world/EditGameRulesScreen.class
Loading Class: net/minecraft/client/gui/screen/world/EditGameRulesScreen$RuleCategoryWidget$1.class
Loading Class: net/minecraft/client/gui/screen/GameModeSelectionScreen$1.class
Loading Class: net/minecraft/client/gui/screen/GameModeSelectionScreen$ButtonWidget.class
Loading Class: net/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode.class
Loading Class: net/minecraft/client/gui/screen/recipebook/RecipeBookWidget.class
Loading Class: net/minecraft/client/gui/screen/recipebook/SmokerRecipeBookScreen.class
Loading Class: net/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget.class
Loading Class: net/minecraft/client/gui/screen/recipebook/RecipeResultCollection.class
Loading Class: net/minecraft/client/gui/screen/recipebook/RecipeBookProvider.class
Loading Class: net/minecraft/client/gui/screen/recipebook/FurnaceRecipeBookScreen.class
Loading Class: net/minecraft/client/gui/screen/recipebook/AnimatedResultButton.class
Loading Class: net/minecraft/client/gui/screen/recipebook/RecipeBookResults.class
Loading Class: net/minecraft/client/gui/screen/recipebook/RecipeDisplayListener.class
Loading Class: net/minecraft/client/gui/screen/recipebook/RecipeAlternativesWidget.class
Loading Class: net/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots.class
Loading Class: net/minecraft/client/gui/screen/recipebook/AbstractFurnaceRecipeBookScreen.class
Loading Class: net/minecraft/client/gui/screen/recipebook/BlastFurnaceRecipeBookScreen.class
Loading Class: net/minecraft/client/gui/screen/recipebook/RecipeAlternativesWidget$AlternativeButtonWidget$InputSlot.class
Loading Class: net/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots$GhostInputSlot.class
Loading Class: net/minecraft/client/gui/screen/recipebook/RecipeAlternativesWidget$AlternativeButtonWidget.class
Loading Class: net/minecraft/client/gui/screen/recipebook/RecipeAlternativesWidget$FurnaceAlternativeButtonWidget.class
Loading Class: net/minecraft/client/gui/screen/CustomizeBuffetLevelScreen$BuffetBiomesListWidget.class
Loading Class: net/minecraft/client/gui/screen/CustomizeFlatLevelScreen$SuperflatLayersListWidget.class
Loading Class: net/minecraft/client/gui/screen/ConnectScreen$1.class
Loading Class: net/minecraft/client/gui/screen/ChatScreen$1.class
Loading Class: net/minecraft/client/gui/screen/advancement/AdvancementTabType.class
Loading Class: net/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus.class
Loading Class: net/minecraft/client/gui/screen/advancement/AdvancementWidget.class
Loading Class: net/minecraft/client/gui/screen/advancement/AdvancementsScreen.class
Loading Class: net/minecraft/client/gui/screen/advancement/AdvancementTab.class
Loading Class: net/minecraft/client/gui/screen/advancement/AdvancementTabType$1.class
Loading Class: net/minecraft/client/gui/screen/pack/PackScreen.class
Loading Class: net/minecraft/client/gui/screen/pack/PackListWidget.class
Loading Class: net/minecraft/client/gui/screen/pack/ResourcePackOrganizer.class
Loading Class: net/minecraft/client/gui/screen/pack/PackListWidget$ResourcePackEntry.class
Loading Class: net/minecraft/client/gui/screen/pack/ResourcePackOrganizer$Pack.class
Loading Class: net/minecraft/client/gui/screen/pack/ResourcePackOrganizer$EnabledPack.class
Loading Class: net/minecraft/client/gui/screen/pack/ResourcePackOrganizer$AbstractPack.class
Loading Class: net/minecraft/client/gui/screen/pack/ResourcePackOrganizer$DisabledPack.class
Loading Class: net/minecraft/client/gui/screen/pack/PackScreen$1.class
Loading Class: net/minecraft/client/gui/screen/pack/PackScreen$DirectoryWatcher.class
Loading Class: net/minecraft/client/gui/screen/BackupPromptScreen$Callback.class
Loading Class: net/minecraft/client/gui/screen/CommandSuggestor$SuggestionWindow.class
Loading Class: net/minecraft/client/gui/screen/multiplayer/SocialInteractionsScreen$Tab.class
Loading Class: net/minecraft/client/gui/screen/multiplayer/SocialInteractionsScreen$1.class
Loading Class: net/minecraft/client/gui/screen/multiplayer/SocialInteractionsScreen$2.class
Loading Class: net/minecraft/client/gui/screen/multiplayer/SocialInteractionsScreen.class
Loading Class: net/minecraft/client/gui/screen/multiplayer/SocialInteractionsPlayerListEntry.class
Loading Class: net/minecraft/client/gui/screen/multiplayer/SocialInteractionsPlayerListWidget.class
Loading Class: net/minecraft/client/gui/screen/multiplayer/MultiplayerScreen.class
Loading Class: net/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget.class
Loading Class: net/minecraft/client/gui/screen/multiplayer/MultiplayerWarningScreen.class
Loading Class: net/minecraft/client/gui/screen/multiplayer/SocialInteractionsPlayerListEntry$1.class
Loading Class: net/minecraft/client/gui/screen/multiplayer/SocialInteractionsPlayerListEntry$3.class
Loading Class: net/minecraft/client/gui/screen/multiplayer/SocialInteractionsPlayerListEntry$2.class
Loading Class: net/minecraft/client/gui/screen/multiplayer/SocialInteractionsPlayerListEntry$4.class
Loading Class: net/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget$ServerEntry.class
Loading Class: net/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget$Entry.class
Loading Class: net/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget$ScanningEntry.class
Loading Class: net/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget$LanServerEntry.class
Loading Class: net/minecraft/client/gui/screen/CustomizeFlatLevelScreen$SuperflatLayersListWidget$SuperflatLayerEntry.class
Loading Class: net/minecraft/client/gui/screen/StatsScreen$ItemStatsListWidget.class
Loading Class: net/minecraft/client/gui/screen/narration/NarrationMessageBuilder.class
Loading Class: net/minecraft/client/gui/screen/narration/ScreenNarrator.class
Loading Class: net/minecraft/client/gui/screen/narration/Narration.class
Loading Class: net/minecraft/client/gui/screen/narration/NarrationPart.class
Loading Class: net/minecraft/client/gui/screen/narration/ScreenNarrator$MessageBuilder.class
Loading Class: net/minecraft/client/gui/screen/narration/ScreenNarrator$PartIndex.class
Loading Class: net/minecraft/client/gui/screen/narration/ScreenNarrator$Message.class
Loading Class: net/minecraft/client/gui/screen/narration/ScreenNarrator$1.class
Loading Class: net/minecraft/client/gui/screen/StatsScreen$GeneralStatsListWidget.class
Loading Class: net/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget.class
Loading Class: net/minecraft/client/gui/screen/option/LanguageOptionsScreen$LanguageSelectionListWidget.class
Loading Class: net/minecraft/client/gui/screen/option/LanguageOptionsScreen$LanguageSelectionListWidget$LanguageEntry.class
Loading Class: net/minecraft/client/gui/screen/option/SoundOptionsScreen.class
Loading Class: net/minecraft/client/gui/screen/option/SkinOptionsScreen.class
Loading Class: net/minecraft/client/gui/screen/option/ControlsListWidget.class
Loading Class: net/minecraft/client/gui/screen/option/ControlsOptionsScreen.class
Loading Class: net/minecraft/client/gui/screen/option/NarratorOptionsScreen.class
Loading Class: net/minecraft/client/gui/screen/option/VideoOptionsScreen.class
Loading Class: net/minecraft/client/gui/screen/option/OptionsScreen.class
Loading Class: net/minecraft/client/gui/screen/option/GameOptionsScreen.class
Loading Class: net/minecraft/client/gui/screen/option/MouseOptionsScreen.class
Loading Class: net/minecraft/client/gui/screen/option/LanguageOptionsScreen.class
Loading Class: net/minecraft/client/gui/screen/option/ChatOptionsScreen.class
Loading Class: net/minecraft/client/gui/screen/option/AccessibilityOptionsScreen.class
Loading Class: net/minecraft/client/gui/screen/option/ControlsListWidget$KeyBindingEntry.class
Loading Class: net/minecraft/client/gui/screen/option/ControlsListWidget$Entry.class
Loading Class: net/minecraft/client/gui/screen/option/ControlsListWidget$CategoryEntry.class
Loading Class: net/minecraft/client/gui/screen/option/ControlsListWidget$KeyBindingEntry$2.class
Loading Class: net/minecraft/client/gui/screen/option/ControlsListWidget$KeyBindingEntry$1.class
Loading Class: net/minecraft/client/gui/screen/option/ControlsListWidget$CategoryEntry$1.class
Loading Class: net/minecraft/client/gui/screen/TitleScreen$1.class
Loading Class: net/minecraft/client/gui/screen/CustomizeBuffetLevelScreen$BuffetBiomesListWidget$BuffetBiomeItem.class
Loading Class: net/minecraft/client/gui/screen/ScreenTexts.class
Loading Class: net/minecraft/client/gui/screen/ingame/MerchantScreen$WidgetButtonPage.class
Loading Class: net/minecraft/client/gui/screen/ingame/LecternScreen$1.class
Loading Class: net/minecraft/client/gui/screen/ingame/JigsawBlockScreen$1.class
Loading Class: net/minecraft/client/gui/screen/ingame/HandledScreens$Provider.class
Loading Class: net/minecraft/client/gui/screen/ingame/CreativeInventoryScreen$CreativeScreenHandler.class
Loading Class: net/minecraft/client/gui/screen/ingame/CreativeInventoryScreen$CreativeSlot.class
Loading Class: net/minecraft/client/gui/screen/ingame/CreativeInventoryScreen$LockableSlot.class
Loading Class: net/minecraft/client/gui/screen/ingame/CommandBlockScreen$1.class
Loading Class: net/minecraft/client/gui/screen/ingame/AbstractInventoryScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/HopperScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/CreativeInventoryListener.class
Loading Class: net/minecraft/client/gui/screen/ingame/GenericContainerScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/StructureBlockScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/MerchantScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/CreativeInventoryScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/SignEditScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/StonecutterScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/LoomScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/SmithingScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/ShulkerBoxScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/SmokerScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/MinecartCommandBlockScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/JigsawBlockScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/EnchantmentScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/BookEditScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/ScreenHandlerProvider.class
Loading Class: net/minecraft/client/gui/screen/ingame/LecternScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/ForgingScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/InventoryScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/HorseScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/HandledScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/Generic3x3ContainerScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/GrindstoneScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/FurnaceScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/CraftingScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/BookScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/EnchantingPhrases.class
Loading Class: net/minecraft/client/gui/screen/ingame/CartographyTableScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/CommandBlockScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/BeaconScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/AnvilScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/BrewingStandScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/AbstractFurnaceScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/BlastFurnaceScreen.class
Loading Class: net/minecraft/client/gui/screen/ingame/HandledScreens.class
Loading Class: net/minecraft/client/gui/screen/ingame/BookEditScreen$PageContent.class
Loading Class: net/minecraft/client/gui/screen/ingame/BookEditScreen$Line.class
Loading Class: net/minecraft/client/gui/screen/ingame/BookEditScreen$Position.class
Loading Class: net/minecraft/client/gui/screen/ingame/BookScreen$1.class
Loading Class: net/minecraft/client/gui/screen/ingame/BookScreen$WritableBookContents.class
Loading Class: net/minecraft/client/gui/screen/ingame/BookScreen$Contents.class
Loading Class: net/minecraft/client/gui/screen/ingame/BookScreen$WrittenBookContents.class
Loading Class: net/minecraft/client/gui/screen/ingame/BeaconScreen$1.class
Loading Class: net/minecraft/client/gui/screen/ingame/BeaconScreen$EffectButtonWidget.class
Loading Class: net/minecraft/client/gui/screen/ingame/BeaconScreen$DoneButtonWidget.class
Loading Class: net/minecraft/client/gui/screen/ingame/BeaconScreen$IconButtonWidget.class
Loading Class: net/minecraft/client/gui/screen/ingame/BeaconScreen$CancelButtonWidget.class
Loading Class: net/minecraft/client/gui/screen/ingame/BeaconScreen$class_6392.class
Loading Class: net/minecraft/client/gui/screen/ingame/BeaconScreen$LevelTwoEffectButtonWidget.class
Loading Class: net/minecraft/client/gui/screen/ingame/BeaconScreen$BaseButtonWidget.class
Loading Class: net/minecraft/client/gui/screen/ingame/AbstractCommandBlockScreen$1.class
Loading Class: net/minecraft/client/gui/screen/ingame/StructureBlockScreen$2.class
Loading Class: net/minecraft/client/gui/screen/ingame/StructureBlockScreen$1.class
Loading Class: net/minecraft/client/gui/screen/Screen$SelectedElementNarrationData.class
Loading Class: net/minecraft/client/search/SuffixArray.class
Loading Class: net/minecraft/client/search/Searchable.class
Loading Class: net/minecraft/client/search/IdentifierSearchableContainer.class
Loading Class: net/minecraft/client/search/SearchManager.class
Loading Class: net/minecraft/client/search/SearchableContainer.class
Loading Class: net/minecraft/client/search/TextSearchableContainer.class
Loading Class: net/minecraft/client/search/SuffixArray$1.class
Loading Class: net/minecraft/client/search/SearchManager$Key.class
Loading Class: net/minecraft/client/search/TextSearchableContainer$Iterator.class
Loading Class: net/minecraft/client/search/IdentifierSearchableContainer$Iterator.class
Loading Class: net/minecraft/client/util/Window$GlErroredException.class
Loading Class: net/minecraft/client/util/Session$AccountType.class
Loading Class: net/minecraft/client/util/PngFile$ChannelReader.class
Loading Class: net/minecraft/client/util/PngFile$Reader.class
Loading Class: net/minecraft/client/util/PngFile$SeekableChannelReader.class
Loading Class: net/minecraft/client/util/InputUtil$Type.class
Loading Class: net/minecraft/client/util/InputUtil$Key.class
Loading Class: net/minecraft/client/util/ClientPlayerTickable.class
Loading Class: net/minecraft/client/util/SpriteIdentifier.class
Loading Class: net/minecraft/client/util/ModelIdentifier.class
Loading Class: net/minecraft/client/util/DefaultSkinHelper.class
Loading Class: net/minecraft/client/util/RawTextureDataLoader.class
Loading Class: net/minecraft/client/util/WindowProvider.class
Loading Class: net/minecraft/client/util/GlException.class
Loading Class: net/minecraft/client/util/SelectionManager.class
Loading Class: net/minecraft/client/util/OrderableTooltip.class
Loading Class: net/minecraft/client/util/ChatMessages.class
Loading Class: net/minecraft/client/util/NarratorManager.class
Loading Class: net/minecraft/client/util/Session.class
Loading Class: net/minecraft/client/util/Screenshooter.class
Loading Class: net/minecraft/client/util/TextCollector.class
Loading Class: net/minecraft/client/util/Window.class
Loading Class: net/minecraft/client/util/GlAllocationUtils.class
Loading Class: net/minecraft/client/util/VideoMode.class
Loading Class: net/minecraft/client/util/MonitorTracker.class
Loading Class: net/minecraft/client/util/PngFile.class
Loading Class: net/minecraft/client/util/Untracker.class
Loading Class: net/minecraft/client/util/GlInfoConsumer.class
Loading Class: net/minecraft/client/util/InputUtil.class
Loading Class: net/minecraft/client/util/Monitor.class
Loading Class: net/minecraft/client/util/MonitorFactory.class
Loading Class: net/minecraft/client/util/Clipboard.class
Loading Class: net/minecraft/client/util/GlfwUtil.class
Loading Class: net/minecraft/client/util/profiler/SamplingRecorder$Builder.class
Loading Class: net/minecraft/client/util/profiler/SamplingRecorder$ValueConsumer.class
Loading Class: net/minecraft/client/util/profiler/SamplingRecorder$class_6398.class
Loading Class: net/minecraft/client/util/profiler/SamplingRecorder$HighPassValueConsumer.class
Loading Class: net/minecraft/client/util/profiler/ProfilerDumper.class
Loading Class: net/minecraft/client/util/profiler/SamplingRecorder.class
Loading Class: net/minecraft/client/util/profiler/DebugRecorder.class
Loading Class: net/minecraft/client/util/profiler/Sample.class
Loading Class: net/minecraft/client/util/profiler/DummyRecorder.class
Loading Class: net/minecraft/client/util/profiler/Recorder.class
Loading Class: net/minecraft/client/util/profiler/SamplingChannel.class
Loading Class: net/minecraft/client/util/NetworkUtils.class
Loading Class: net/minecraft/client/util/ParticleUtil.class
Loading Class: net/minecraft/client/util/SmoothUtil.class
Loading Class: net/minecraft/client/util/CharPredicate.class
Loading Class: net/minecraft/client/util/math/Rect2i.class
Loading Class: net/minecraft/client/util/math/Vector2f.class
Loading Class: net/minecraft/client/util/math/MatrixStack.class
Loading Class: net/minecraft/client/util/math/MatrixStack$Entry.class
Loading Class: net/minecraft/client/util/math/Vector3d.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6276.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6275.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6274.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6273.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6270.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6272.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6269.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6268.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6265.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6264.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6267.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6266.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6263.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6258.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6262.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6261.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6260.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6259.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6257.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6255.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6252.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6254.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6253.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6249.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6248.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6250.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6244.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6242.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6241.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6240.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6372.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6236.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6235.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6232.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6233.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6231.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6228.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6224.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6226.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6225.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6222.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6223.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6221.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6218.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6220.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6219.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6217.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6391.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6215.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6214.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6213.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6212.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6389.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6211.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6209.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6210.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6206.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6208.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6207.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6205.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6202.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6204.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6203.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6201.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6200.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6198.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6199.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6197.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6196.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6195.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6194.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6191.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6190.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6185.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6188.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6186.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6187.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6183.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6182.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6181.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6180.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6175.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6176.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6174.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6173.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6171.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6170.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6172.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6169.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6168.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6167.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6166.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6162.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6160.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6161.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6154.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6151.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6146.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6150.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6149.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6147.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6144.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6145.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6143.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6141.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6140.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6139.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6138.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6135.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6134.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6133.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6131.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6128.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6127.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6126.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6125.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6119.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6118.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6116.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6117.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6115.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6114.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6113.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6112.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6111.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6110.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6109.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6106.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6104.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6105.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6102.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6103.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6100.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6099.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6098.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6097.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6094.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6096.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6095.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6093.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6092.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6091.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6090.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6086.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6084.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6085.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6083.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6082.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6081.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6080.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6078.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6077.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6073.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6076.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6074.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6072.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6071.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6070.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6069.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6068.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6066.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6064.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6065.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6055.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6063.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6062.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6061.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6060.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6059.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6058.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6056.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6057.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6052.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6051.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6050.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6049.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6048.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6047.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6046.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6038.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6042.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6043.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6041.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6040.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6039.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6036.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6034.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6027.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6023.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6022.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6021.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6020.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6015.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6003.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6013.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6245.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6004.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6243.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6002.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6001.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5998.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5997.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5994.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5993.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5992.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5991.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5990.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5989.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5988.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5985.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5987.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5984.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5986.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5983.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5982.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5979.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5978.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5977.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5976.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5974.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo5975.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6323.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6325.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6322.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6324.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6318.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6321.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6320.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6317.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6315.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6316.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6314.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6313.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6312.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6311.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6310.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6309.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6299.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6293.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6298.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6297.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6295.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6296.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6294.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6287.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6292.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6289.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6288.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6286.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6285.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6284.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6283.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6282.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6278.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6281.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6280.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6279.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6277.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6271.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6251.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6132.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6129.class
Loading Class: net/minecraft/unused/packageinfo/PackageInfo6305.class
Loading Class: net/minecraft/util/Identifier$Serializer.class
Loading Class: net/minecraft/util/CubicSampler$RgbFetcher.class
Loading Class: net/minecraft/util/Util$OperatingSystem$2.class
Loading Class: net/minecraft/util/StringIdentifiable$1.class
Loading Class: net/minecraft/util/Util$OperatingSystem$1.class
Loading Class: net/minecraft/util/StringIdentifiable$2.class
Loading Class: net/minecraft/util/Util$4.class
Loading Class: net/minecraft/util/Util$8.class
Loading Class: net/minecraft/util/Util$OperatingSystem.class
Loading Class: net/minecraft/util/Util$IdentityHashStrategy.class
Loading Class: net/minecraft/util/Util$3.class
Loading Class: net/minecraft/util/Util$5.class
Loading Class: net/minecraft/util/Util$2.class
Loading Class: net/minecraft/util/Util$7.class
Loading Class: net/minecraft/util/Util$6.class
Loading Class: net/minecraft/util/Util$1.class
Loading Class: net/minecraft/util/LowercaseEnumTypeAdapterFactory$1.class
Loading Class: net/minecraft/util/shape/VoxelShapes$BoxConsumer.class
Loading Class: net/minecraft/util/shape/PairList$Consumer.class
Loading Class: net/minecraft/util/shape/VoxelSet$PositionBiConsumer.class
Loading Class: net/minecraft/util/shape/VoxelSet$PositionConsumer.class
Loading Class: net/minecraft/util/shape/ArrayVoxelShape$1.class
Loading Class: net/minecraft/util/shape/VoxelShapes.class
Loading Class: net/minecraft/util/shape/VoxelShape.class
Loading Class: net/minecraft/util/shape/CroppedVoxelSet.class
Loading Class: net/minecraft/util/shape/OffsetDoubleList.class
Loading Class: net/minecraft/util/shape/VoxelSet.class
Loading Class: net/minecraft/util/shape/BitSetVoxelSet.class
Loading Class: net/minecraft/util/shape/DisjointPairList.class
Loading Class: net/minecraft/util/shape/SlicedVoxelShape.class
Loading Class: net/minecraft/util/shape/SimplePairList.class
Loading Class: net/minecraft/util/shape/IdentityPairList.class
Loading Class: net/minecraft/util/shape/PairList.class
Loading Class: net/minecraft/util/shape/SimpleVoxelShape.class
Loading Class: net/minecraft/util/shape/FractionalPairList.class
Loading Class: net/minecraft/util/shape/FractionalDoubleList.class
Loading Class: net/minecraft/util/shape/ArrayVoxelShape.class
Loading Class: net/minecraft/util/JsonSerializableType.class
Loading Class: net/minecraft/util/WorldSavePath.class
Loading Class: net/minecraft/util/JsonSerializer.class
Loading Class: net/minecraft/util/JsonSerializing.class
Loading Class: net/minecraft/util/JsonSerializing$GsonSerializer.class
Loading Class: net/minecraft/util/JsonSerializing$TypeHandler.class
Loading Class: net/minecraft/util/JsonSerializing$CustomSerializer.class
Loading Class: net/minecraft/util/TypeFilter.class
Loading Class: net/minecraft/util/SignType.class
Loading Class: net/minecraft/util/function/MaterialPredicate$1.class
Loading Class: net/minecraft/util/function/BooleanBiFunction.class
Loading Class: net/minecraft/util/function/MaterialPredicate.class
Loading Class: net/minecraft/util/hit/EntityHitResult.class
Loading Class: net/minecraft/util/hit/BlockHitResult.class
Loading Class: net/minecraft/util/hit/HitResult.class
Loading Class: net/minecraft/util/hit/HitResult$Type.class
Loading Class: net/minecraft/util/BlockRotation.class
Loading Class: net/minecraft/util/BlockMirror.class
Loading Class: net/minecraft/util/UseAction.class
Loading Class: net/minecraft/util/Rarity.class
Loading Class: net/minecraft/util/DyeColor.class
Loading Class: net/minecraft/util/ClickType.class
Loading Class: net/minecraft/util/Arm.class
Loading Class: net/minecraft/util/snooper/Snooper$1.class
Loading Class: net/minecraft/util/snooper/Snooper.class
Loading Class: net/minecraft/util/snooper/SnooperListener.class
Loading Class: net/minecraft/util/TypedActionResult.class
Loading Class: net/minecraft/util/Nameable.class
Loading Class: net/minecraft/util/ActionResult.class
Loading Class: net/minecraft/util/ItemScatterer.class
Loading Class: net/minecraft/util/Hand.class
Loading Class: net/minecraft/util/Clearable.class
Loading Class: net/minecraft/util/TickDurationMonitor.class
Loading Class: net/minecraft/util/JsonHelper.class
Loading Class: net/minecraft/util/ChatUtil.class
Loading Class: net/minecraft/util/Unit.class
Loading Class: net/minecraft/util/Pair.class
Loading Class: net/minecraft/util/StringIdentifiable.class
Loading Class: net/minecraft/util/ProgressListener.class
Loading Class: net/minecraft/util/LowercaseEnumTypeAdapterFactory.class
Loading Class: net/minecraft/util/Lazy.class
Loading Class: net/minecraft/util/MetricsData.class
Loading Class: net/minecraft/util/ThrowableDeliverer.class
Loading Class: net/minecraft/util/UserCache.class
Loading Class: net/minecraft/util/BlockMirror$1.class
Loading Class: net/minecraft/util/profiler/MetricSuppliers$class_6399.class
Loading Class: net/minecraft/util/profiler/Profiler$1.class
Loading Class: net/minecraft/util/profiler/ProfileResultImpl$CounterInfo.class
Loading Class: net/minecraft/util/profiler/ProfileResultImpl$1.class
Loading Class: net/minecraft/util/profiler/TickTimeTracker.class
Loading Class: net/minecraft/util/profiler/DummyProfiler.class
Loading Class: net/minecraft/util/profiler/ProfileResultImpl.class
Loading Class: net/minecraft/util/profiler/MetricSamplerSupplier.class
Loading Class: net/minecraft/util/profiler/MetricSuppliers.class
Loading Class: net/minecraft/util/profiler/ProfilerTiming.class
Loading Class: net/minecraft/util/profiler/Profiler.class
Loading Class: net/minecraft/util/profiler/ProfileLocationInfo.class
Loading Class: net/minecraft/util/profiler/ReadableProfiler.class
Loading Class: net/minecraft/util/profiler/ProfilerSystem.class
Loading Class: net/minecraft/util/profiler/ProfileResult.class
Loading Class: net/minecraft/util/profiler/EmptyProfileResult.class
Loading Class: net/minecraft/util/profiler/CsvWriter.class
Loading Class: net/minecraft/util/profiler/ProfilerSystem$LocatedInfo.class
Loading Class: net/minecraft/util/profiler/CsvWriter$Header.class
Loading Class: net/minecraft/util/Language$1.class
Loading Class: net/minecraft/util/UserCache$Entry.class
Loading Class: net/minecraft/util/UserCache$1.class
Loading Class: net/minecraft/util/CubicSampler.class
Loading Class: net/minecraft/util/TypeFilter$1.class
Loading Class: net/minecraft/util/BlockRotation$1.class
Loading Class: net/minecraft/util/Identifier.class
Loading Class: net/minecraft/util/Language.class
Loading Class: net/minecraft/util/dynamic/RegistryOps$EntryLoader$Impl.class
Loading Class: net/minecraft/util/dynamic/RegistryOps$EntryLoader$1.class
Loading Class: net/minecraft/util/dynamic/RegistryOps$EntryLoader.class
Loading Class: net/minecraft/util/dynamic/RegistryOps$ValueHolder.class
Loading Class: net/minecraft/util/dynamic/Codecs.class
Loading Class: net/minecraft/util/dynamic/Codecs$Xor.class
Loading Class: net/minecraft/util/dynamic/RegistryOps.class
Loading Class: net/minecraft/util/dynamic/RegistryReadingOps.class
Loading Class: net/minecraft/util/dynamic/RegistryElementCodec.class
Loading Class: net/minecraft/util/dynamic/RegistryCodec.class
Loading Class: net/minecraft/util/dynamic/ForwardingDynamicOps.class
Loading Class: net/minecraft/util/dynamic/RegistryLookupCodec.class
Loading Class: net/minecraft/util/dynamic/DynamicSerializableUuid.class
Loading Class: net/minecraft/util/dynamic/GlobalPos.class
Loading Class: net/minecraft/util/collection/Weighted$Present.class
Loading Class: net/minecraft/util/collection/Weighted$Absent.class
Loading Class: net/minecraft/util/collection/DataPool$Builder.class
Loading Class: net/minecraft/util/collection/WeightedPicker$Entry.class
Loading Class: net/minecraft/util/collection/LinkedBlockPosHashSet$Storage.class
Loading Class: net/minecraft/util/collection/SortedArraySet$SetIterator.class
Loading Class: net/minecraft/util/collection/ReusableStream$1.class
Loading Class: net/minecraft/util/collection/LinkedBlockPosHashSet.class
Loading Class: net/minecraft/util/collection/WeightedList.class
Loading Class: net/minecraft/util/collection/DataPool.class
Loading Class: net/minecraft/util/collection/Pool.class
Loading Class: net/minecraft/util/collection/Weight.class
Loading Class: net/minecraft/util/collection/Weighted.class
Loading Class: net/minecraft/util/collection/Weighting.class
Loading Class: net/minecraft/util/collection/SortedArraySet.class
Loading Class: net/minecraft/util/collection/TypeFilterableList.class
Loading Class: net/minecraft/util/collection/WeightedPicker.class
Loading Class: net/minecraft/util/collection/ReusableStream.class
Loading Class: net/minecraft/util/collection/PackedIntegerArray.class
Loading Class: net/minecraft/util/collection/Int2ObjectBiMap.class
Loading Class: net/minecraft/util/collection/WeightedList$Entry.class
Loading Class: net/minecraft/util/collection/WeightedList$Entry$1.class
Loading Class: net/minecraft/util/collection/IdList.class
Loading Class: net/minecraft/util/collection/DefaultedList.class
Loading Class: net/minecraft/util/collection/IndexedIterable.class
Loading Class: net/minecraft/util/EightWayDirection.class
Loading Class: net/minecraft/util/registry/DynamicRegistryManager$Impl.class
Loading Class: net/minecraft/util/registry/DynamicRegistryManager$Info.class
Loading Class: net/minecraft/util/registry/SimpleRegistry$RegistryManagerEntry.class
Loading Class: net/minecraft/util/registry/RegistryKey.class
Loading Class: net/minecraft/util/registry/Registry.class
Loading Class: net/minecraft/util/registry/BuiltinRegistries.class
Loading Class: net/minecraft/util/registry/DynamicRegistryManager.class
Loading Class: net/minecraft/util/registry/SimpleRegistry.class
Loading Class: net/minecraft/util/registry/MutableRegistry.class
Loading Class: net/minecraft/util/registry/DefaultedRegistry.class
Loading Class: net/minecraft/util/CuboidBlockIterator.class
Loading Class: net/minecraft/util/thread/ReentrantThreadExecutor.class
Loading Class: net/minecraft/util/thread/TaskExecutor.class
Loading Class: net/minecraft/util/thread/GroupAssigningThreadFactory.class
Loading Class: net/minecraft/util/thread/ThreadExecutor.class
Loading Class: net/minecraft/util/thread/TaskQueue.class
Loading Class: net/minecraft/util/thread/MessageListener.class
Loading Class: net/minecraft/util/thread/LockHelper.class
Loading Class: net/minecraft/util/thread/AtomicStack.class
Loading Class: net/minecraft/util/thread/TaskQueue$Prioritized.class
Loading Class: net/minecraft/util/thread/TaskQueue$Simple.class
Loading Class: net/minecraft/util/thread/TaskQueue$PrioritizedTask.class
Loading Class: net/minecraft/util/thread/MessageListener$1.class
Loading Class: net/minecraft/util/Util.class
Loading Class: net/minecraft/util/InvalidIdentifierException.class
Loading Class: net/minecraft/util/FileNameUtil.class
Loading Class: net/minecraft/util/Formatting.class
Loading Class: net/minecraft/util/crash/CrashReportSection$Element.class
Loading Class: net/minecraft/util/crash/CrashReportSection.class
Loading Class: net/minecraft/util/crash/CrashException.class
Loading Class: net/minecraft/util/crash/CrashReport.class
Loading Class: net/minecraft/util/crash/CrashCallable.class
Loading Class: net/minecraft/util/logging/LoggerPrintStream.class
Loading Class: net/minecraft/util/logging/DebugLoggerPrintStream.class
Loading Class: net/minecraft/util/logging/UncaughtExceptionHandler.class
Loading Class: net/minecraft/util/logging/UncaughtExceptionLogger.class
Loading Class: net/minecraft/util/math/BlockBox$1.class
Loading Class: net/minecraft/util/math/ChunkSectionPos$1.class
Loading Class: net/minecraft/util/math/Box.class
Loading Class: net/minecraft/util/math/Vec3d.class
Loading Class: net/minecraft/util/math/Vec2f.class
Loading Class: net/minecraft/util/math/noise/OctavePerlinNoiseSampler.class
Loading Class: net/minecraft/util/math/noise/NoiseSampler.class
Loading Class: net/minecraft/util/math/noise/SimplexNoiseSampler.class
Loading Class: net/minecraft/util/math/noise/PerlinNoiseSampler.class
Loading Class: net/minecraft/util/math/noise/OctaveSimplexNoiseSampler.class
Loading Class: net/minecraft/util/math/noise/DoublePerlinNoiseSampler.class
Loading Class: net/minecraft/util/math/noise/InterpolatedNoiseSampler.class
Loading Class: net/minecraft/util/math/BlockBox.class
Loading Class: net/minecraft/util/math/DirectionTransformation$1.class
Loading Class: net/minecraft/util/math/VerticalSurfaceType.class
Loading Class: net/minecraft/util/math/Boxes.class
Loading Class: net/minecraft/util/math/GravityField.class
Loading Class: net/minecraft/util/math/ChunkPos.class
Loading Class: net/minecraft/util/math/floatprovider/ClampedNormalFloatProvider.class
Loading Class: net/minecraft/util/math/floatprovider/ConstantFloatProvider.class
Loading Class: net/minecraft/util/math/floatprovider/FloatProviderType.class
Loading Class: net/minecraft/util/math/floatprovider/TrapezoidFloatProvider.class
Loading Class: net/minecraft/util/math/floatprovider/FloatProvider.class
Loading Class: net/minecraft/util/math/floatprovider/UniformFloatProvider.class
Loading Class: net/minecraft/util/math/intprovider/UniformIntProvider.class
Loading Class: net/minecraft/util/math/intprovider/IntProvider.class
Loading Class: net/minecraft/util/math/intprovider/ConstantIntProvider.class
Loading Class: net/minecraft/util/math/intprovider/IntProviderType.class
Loading Class: net/minecraft/util/math/intprovider/ClampedIntProvider.class
Loading Class: net/minecraft/util/math/intprovider/BiasedToBottomIntProvider.class
Loading Class: net/minecraft/util/math/MathHelper.class
Loading Class: net/minecraft/util/math/WordPackedArray.class
Loading Class: net/minecraft/util/math/ColumnPos.class
Loading Class: net/minecraft/util/math/Direction$Axis.class
Loading Class: net/minecraft/util/math/Direction$AxisDirection.class
Loading Class: net/minecraft/util/math/Direction$Type.class
Loading Class: net/minecraft/util/math/Direction$1.class
Loading Class: net/minecraft/util/math/BlockPos$Mutable.class
Loading Class: net/minecraft/util/math/BlockPos$2.class
Loading Class: net/minecraft/util/math/Boxes$1.class
Loading Class: net/minecraft/util/math/BlockPos$3.class
Loading Class: net/minecraft/util/math/ChunkPos$1.class
Loading Class: net/minecraft/util/math/BlockPos$4.class
Loading Class: net/minecraft/util/math/BlockPos$5.class
Loading Class: net/minecraft/util/math/BlockPos$1.class
Loading Class: net/minecraft/util/math/Direction$Axis$3.class
Loading Class: net/minecraft/util/math/Direction$Axis$2.class
Loading Class: net/minecraft/util/math/Direction$Axis$1.class
Loading Class: net/minecraft/util/math/AxisCycleDirection$3.class
Loading Class: net/minecraft/util/math/AxisCycleDirection$1.class
Loading Class: net/minecraft/util/math/AxisCycleDirection$2.class
Loading Class: net/minecraft/util/math/Vec3i.class
Loading Class: net/minecraft/util/math/ChunkSectionPos.class
Loading Class: net/minecraft/util/math/Position.class
Loading Class: net/minecraft/util/math/BlockPos.class
Loading Class: net/minecraft/util/math/Direction.class
Loading Class: net/minecraft/util/math/EulerAngle.class
Loading Class: net/minecraft/util/math/PositionImpl.class
Loading Class: net/minecraft/util/math/AxisCycleDirection.class
Loading Class: net/minecraft/util/math/AffineTransformations.class
Loading Class: net/minecraft/util/math/BlockPointerImpl.class
Loading Class: net/minecraft/util/math/BlockPointer.class
Loading Class: net/minecraft/util/math/Matrix4f.class
Loading Class: net/minecraft/util/math/Matrix3f.class
Loading Class: net/minecraft/util/math/GravityField$Point.class
Loading Class: net/minecraft/util/math/DirectionTransformation.class
Loading Class: net/minecraft/util/math/Vec3f.class
Loading Class: net/minecraft/util/math/Quaternion.class
Loading Class: net/minecraft/util/math/AxisTransformation.class
Loading Class: net/minecraft/util/math/Vector4f.class
Loading Class: net/minecraft/util/math/AffineTransformation.class
Loading Class: net/minecraft/util/math/MathConstants.class
Loading Class: net/minecraft/util/annotation/ClientFieldsAreNonnullByDefault.class
Loading Class: net/minecraft/util/annotation/ClientMethodsReturnNonnullByDefault.class
Loading Class: net/minecraft/util/annotation/DeobfuscateClass.class
Loading Class: net/minecraft/util/annotation/Debug.class
Loading Class: net/minecraft/util/annotation/MethodsReturnNonnullByDefault.class
Loading Class: net/minecraft/util/annotation/FieldsAreNonnullByDefault.class
Loading Class: net/minecraft/util/annotation/FieldsAreNonnullByDefault2.class
Loading Class: net/minecraft/util/annotation/MathMethodsReturnNonnullByDefault.class
Loading Class: com/mojang/blaze3d/systems/RenderSystem$IndexBuffer$IndexMapper.class
Loading Class: com/mojang/blaze3d/systems/RenderSystem.class
Loading Class: com/mojang/blaze3d/systems/RenderCallStorage.class
Loading Class: com/mojang/blaze3d/systems/RenderCall.class
Loading Class: com/mojang/blaze3d/systems/RenderSystem$IndexBuffer.class
Loading Class: com/mojang/blaze3d/systems/RenderSystem$1.class
Loading Class: com/mojang/blaze3d/platform/GlStateManager.class
Loading Class: com/mojang/blaze3d/platform/TextureUtil.class
Loading Class: com/mojang/blaze3d/platform/GLX.class
Loading Class: com/mojang/blaze3d/platform/GlConst.class
Loading Class: com/mojang/blaze3d/platform/GlStateManager$CullFaceState.class
Loading Class: com/mojang/blaze3d/platform/GlStateManager$ColorMask.class
Loading Class: com/mojang/blaze3d/platform/GlStateManager$LogicOp.class
Loading Class: com/mojang/blaze3d/platform/GlStateManager$CapabilityTracker.class
Loading Class: com/mojang/blaze3d/platform/GlStateManager$Viewport.class
Loading Class: com/mojang/blaze3d/platform/GlStateManager$Texture2DState.class
Loading Class: com/mojang/blaze3d/platform/GlStateManager$StencilState.class
Loading Class: com/mojang/blaze3d/platform/GlStateManager$StencilSubState.class
Loading Class: com/mojang/blaze3d/platform/GlStateManager$LogicOpState.class
Loading Class: com/mojang/blaze3d/platform/GlStateManager$ScissorTestState.class
Loading Class: com/mojang/blaze3d/platform/GlStateManager$PolygonOffsetState.class
Loading Class: com/mojang/blaze3d/platform/GlStateManager$BlendFuncState.class
Loading Class: com/mojang/blaze3d/platform/GlStateManager$DepthTestState.class
Loading Class: com/mojang/blaze3d/platform/GlStateManager$DstFactor.class
Loading Class: com/mojang/blaze3d/platform/GlDebugInfo.class
Loading Class: com/mojang/blaze3d/platform/GlStateManager$SrcFactor.class
Inconsistent inner class entries for net/minecraft/entity/mob/EvokerEntity$SummonVexGoal!
Old: SummonVexGoal private MEMBER net/minecraft/entity/mob/EvokerEntity
New: SummonVexGoal MEMBER net/minecraft/entity/mob/EvokerEntity$SummonVexGoal
Inconsistent inner class entries for net/minecraft/structure/NetherFortressGenerator$Piece!
Old: Piece abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$Piece
New: Piece private abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$CorridorExit
Inconsistent inner class entries for net/minecraft/structure/NetherFortressGenerator$Piece!
Old: Piece abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$Piece
New: Piece private abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$CorridorNetherWartsRoom
Inconsistent inner class entries for net/minecraft/entity/mob/PhantomEntity$PhantomMovementType!
Old: PhantomMovementType private static final MEMBER net/minecraft/entity/mob/PhantomEntity$CircleMovementGoal
New: PhantomMovementType static final MEMBER net/minecraft/entity/mob/PhantomEntity$PhantomMovementType
Inconsistent inner class entries for net/minecraft/data/client/model/MultipartBlockStateSupplier$Multipart!
Old: Multipart static MEMBER net/minecraft/data/client/model/MultipartBlockStateSupplier$Multipart
New: Multipart private static MEMBER net/minecraft/data/client/model/MultipartBlockStateSupplier
Inconsistent inner class entries for net/minecraft/block/ComposterBlock$DummyInventory!
Old: DummyInventory static MEMBER net/minecraft/block/ComposterBlock$DummyInventory
New: DummyInventory private static MEMBER net/minecraft/block/ComposterBlock
Inconsistent inner class entries for net/minecraft/structure/NetherFortressGenerator$Piece!
Old: Piece abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$Piece
New: Piece private abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$CorridorBalcony
Inconsistent inner class entries for net/minecraft/entity/mob/ShulkerEntity$class_6376!
Old: class_6376 private MEMBER net/minecraft/entity/mob/ShulkerEntity
New: class_6376 MEMBER net/minecraft/entity/mob/ShulkerEntity$class_6376
Inconsistent inner class entries for net/minecraft/entity/passive/RabbitEntity$RabbitAttackGoal!
Old: RabbitAttackGoal static MEMBER net/minecraft/entity/passive/RabbitEntity$RabbitAttackGoal
New: RabbitAttackGoal private static MEMBER net/minecraft/entity/passive/RabbitEntity
Inconsistent inner class entries for net/minecraft/entity/passive/GoatEntity$GoatNavigation!
Old: GoatNavigation private static MEMBER net/minecraft/entity/passive/GoatEntity
New: GoatNavigation static MEMBER net/minecraft/entity/passive/GoatEntity$GoatNavigation
Inconsistent inner class entries for net/minecraft/entity/passive/SquidEntity$EscapeAttackerGoal!
Old: EscapeAttackerGoal MEMBER net/minecraft/entity/passive/SquidEntity$EscapeAttackerGoal
New: EscapeAttackerGoal private MEMBER net/minecraft/entity/passive/SquidEntity
Inconsistent inner class entries for net/minecraft/world/storage/RegionFile$OutputAction!
Old: OutputAction private abstract static MEMBER net/minecraft/world/storage/RegionFile
New: OutputAction abstract static MEMBER net/minecraft/world/storage/RegionFile$OutputAction
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type!
Old: Type static final MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type
New: Type private static final MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$1
Inconsistent inner class entries for net/minecraft/server/command/SpreadPlayersCommand$Pile!
Old: Pile private static MEMBER net/minecraft/server/command/SpreadPlayersCommand
New: Pile static MEMBER net/minecraft/server/command/SpreadPlayersCommand$Pile
Inconsistent inner class entries for net/minecraft/server/ServerConfigHandler$ServerConfigException!
Old: ServerConfigException private static MEMBER net/minecraft/server/ServerConfigHandler$1
New: ServerConfigException static MEMBER net/minecraft/server/ServerConfigHandler$ServerConfigException
Inconsistent inner class entries for net/minecraft/entity/mob/ShulkerEntity$SearchForTargetGoal!
Old: SearchForTargetGoal private static MEMBER net/minecraft/entity/mob/ShulkerEntity
New: SearchForTargetGoal static MEMBER net/minecraft/entity/mob/ShulkerEntity$SearchForTargetGoal
Inconsistent inner class entries for net/minecraft/entity/passive/FoxEntity$DelayedCalmDownGoal!
Old: DelayedCalmDownGoal MEMBER net/minecraft/entity/passive/FoxEntity$DelayedCalmDownGoal
New: DelayedCalmDownGoal private MEMBER net/minecraft/entity/passive/FoxEntity
Inconsistent inner class entries for net/minecraft/entity/passive/FoxEntity$PickupItemGoal!
Old: PickupItemGoal MEMBER net/minecraft/entity/passive/FoxEntity$PickupItemGoal
New: PickupItemGoal private MEMBER net/minecraft/entity/passive/FoxEntity
Inconsistent inner class entries for net/minecraft/entity/passive/FoxEntity$SitDownAndLookAroundGoal!
Old: SitDownAndLookAroundGoal MEMBER net/minecraft/entity/passive/FoxEntity$SitDownAndLookAroundGoal
New: SitDownAndLookAroundGoal private MEMBER net/minecraft/entity/passive/FoxEntity
Inconsistent inner class entries for net/minecraft/loot/operator/BoundedIntUnaryOperator$Applier!
Old: Applier private abstract static MEMBER net/minecraft/loot/operator/BoundedIntUnaryOperator
New: Applier abstract static MEMBER net/minecraft/loot/operator/BoundedIntUnaryOperator$Applier
Inconsistent inner class entries for net/minecraft/entity/mob/EvokerEntity$ConjureFangsGoal!
Old: ConjureFangsGoal private MEMBER net/minecraft/entity/mob/EvokerEntity
New: ConjureFangsGoal MEMBER net/minecraft/entity/mob/EvokerEntity$ConjureFangsGoal
Inconsistent inner class entries for net/minecraft/client/render/model/ModelLoader$ModelLoaderException!
Old: ModelLoaderException static MEMBER net/minecraft/client/render/model/ModelLoader$ModelLoaderException
New: ModelLoaderException private static MEMBER net/minecraft/client/render/model/ModelLoader
Inconsistent inner class entries for net/minecraft/command/argument/ItemPredicateArgumentType$TagPredicate!
Old: TagPredicate private static MEMBER net/minecraft/command/argument/ItemPredicateArgumentType
New: TagPredicate static MEMBER net/minecraft/command/argument/ItemPredicateArgumentType$TagPredicate
Inconsistent inner class entries for net/minecraft/entity/passive/BeeEntity$PollinateGoal!
Old: PollinateGoal MEMBER net/minecraft/entity/passive/BeeEntity$PollinateGoal
New: PollinateGoal private MEMBER net/minecraft/entity/passive/BeeEntity$1
Inconsistent inner class entries for net/minecraft/block/AbstractBlock$AbstractBlockState$ShapeCache!
Old: ShapeCache private static final MEMBER net/minecraft/block/AbstractBlock
New: ShapeCache static final MEMBER net/minecraft/block/AbstractBlock$AbstractBlockState$ShapeCache
Inconsistent inner class entries for net/minecraft/client/model/ModelPart$Quad!
Old: Quad private static MEMBER net/minecraft/client/model/ModelPart
New: Quad static MEMBER net/minecraft/client/model/ModelPart$Quad
Inconsistent inner class entries for net/minecraft/structure/NetherFortressGenerator$Piece!
Old: Piece abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$Piece
New: Piece private abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$BridgeCrossing
Inconsistent inner class entries for net/minecraft/client/gui/screen/ingame/BeaconScreen$IconButtonWidget!
Old: IconButtonWidget private abstract MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen
New: IconButtonWidget abstract MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen$IconButtonWidget
Inconsistent inner class entries for net/minecraft/entity/passive/FoxEntity$GoToVillageGoal!
Old: GoToVillageGoal private MEMBER net/minecraft/entity/passive/FoxEntity
New: GoToVillageGoal MEMBER net/minecraft/entity/passive/FoxEntity$GoToVillageGoal
Inconsistent inner class entries for net/minecraft/entity/passive/FoxEntity$FollowParentGoal!
Old: FollowParentGoal private MEMBER net/minecraft/entity/passive/FoxEntity
New: FollowParentGoal MEMBER net/minecraft/entity/passive/FoxEntity$FollowParentGoal
Inconsistent inner class entries for net/minecraft/client/particle/ParticleManager$SpriteAwareFactory!
Old: SpriteAwareFactory abstract static MEMBER net/minecraft/client/particle/ParticleManager$SpriteAwareFactory
New: SpriteAwareFactory private abstract static MEMBER net/minecraft/client/particle/ParticleManager
Inconsistent inner class entries for net/minecraft/entity/mob/SlimeEntity$SlimeMoveControl!
Old: SlimeMoveControl private static MEMBER net/minecraft/entity/mob/SlimeEntity
New: SlimeMoveControl static MEMBER net/minecraft/entity/mob/SlimeEntity$SlimeMoveControl
Inconsistent inner class entries for net/minecraft/village/TradeOffers$BuyForOneEmeraldFactory!
Old: BuyForOneEmeraldFactory static MEMBER net/minecraft/village/TradeOffers$BuyForOneEmeraldFactory
New: BuyForOneEmeraldFactory private static MEMBER net/minecraft/village/TradeOffers
Inconsistent inner class entries for net/minecraft/village/TradeOffers$ProcessItemFactory!
Old: ProcessItemFactory static MEMBER net/minecraft/village/TradeOffers$ProcessItemFactory
New: ProcessItemFactory private static MEMBER net/minecraft/village/TradeOffers
Inconsistent inner class entries for net/minecraft/village/TradeOffers$TypeAwareBuyForOneEmeraldFactory!
Old: TypeAwareBuyForOneEmeraldFactory static MEMBER net/minecraft/village/TradeOffers$TypeAwareBuyForOneEmeraldFactory
New: TypeAwareBuyForOneEmeraldFactory private static MEMBER net/minecraft/village/TradeOffers
Inconsistent inner class entries for net/minecraft/world/gen/trunk/LargeOakTrunkPlacer$BranchPosition!
Old: BranchPosition static MEMBER net/minecraft/world/gen/trunk/LargeOakTrunkPlacer$BranchPosition
New: BranchPosition private static MEMBER net/minecraft/world/gen/trunk/LargeOakTrunkPlacer
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$Dripping!
Old: Dripping private static MEMBER net/minecraft/client/particle/BlockLeakParticle$DrippingHoneyFactory
New: Dripping static MEMBER net/minecraft/client/particle/BlockLeakParticle$Dripping
Inconsistent inner class entries for net/minecraft/client/font/TrueTypeFont$TtfGlyph!
Old: TtfGlyph private MEMBER net/minecraft/client/font/TrueTypeFont
New: TtfGlyph MEMBER net/minecraft/client/font/TrueTypeFont$TtfGlyph
Inconsistent inner class entries for net/minecraft/entity/passive/RabbitEntity$RabbitMoveControl!
Old: RabbitMoveControl private static MEMBER net/minecraft/entity/passive/RabbitEntity
New: RabbitMoveControl static MEMBER net/minecraft/entity/passive/RabbitEntity$RabbitMoveControl
Inconsistent inner class entries for net/minecraft/village/TradeOffers$SellItemFactory!
Old: SellItemFactory private static MEMBER net/minecraft/village/TradeOffers
New: SellItemFactory static MEMBER net/minecraft/village/TradeOffers$SellItemFactory
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$SimpleRoomTopFactory!
Old: SimpleRoomTopFactory static MEMBER net/minecraft/structure/OceanMonumentGenerator$SimpleRoomTopFactory
New: SimpleRoomTopFactory private static MEMBER net/minecraft/structure/OceanMonumentGenerator
Inconsistent inner class entries for net/minecraft/structure/NetherFortressGenerator$Piece!
Old: Piece abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$Piece
New: Piece private abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$BridgeStairs
Inconsistent inner class entries for net/minecraft/entity/mob/IllusionerEntity$BlindTargetGoal!
Old: BlindTargetGoal MEMBER net/minecraft/entity/mob/IllusionerEntity$BlindTargetGoal
New: BlindTargetGoal private MEMBER net/minecraft/entity/mob/IllusionerEntity
Inconsistent inner class entries for net/minecraft/block/ComposterBlock$ComposterInventory!
Old: ComposterInventory private static MEMBER net/minecraft/block/ComposterBlock
New: ComposterInventory static MEMBER net/minecraft/block/ComposterBlock$ComposterInventory
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$Falling!
Old: Falling static MEMBER net/minecraft/client/particle/BlockLeakParticle$Falling
New: Falling private static MEMBER net/minecraft/client/particle/BlockLeakParticle$ContinuousFalling
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$ContinuousFalling!
Old: ContinuousFalling private static MEMBER net/minecraft/client/particle/BlockLeakParticle$FallingHoney
New: ContinuousFalling static MEMBER net/minecraft/client/particle/BlockLeakParticle$ContinuousFalling
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdatePropertiesAction!
Old: UpdatePropertiesAction private static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type
New: UpdatePropertiesAction static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdatePropertiesAction
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type!
Old: Type static final MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type
New: Type private static final MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdatePropertiesAction
Inconsistent inner class entries for net/minecraft/client/gui/screen/option/LanguageOptionsScreen$LanguageSelectionListWidget!
Old: LanguageSelectionListWidget MEMBER net/minecraft/client/gui/screen/option/LanguageOptionsScreen$LanguageSelectionListWidget
New: LanguageSelectionListWidget private MEMBER net/minecraft/client/gui/screen/option/LanguageOptionsScreen
Inconsistent inner class entries for net/minecraft/client/gui/screen/narration/ScreenNarrator$Message!
Old: Message static MEMBER net/minecraft/client/gui/screen/narration/ScreenNarrator$Message
New: Message private static MEMBER net/minecraft/client/gui/screen/narration/ScreenNarrator
Inconsistent inner class entries for net/minecraft/client/gui/screen/narration/ScreenNarrator$PartIndex!
Old: PartIndex static MEMBER net/minecraft/client/gui/screen/narration/ScreenNarrator$PartIndex
New: PartIndex private static MEMBER net/minecraft/client/gui/screen/narration/ScreenNarrator
Inconsistent inner class entries for net/minecraft/server/network/ServerPlayNetworkHandler$Interaction!
Old: Interaction private abstract static MEMBER net/minecraft/server/network/ServerPlayNetworkHandler
New: Interaction abstract static MEMBER net/minecraft/server/network/ServerPlayNetworkHandler$Interaction
Inconsistent inner class entries for net/minecraft/structure/NetherFortressGenerator$Piece!
Old: Piece abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$Piece
New: Piece private abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$SmallCorridor
Inconsistent inner class entries for net/minecraft/block/pattern/BlockPattern$BlockStateCacheLoader!
Old: BlockStateCacheLoader private static MEMBER net/minecraft/block/pattern/BlockPattern
New: BlockStateCacheLoader static MEMBER net/minecraft/block/pattern/BlockPattern$BlockStateCacheLoader
Inconsistent inner class entries for net/minecraft/client/gui/screen/ingame/BeaconScreen$LevelTwoEffectButtonWidget!
Old: LevelTwoEffectButtonWidget private MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen
New: LevelTwoEffectButtonWidget MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen$LevelTwoEffectButtonWidget
Inconsistent inner class entries for net/minecraft/client/render/VertexConsumers$Dual!
Old: Dual private static MEMBER net/minecraft/client/render/VertexConsumers
New: Dual static MEMBER net/minecraft/client/render/VertexConsumers$Dual
Inconsistent inner class entries for net/minecraft/village/TradeOffers$SellEnchantedToolFactory!
Old: SellEnchantedToolFactory private static MEMBER net/minecraft/village/TradeOffers
New: SellEnchantedToolFactory static MEMBER net/minecraft/village/TradeOffers$SellEnchantedToolFactory
Inconsistent inner class entries for net/minecraft/world/gen/chunk/NoiseChunkGenerator$NoodleCavesSampler!
Old: NoodleCavesSampler MEMBER net/minecraft/world/gen/chunk/NoiseChunkGenerator$NoodleCavesSampler
New: NoodleCavesSampler private MEMBER net/minecraft/world/gen/chunk/NoiseChunkGenerator
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$FallingHoney!
Old: FallingHoney static MEMBER net/minecraft/client/particle/BlockLeakParticle$FallingHoney
New: FallingHoney private static MEMBER net/minecraft/client/particle/BlockLeakParticle$FallingHoneyFactory
Inconsistent inner class entries for net/minecraft/loot/function/ApplyBonusLootFunction$BinomialWithBonusCount!
Old: BinomialWithBonusCount static final MEMBER net/minecraft/loot/function/ApplyBonusLootFunction$BinomialWithBonusCount
New: BinomialWithBonusCount private static final MEMBER net/minecraft/loot/function/ApplyBonusLootFunction
Inconsistent inner class entries for net/minecraft/loot/function/ApplyBonusLootFunction$FormulaFactory!
Old: FormulaFactory abstract static MEMBER net/minecraft/loot/function/ApplyBonusLootFunction$FormulaFactory
New: FormulaFactory private abstract static MEMBER net/minecraft/loot/function/ApplyBonusLootFunction
Inconsistent inner class entries for net/minecraft/client/gui/screen/ingame/BeaconScreen$class_6392!
Old: class_6392 private abstract static MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen
New: class_6392 abstract static MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen$class_6392
Inconsistent inner class entries for net/minecraft/client/render/RenderLayer$MultiPhase!
Old: MultiPhase static final MEMBER net/minecraft/client/render/RenderLayer$MultiPhase
New: MultiPhase private static final MEMBER net/minecraft/client/render/RenderLayer
Inconsistent inner class entries for net/minecraft/client/render/WorldRenderer$ChunkInfo!
Old: ChunkInfo private static MEMBER net/minecraft/client/render/WorldRenderer
New: ChunkInfo static MEMBER net/minecraft/client/render/WorldRenderer$ChunkInfo
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$Dripping!
Old: Dripping static MEMBER net/minecraft/client/particle/BlockLeakParticle$Dripping
New: Dripping private static MEMBER net/minecraft/client/particle/BlockLeakParticle$FallingDripstoneWaterFactory
Inconsistent inner class entries for net/minecraft/entity/mob/EvokerEntity$LookAtTargetOrWololoTarget!
Old: LookAtTargetOrWololoTarget private MEMBER net/minecraft/entity/mob/EvokerEntity
New: LookAtTargetOrWololoTarget MEMBER net/minecraft/entity/mob/EvokerEntity$LookAtTargetOrWololoTarget
Inconsistent inner class entries for net/minecraft/entity/mob/GhastEntity$GhastMoveControl!
Old: GhastMoveControl static MEMBER net/minecraft/entity/mob/GhastEntity$GhastMoveControl
New: GhastMoveControl private static MEMBER net/minecraft/entity/mob/GhastEntity
Inconsistent inner class entries for net/minecraft/village/ZombieSiegeManager$State!
Old: State static final MEMBER net/minecraft/village/ZombieSiegeManager$State
New: State private static final MEMBER net/minecraft/village/ZombieSiegeManager
Inconsistent inner class entries for net/minecraft/entity/passive/StriderEntity$Navigation!
Old: Navigation private static MEMBER net/minecraft/entity/passive/StriderEntity
New: Navigation static MEMBER net/minecraft/entity/passive/StriderEntity$Navigation
Inconsistent inner class entries for net/minecraft/entity/raid/RaiderEntity$AttackHomeGoal!
Old: AttackHomeGoal private static MEMBER net/minecraft/entity/raid/RaiderEntity
New: AttackHomeGoal static MEMBER net/minecraft/entity/raid/RaiderEntity$AttackHomeGoal
Inconsistent inner class entries for net/minecraft/client/font/TextHandler$WidthLimitingVisitor!
Old: WidthLimitingVisitor private MEMBER net/minecraft/client/font/TextHandler$1
New: WidthLimitingVisitor MEMBER net/minecraft/client/font/TextHandler$WidthLimitingVisitor
Inconsistent inner class entries for net/minecraft/entity/passive/BeeEntity$PollinateGoal!
Old: PollinateGoal MEMBER net/minecraft/entity/passive/BeeEntity$PollinateGoal
New: PollinateGoal private MEMBER net/minecraft/entity/passive/BeeEntity
Inconsistent inner class entries for net/minecraft/entity/passive/BeeEntity$EnterHiveGoal!
Old: EnterHiveGoal MEMBER net/minecraft/entity/passive/BeeEntity$EnterHiveGoal
New: EnterHiveGoal private MEMBER net/minecraft/entity/passive/BeeEntity
Inconsistent inner class entries for net/minecraft/entity/passive/BeeEntity$FindHiveGoal!
Old: FindHiveGoal MEMBER net/minecraft/entity/passive/BeeEntity$FindHiveGoal
New: FindHiveGoal private MEMBER net/minecraft/entity/passive/BeeEntity
Inconsistent inner class entries for net/minecraft/entity/mob/ShulkerEntity$PeekGoal!
Old: PeekGoal private MEMBER net/minecraft/entity/mob/ShulkerEntity
New: PeekGoal MEMBER net/minecraft/entity/mob/ShulkerEntity$PeekGoal
Inconsistent inner class entries for net/minecraft/entity/passive/FoxEntity$LookAtEntityGoal!
Old: LookAtEntityGoal private MEMBER net/minecraft/entity/passive/FoxEntity
New: LookAtEntityGoal MEMBER net/minecraft/entity/passive/FoxEntity$LookAtEntityGoal
Inconsistent inner class entries for net/minecraft/block/AbstractBlock$AbstractBlockState$ShapeCache!
Old: ShapeCache static final MEMBER net/minecraft/block/AbstractBlock$AbstractBlockState$ShapeCache
New: ShapeCache private static final MEMBER net/minecraft/block/AbstractBlock$AbstractBlockState
Inconsistent inner class entries for net/minecraft/village/TradeOffers$EnchantBookFactory!
Old: EnchantBookFactory private static MEMBER net/minecraft/village/TradeOffers
New: EnchantBookFactory static MEMBER net/minecraft/village/TradeOffers$EnchantBookFactory
Inconsistent inner class entries for net/minecraft/world/gen/feature/LargeDripstoneFeature$WindModifier!
Old: WindModifier static final MEMBER net/minecraft/world/gen/feature/LargeDripstoneFeature$WindModifier
New: WindModifier private static final MEMBER net/minecraft/world/gen/feature/LargeDripstoneFeature$DripstoneGenerator
Inconsistent inner class entries for net/minecraft/world/gen/feature/LargeDripstoneFeature$DripstoneGenerator!
Old: DripstoneGenerator static final MEMBER net/minecraft/world/gen/feature/LargeDripstoneFeature$DripstoneGenerator
New: DripstoneGenerator private static final MEMBER net/minecraft/world/gen/feature/LargeDripstoneFeature
Inconsistent inner class entries for net/minecraft/world/gen/feature/LargeDripstoneFeature$WindModifier!
Old: WindModifier static final MEMBER net/minecraft/world/gen/feature/LargeDripstoneFeature$WindModifier
New: WindModifier private static final MEMBER net/minecraft/world/gen/feature/LargeDripstoneFeature
Inconsistent inner class entries for net/minecraft/nbt/NbtByte$Cache!
Old: Cache private static MEMBER net/minecraft/nbt/NbtByte
New: Cache static MEMBER net/minecraft/nbt/NbtByte$Cache
Inconsistent inner class entries for net/minecraft/entity/mob/ZombieEntity$DestroyEggGoal!
Old: DestroyEggGoal MEMBER net/minecraft/entity/mob/ZombieEntity$DestroyEggGoal
New: DestroyEggGoal private MEMBER net/minecraft/entity/mob/ZombieEntity
Inconsistent inner class entries for net/minecraft/client/gui/hud/spectator/SpectatorMenu$ChangePageSpectatorMenuCommand!
Old: ChangePageSpectatorMenuCommand private static MEMBER net/minecraft/client/gui/hud/spectator/SpectatorMenu
New: ChangePageSpectatorMenuCommand static MEMBER net/minecraft/client/gui/hud/spectator/SpectatorMenu$ChangePageSpectatorMenuCommand
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdateStyleAction!
Old: UpdateStyleAction private static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type
New: UpdateStyleAction static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdateStyleAction
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type!
Old: Type static final MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type
New: Type private static final MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdateStyleAction
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsMainScreen$Entry!
Old: Entry abstract MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$Entry
New: Entry private abstract MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionList
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState!
Old: HoverState static final MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState
New: HoverState private static final MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionList
Inconsistent inner class entries for net/minecraft/entity/mob/PhantomEntity$PhantomMovementType!
Old: PhantomMovementType static final MEMBER net/minecraft/entity/mob/PhantomEntity$PhantomMovementType
New: PhantomMovementType private static final MEMBER net/minecraft/entity/mob/PhantomEntity
Inconsistent inner class entries for net/minecraft/entity/mob/PhantomEntity$PhantomLookControl!
Old: PhantomLookControl MEMBER net/minecraft/entity/mob/PhantomEntity$PhantomLookControl
New: PhantomLookControl private MEMBER net/minecraft/entity/mob/PhantomEntity
Inconsistent inner class entries for net/minecraft/entity/mob/PhantomEntity$CircleMovementGoal!
Old: CircleMovementGoal MEMBER net/minecraft/entity/mob/PhantomEntity$CircleMovementGoal
New: CircleMovementGoal private MEMBER net/minecraft/entity/mob/PhantomEntity
Inconsistent inner class entries for net/minecraft/entity/ai/brain/Brain$MemoryEntry!
Old: MemoryEntry static final MEMBER net/minecraft/entity/ai/brain/Brain$MemoryEntry
New: MemoryEntry private static final MEMBER net/minecraft/entity/ai/brain/Brain$1
Inconsistent inner class entries for net/minecraft/loot/function/ApplyBonusLootFunction$FormulaFactory!
Old: FormulaFactory abstract static MEMBER net/minecraft/loot/function/ApplyBonusLootFunction$FormulaFactory
New: FormulaFactory private abstract static MEMBER net/minecraft/loot/function/ApplyBonusLootFunction$Serializer
Inconsistent inner class entries for net/minecraft/client/gui/screen/ingame/BookEditScreen$Position!
Old: Position static MEMBER net/minecraft/client/gui/screen/ingame/BookEditScreen$Position
New: Position private static MEMBER net/minecraft/client/gui/screen/ingame/BookEditScreen
Inconsistent inner class entries for net/minecraft/structure/StrongholdGenerator$PieceData!
Old: PieceData private static MEMBER net/minecraft/structure/StrongholdGenerator$2
New: PieceData static MEMBER net/minecraft/structure/StrongholdGenerator$PieceData
Inconsistent inner class entries for net/minecraft/structure/StrongholdGenerator$PieceData!
Old: PieceData static MEMBER net/minecraft/structure/StrongholdGenerator$PieceData
New: PieceData private static MEMBER net/minecraft/structure/StrongholdGenerator
Inconsistent inner class entries for net/minecraft/client/gui/screen/StatsScreen$ItemStatsListWidget$Entry!
Old: Entry private MEMBER net/minecraft/client/gui/screen/StatsScreen$ItemStatsListWidget$ItemComparator
New: Entry MEMBER net/minecraft/client/gui/screen/StatsScreen$ItemStatsListWidget$Entry
Inconsistent inner class entries for net/minecraft/datafixer/fix/ChunkPalettedStorageFix$ChunkNibbleArray!
Old: ChunkNibbleArray static MEMBER net/minecraft/datafixer/fix/ChunkPalettedStorageFix$ChunkNibbleArray
New: ChunkNibbleArray private static MEMBER net/minecraft/datafixer/fix/ChunkPalettedStorageFix
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$Dripping!
Old: Dripping static MEMBER net/minecraft/client/particle/BlockLeakParticle$Dripping
New: Dripping private static MEMBER net/minecraft/client/particle/BlockLeakParticle$DrippingWaterFactory
Inconsistent inner class entries for net/minecraft/world/biome/Biome$Weather!
Old: Weather private static MEMBER net/minecraft/world/biome/Biome$1
New: Weather static MEMBER net/minecraft/world/biome/Biome$Weather
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry!
Old: PendingInvitationSelectionListEntry MEMBER net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry
New: PendingInvitationSelectionListEntry private MEMBER net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen
Inconsistent inner class entries for net/minecraft/client/model/ModelPart$Quad!
Old: Quad static MEMBER net/minecraft/client/model/ModelPart$Quad
New: Quad private static MEMBER net/minecraft/client/model/ModelPart$Cuboid
Inconsistent inner class entries for net/minecraft/command/argument/NbtPathArgumentType$PathNode!
Old: PathNode private abstract static MEMBER net/minecraft/command/argument/NbtPathArgumentType$FilteredListElementNode
New: PathNode abstract static MEMBER net/minecraft/command/argument/NbtPathArgumentType$PathNode
Inconsistent inner class entries for net/minecraft/entity/mob/DrownedEntity$DrownedMoveControl!
Old: DrownedMoveControl static MEMBER net/minecraft/entity/mob/DrownedEntity$DrownedMoveControl
New: DrownedMoveControl private static MEMBER net/minecraft/entity/mob/DrownedEntity
Inconsistent inner class entries for net/minecraft/entity/mob/DrownedEntity$DrownedAttackGoal!
Old: DrownedAttackGoal static MEMBER net/minecraft/entity/mob/DrownedEntity$DrownedAttackGoal
New: DrownedAttackGoal private static MEMBER net/minecraft/entity/mob/DrownedEntity
Inconsistent inner class entries for net/minecraft/entity/mob/DrownedEntity$LeaveWaterGoal!
Old: LeaveWaterGoal static MEMBER net/minecraft/entity/mob/DrownedEntity$LeaveWaterGoal
New: LeaveWaterGoal private static MEMBER net/minecraft/entity/mob/DrownedEntity
Inconsistent inner class entries for net/minecraft/client/world/BiomeColorCache$Last!
Old: Last static MEMBER net/minecraft/client/world/BiomeColorCache$Last
New: Last private static MEMBER net/minecraft/client/world/BiomeColorCache
Inconsistent inner class entries for net/minecraft/entity/mob/SpiderEntity$AttackGoal!
Old: AttackGoal private static MEMBER net/minecraft/entity/mob/SpiderEntity
New: AttackGoal static MEMBER net/minecraft/entity/mob/SpiderEntity$AttackGoal
Inconsistent inner class entries for net/minecraft/client/gui/screen/SplashScreen$LogoTexture!
Old: LogoTexture static MEMBER net/minecraft/client/gui/screen/SplashScreen$LogoTexture
New: LogoTexture private static MEMBER net/minecraft/client/gui/screen/SplashScreen
Inconsistent inner class entries for net/minecraft/loot/function/ApplyBonusLootFunction$UniformBonusCount!
Old: UniformBonusCount private static final MEMBER net/minecraft/loot/function/ApplyBonusLootFunction
New: UniformBonusCount static final MEMBER net/minecraft/loot/function/ApplyBonusLootFunction$UniformBonusCount
Inconsistent inner class entries for net/minecraft/loot/function/ApplyBonusLootFunction$Formula!
Old: Formula private abstract static MEMBER net/minecraft/loot/function/ApplyBonusLootFunction$BinomialWithBonusCount
New: Formula abstract static MEMBER net/minecraft/loot/function/ApplyBonusLootFunction$Formula
Inconsistent inner class entries for net/minecraft/client/option/GameOptions$Visitor!
Old: Visitor private abstract static MEMBER net/minecraft/client/option/GameOptions$2
New: Visitor abstract static MEMBER net/minecraft/client/option/GameOptions$Visitor
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry!
Old: PendingInvitationSelectionListEntry MEMBER net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry
New: PendingInvitationSelectionListEntry private MEMBER net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$3
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry!
Old: PendingInvitationSelectionListEntry MEMBER net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry
New: PendingInvitationSelectionListEntry private MEMBER net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$1
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry!
Old: PendingInvitationSelectionListEntry MEMBER net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry
New: PendingInvitationSelectionListEntry private MEMBER net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$2
Inconsistent inner class entries for net/minecraft/world/gen/chunk/AquiferSampler$Impl$FluidLevel!
Old: FluidLevel private static final MEMBER net/minecraft/world/gen/chunk/AquiferSampler
New: FluidLevel static final MEMBER net/minecraft/world/gen/chunk/AquiferSampler$Impl$FluidLevel
Inconsistent inner class entries for net/minecraft/client/gui/screen/pack/ResourcePackOrganizer$AbstractPack!
Old: AbstractPack private abstract MEMBER net/minecraft/client/gui/screen/pack/ResourcePackOrganizer$DisabledPack
New: AbstractPack abstract MEMBER net/minecraft/client/gui/screen/pack/ResourcePackOrganizer$AbstractPack
Inconsistent inner class entries for net/minecraft/entity/mob/ShulkerEntity$ShulkerBodyControl!
Old: ShulkerBodyControl private static MEMBER net/minecraft/entity/mob/ShulkerEntity
New: ShulkerBodyControl static MEMBER net/minecraft/entity/mob/ShulkerEntity$ShulkerBodyControl
Inconsistent inner class entries for net/minecraft/server/command/AdvancementCommand$Operation!
Old: Operation abstract static MEMBER net/minecraft/server/command/AdvancementCommand$Operation
New: Operation private abstract static MEMBER net/minecraft/server/command/AdvancementCommand
Inconsistent inner class entries for net/minecraft/structure/NetherFortressGenerator$Piece!
Old: Piece abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$Piece
New: Piece private abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$Bridge
Inconsistent inner class entries for net/minecraft/client/render/model/json/ModelOverrideList$InlinedCondition!
Old: InlinedCondition static MEMBER net/minecraft/client/render/model/json/ModelOverrideList$InlinedCondition
New: InlinedCondition private static MEMBER net/minecraft/client/render/model/json/ModelOverrideList$BakedOverride
Inconsistent inner class entries for net/minecraft/recipe/Ingredient$Entry!
Old: Entry private abstract static MEMBER net/minecraft/recipe/Ingredient$StackEntry
New: Entry abstract static MEMBER net/minecraft/recipe/Ingredient$Entry
Inconsistent inner class entries for net/minecraft/util/registry/DynamicRegistryManager$Info!
Old: Info static final MEMBER net/minecraft/util/registry/DynamicRegistryManager$Info
New: Info private static final MEMBER net/minecraft/util/registry/DynamicRegistryManager$Impl
Inconsistent inner class entries for net/minecraft/structure/NetherFortressGenerator$Piece!
Old: Piece abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$Piece
New: Piece private abstract static MEMBER net/minecraft/structure/NetherFortressGenerator
Inconsistent inner class entries for net/minecraft/predicate/StatePredicate$ExactValueCondition!
Old: ExactValueCondition static MEMBER net/minecraft/predicate/StatePredicate$ExactValueCondition
New: ExactValueCondition private static MEMBER net/minecraft/predicate/StatePredicate
Inconsistent inner class entries for net/minecraft/datafixer/fix/ChunkPalettedStorageFix$Level!
Old: Level private static final MEMBER net/minecraft/datafixer/fix/ChunkPalettedStorageFix
New: Level static final MEMBER net/minecraft/datafixer/fix/ChunkPalettedStorageFix$Level
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsResetWorldScreen$FrameButton!
Old: FrameButton MEMBER net/minecraft/client/realms/gui/screen/RealmsResetWorldScreen$FrameButton
New: FrameButton private MEMBER net/minecraft/client/realms/gui/screen/RealmsResetWorldScreen
Inconsistent inner class entries for net/minecraft/client/render/model/ModelLoader$ModelDefinition!
Old: ModelDefinition private static MEMBER net/minecraft/client/render/model/ModelLoader
New: ModelDefinition static MEMBER net/minecraft/client/render/model/ModelLoader$ModelDefinition
Inconsistent inner class entries for net/minecraft/client/gl/GlDebug$class_6359!
Old: class_6359 private static MEMBER net/minecraft/client/gl/GlDebug
New: class_6359 static MEMBER net/minecraft/client/gl/GlDebug$class_6359
Inconsistent inner class entries for net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$RebuildTask!
Old: RebuildTask private MEMBER net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk
New: RebuildTask MEMBER net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$RebuildTask
Inconsistent inner class entries for net/minecraft/client/font/TextHandler$LineWrappingCollector!
Old: LineWrappingCollector private static MEMBER net/minecraft/client/font/TextHandler
New: LineWrappingCollector static MEMBER net/minecraft/client/font/TextHandler$LineWrappingCollector
Inconsistent inner class entries for net/minecraft/client/font/GlyphAtlasTexture$Slot!
Old: Slot private static MEMBER net/minecraft/client/font/GlyphAtlasTexture
New: Slot static MEMBER net/minecraft/client/font/GlyphAtlasTexture$Slot
Inconsistent inner class entries for net/minecraft/structure/JungleTempleGenerator$CobblestoneRandomizer!
Old: CobblestoneRandomizer static MEMBER net/minecraft/structure/JungleTempleGenerator$CobblestoneRandomizer
New: CobblestoneRandomizer private static MEMBER net/minecraft/structure/JungleTempleGenerator
Inconsistent inner class entries for net/minecraft/world/storage/StorageIoWorker$Priority!
Old: Priority static final MEMBER net/minecraft/world/storage/StorageIoWorker$Priority
New: Priority private static final MEMBER net/minecraft/world/storage/StorageIoWorker
Inconsistent inner class entries for net/minecraft/entity/passive/PandaEntity$LieOnBackGoal!
Old: LieOnBackGoal static MEMBER net/minecraft/entity/passive/PandaEntity$LieOnBackGoal
New: LieOnBackGoal private static MEMBER net/minecraft/entity/passive/PandaEntity
Inconsistent inner class entries for net/minecraft/entity/passive/PandaEntity$LookAtEntityGoal!
Old: LookAtEntityGoal static MEMBER net/minecraft/entity/passive/PandaEntity$LookAtEntityGoal
New: LookAtEntityGoal private static MEMBER net/minecraft/entity/passive/PandaEntity
Inconsistent inner class entries for net/minecraft/client/gui/screen/pack/PackScreen$DirectoryWatcher!
Old: DirectoryWatcher private static MEMBER net/minecraft/client/gui/screen/pack/PackScreen
New: DirectoryWatcher static MEMBER net/minecraft/client/gui/screen/pack/PackScreen$DirectoryWatcher
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$DoubleYZRoomFactory!
Old: DoubleYZRoomFactory private static MEMBER net/minecraft/structure/OceanMonumentGenerator
New: DoubleYZRoomFactory static MEMBER net/minecraft/structure/OceanMonumentGenerator$DoubleYZRoomFactory
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$PieceSetting!
Old: PieceSetting private static MEMBER net/minecraft/structure/OceanMonumentGenerator$Entry
New: PieceSetting static MEMBER net/minecraft/structure/OceanMonumentGenerator$PieceSetting
Inconsistent inner class entries for net/minecraft/world/storage/StorageIoWorker$Result!
Old: Result private static MEMBER net/minecraft/world/storage/StorageIoWorker
New: Result static MEMBER net/minecraft/world/storage/StorageIoWorker$Result
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdateProgressAction!
Old: UpdateProgressAction private static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type
New: UpdateProgressAction static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdateProgressAction
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type!
Old: Type static final MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type
New: Type private static final MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdateProgressAction
Inconsistent inner class entries for net/minecraft/server/command/DatapackCommand$PackAdder!
Old: PackAdder abstract static MEMBER net/minecraft/server/command/DatapackCommand$PackAdder
New: PackAdder private abstract static MEMBER net/minecraft/server/command/DatapackCommand
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsMainScreen$Entry!
Old: Entry abstract MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$Entry
New: Entry private abstract MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionListEntry
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState!
Old: HoverState static final MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState
New: HoverState private static final MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionListEntry
Inconsistent inner class entries for net/minecraft/entity/mob/PhantomEntity$SwoopMovementGoal!
Old: SwoopMovementGoal private MEMBER net/minecraft/entity/mob/PhantomEntity
New: SwoopMovementGoal MEMBER net/minecraft/entity/mob/PhantomEntity$SwoopMovementGoal
Inconsistent inner class entries for net/minecraft/entity/mob/PhantomEntity$PhantomMovementType!
Old: PhantomMovementType static final MEMBER net/minecraft/entity/mob/PhantomEntity$PhantomMovementType
New: PhantomMovementType private static final MEMBER net/minecraft/entity/mob/PhantomEntity$SwoopMovementGoal
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$PieceSetting!
Old: PieceSetting static MEMBER net/minecraft/structure/OceanMonumentGenerator$PieceSetting
New: PieceSetting private static MEMBER net/minecraft/structure/OceanMonumentGenerator$SimpleRoomTop
Inconsistent inner class entries for net/minecraft/client/gui/screen/ingame/BeaconScreen$DoneButtonWidget!
Old: DoneButtonWidget private MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen
New: DoneButtonWidget MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen$DoneButtonWidget
Inconsistent inner class entries for net/minecraft/client/gui/screen/ingame/BeaconScreen$IconButtonWidget!
Old: IconButtonWidget abstract MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen$IconButtonWidget
New: IconButtonWidget private abstract MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen$DoneButtonWidget
Inconsistent inner class entries for net/minecraft/entity/passive/BeeEntity$StingGoal!
Old: StingGoal private MEMBER net/minecraft/entity/passive/BeeEntity
New: StingGoal MEMBER net/minecraft/entity/passive/BeeEntity$StingGoal
Inconsistent inner class entries for net/minecraft/client/font/TextHandler$StyledString!
Old: StyledString private static MEMBER net/minecraft/client/font/TextHandler
New: StyledString static MEMBER net/minecraft/client/font/TextHandler$StyledString
Inconsistent inner class entries for net/minecraft/nbt/NbtLong$Cache!
Old: Cache static MEMBER net/minecraft/nbt/NbtLong$Cache
New: Cache private static MEMBER net/minecraft/nbt/NbtLong
Inconsistent inner class entries for net/minecraft/data/server/recipe/ShapedRecipeJsonFactory$ShapedRecipeJsonProvider!
Old: ShapedRecipeJsonProvider static MEMBER net/minecraft/data/server/recipe/ShapedRecipeJsonFactory$ShapedRecipeJsonProvider
New: ShapedRecipeJsonProvider private static MEMBER net/minecraft/data/server/recipe/ShapedRecipeJsonFactory
Inconsistent inner class entries for net/minecraft/structure/StrongholdGenerator$StoneBrickRandomizer!
Old: StoneBrickRandomizer private static MEMBER net/minecraft/structure/StrongholdGenerator$SquareRoom
New: StoneBrickRandomizer static MEMBER net/minecraft/structure/StrongholdGenerator$StoneBrickRandomizer
Inconsistent inner class entries for net/minecraft/world/gen/chunk/NoiseChunkGenerator$OreVeinSource!
Old: OreVeinSource private MEMBER net/minecraft/world/gen/chunk/NoiseChunkGenerator
New: OreVeinSource MEMBER net/minecraft/world/gen/chunk/NoiseChunkGenerator$OreVeinSource
Inconsistent inner class entries for net/minecraft/client/gui/screen/recipebook/RecipeAlternativesWidget$AlternativeButtonWidget!
Old: AlternativeButtonWidget private MEMBER net/minecraft/client/gui/screen/recipebook/RecipeAlternativesWidget$FurnaceAlternativeButtonWidget
New: AlternativeButtonWidget MEMBER net/minecraft/client/gui/screen/recipebook/RecipeAlternativesWidget$AlternativeButtonWidget
Inconsistent inner class entries for net/minecraft/entity/passive/FishEntity$FishMoveControl!
Old: FishMoveControl private static MEMBER net/minecraft/entity/passive/FishEntity
New: FishMoveControl static MEMBER net/minecraft/entity/passive/FishEntity$FishMoveControl
Inconsistent inner class entries for net/minecraft/server/world/ThreadedAnvilChunkStorage$TicketManager!
Old: TicketManager private MEMBER net/minecraft/server/world/ThreadedAnvilChunkStorage
New: TicketManager MEMBER net/minecraft/server/world/ThreadedAnvilChunkStorage$TicketManager
Inconsistent inner class entries for net/minecraft/nbt/NbtShort$Cache!
Old: Cache static MEMBER net/minecraft/nbt/NbtShort$Cache
New: Cache private static MEMBER net/minecraft/nbt/NbtShort
Inconsistent inner class entries for net/minecraft/loot/operator/BoundedIntUnaryOperator$Tester!
Old: Tester private abstract static MEMBER net/minecraft/loot/operator/BoundedIntUnaryOperator
New: Tester abstract static MEMBER net/minecraft/loot/operator/BoundedIntUnaryOperator$Tester
Inconsistent inner class entries for net/minecraft/server/world/ChunkHolder$MultithreadAction!
Old: MultithreadAction static final MEMBER net/minecraft/server/world/ChunkHolder$MultithreadAction
New: MultithreadAction private static final MEMBER net/minecraft/server/world/ChunkHolder
Inconsistent inner class entries for net/minecraft/client/gui/screen/world/CreateWorldScreen$WorldCreationException!
Old: WorldCreationException private static MEMBER net/minecraft/client/gui/screen/world/CreateWorldScreen
New: WorldCreationException static MEMBER net/minecraft/client/gui/screen/world/CreateWorldScreen$WorldCreationException
Inconsistent inner class entries for net/minecraft/entity/passive/StriderEntity$GoBackToLavaGoal!
Old: GoBackToLavaGoal private static MEMBER net/minecraft/entity/passive/StriderEntity
New: GoBackToLavaGoal static MEMBER net/minecraft/entity/passive/StriderEntity$GoBackToLavaGoal
Inconsistent inner class entries for net/minecraft/entity/passive/FoxEntity$AttackGoal!
Old: AttackGoal private MEMBER net/minecraft/entity/passive/FoxEntity
New: AttackGoal MEMBER net/minecraft/entity/passive/FoxEntity$AttackGoal
Inconsistent inner class entries for net/minecraft/world/chunk/WorldChunk$DirectBlockEntityTickInvoker!
Old: DirectBlockEntityTickInvoker MEMBER net/minecraft/world/chunk/WorldChunk$DirectBlockEntityTickInvoker
New: DirectBlockEntityTickInvoker private MEMBER net/minecraft/world/chunk/WorldChunk
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry!
Old: WorldTemplateObjectSelectionListEntry private MEMBER net/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen
New: WorldTemplateObjectSelectionListEntry MEMBER net/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry
Inconsistent inner class entries for net/minecraft/entity/passive/BeeEntity$BeeRevengeGoal!
Old: BeeRevengeGoal private MEMBER net/minecraft/entity/passive/BeeEntity
New: BeeRevengeGoal MEMBER net/minecraft/entity/passive/BeeEntity$BeeRevengeGoal
Inconsistent inner class entries for net/minecraft/client/world/ClientEntityManager$Listener!
Old: Listener private MEMBER net/minecraft/client/world/ClientEntityManager
New: Listener MEMBER net/minecraft/client/world/ClientEntityManager$Listener
Inconsistent inner class entries for net/minecraft/util/registry/DynamicRegistryManager$Info!
Old: Info static final MEMBER net/minecraft/util/registry/DynamicRegistryManager$Info
New: Info private static final MEMBER net/minecraft/util/registry/DynamicRegistryManager
Inconsistent inner class entries for net/minecraft/client/gui/screen/ingame/BeaconScreen$BaseButtonWidget!
Old: BaseButtonWidget private abstract static MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen
New: BaseButtonWidget abstract static MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen$BaseButtonWidget
Inconsistent inner class entries for net/minecraft/client/gui/screen/ingame/BeaconScreen$class_6392!
Old: class_6392 abstract static MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen$class_6392
New: class_6392 private abstract static MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen$BaseButtonWidget
Inconsistent inner class entries for net/minecraft/client/render/RenderPhase$Toggleable!
Old: Toggleable private static MEMBER net/minecraft/client/render/RenderPhase$Lightmap
New: Toggleable static MEMBER net/minecraft/client/render/RenderPhase$Toggleable
Inconsistent inner class entries for net/minecraft/entity/mob/PhantomEntity$MovementGoal!
Old: MovementGoal private abstract MEMBER net/minecraft/entity/mob/PhantomEntity$CircleMovementGoal
New: MovementGoal abstract MEMBER net/minecraft/entity/mob/PhantomEntity$MovementGoal
Inconsistent inner class entries for net/minecraft/server/command/AdvancementCommand$Selection!
Old: Selection private static final MEMBER net/minecraft/server/command/AdvancementCommand
New: Selection static final MEMBER net/minecraft/server/command/AdvancementCommand$Selection
Inconsistent inner class entries for net/minecraft/entity/passive/PandaEntity$PandaMoveControl!
Old: PandaMoveControl private static MEMBER net/minecraft/entity/passive/PandaEntity
New: PandaMoveControl static MEMBER net/minecraft/entity/passive/PandaEntity$PandaMoveControl
Inconsistent inner class entries for net/minecraft/entity/passive/BeeEntity$BeeLookControl!
Old: BeeLookControl private MEMBER net/minecraft/entity/passive/BeeEntity
New: BeeLookControl MEMBER net/minecraft/entity/passive/BeeEntity$BeeLookControl
Inconsistent inner class entries for net/minecraft/entity/passive/BeeEntity$PollinateGoal!
Old: PollinateGoal MEMBER net/minecraft/entity/passive/BeeEntity$PollinateGoal
New: PollinateGoal private MEMBER net/minecraft/entity/passive/BeeEntity$BeeLookControl
Inconsistent inner class entries for net/minecraft/server/command/TeleportCommand$LookTarget!
Old: LookTarget private static MEMBER net/minecraft/server/command/TeleportCommand
New: LookTarget static MEMBER net/minecraft/server/command/TeleportCommand$LookTarget
Inconsistent inner class entries for net/minecraft/client/font/UnicodeTextureFont$UnicodeTextureGlyph!
Old: UnicodeTextureGlyph private static MEMBER net/minecraft/client/font/UnicodeTextureFont
New: UnicodeTextureGlyph static MEMBER net/minecraft/client/font/UnicodeTextureFont$UnicodeTextureGlyph
Inconsistent inner class entries for net/minecraft/server/command/CloneCommand$Mode!
Old: Mode static final MEMBER net/minecraft/server/command/CloneCommand$Mode
New: Mode private static final MEMBER net/minecraft/server/command/CloneCommand
Inconsistent inner class entries for net/minecraft/structure/StrongholdGenerator$StoneBrickRandomizer!
Old: StoneBrickRandomizer static MEMBER net/minecraft/structure/StrongholdGenerator$StoneBrickRandomizer
New: StoneBrickRandomizer private static MEMBER net/minecraft/structure/StrongholdGenerator$LeftTurn
Inconsistent inner class entries for net/minecraft/nbt/NbtInt$Cache!
Old: Cache static MEMBER net/minecraft/nbt/NbtInt$Cache
New: Cache private static MEMBER net/minecraft/nbt/NbtInt
Inconsistent inner class entries for net/minecraft/client/gui/widget/LockButtonWidget$IconLocation!
Old: IconLocation static final MEMBER net/minecraft/client/gui/widget/LockButtonWidget$IconLocation
New: IconLocation private static final MEMBER net/minecraft/client/gui/widget/LockButtonWidget
Inconsistent inner class entries for net/minecraft/client/render/RenderPhase$Toggleable!
Old: Toggleable static MEMBER net/minecraft/client/render/RenderPhase$Toggleable
New: Toggleable private static MEMBER net/minecraft/client/render/RenderPhase$Cull
Inconsistent inner class entries for net/minecraft/structure/WoodlandMansionGenerator$MansionParameters!
Old: MansionParameters static MEMBER net/minecraft/structure/WoodlandMansionGenerator$MansionParameters
New: MansionParameters private static MEMBER net/minecraft/structure/WoodlandMansionGenerator
Inconsistent inner class entries for net/minecraft/structure/WoodlandMansionGenerator$FirstFloorRoomPool!
Old: FirstFloorRoomPool static MEMBER net/minecraft/structure/WoodlandMansionGenerator$FirstFloorRoomPool
New: FirstFloorRoomPool private static MEMBER net/minecraft/structure/WoodlandMansionGenerator
Inconsistent inner class entries for net/minecraft/entity/mob/PhantomEntity$PhantomBodyControl!
Old: PhantomBodyControl private MEMBER net/minecraft/entity/mob/PhantomEntity
New: PhantomBodyControl MEMBER net/minecraft/entity/mob/PhantomEntity$PhantomBodyControl
Inconsistent inner class entries for net/minecraft/tag/TagManagerLoader$RequiredGroup!
Old: RequiredGroup private static MEMBER net/minecraft/tag/TagManagerLoader
New: RequiredGroup static MEMBER net/minecraft/tag/TagManagerLoader$RequiredGroup
Inconsistent inner class entries for net/minecraft/block/entity/BlockEntityType$BlockEntityFactory!
Old: BlockEntityFactory abstract static MEMBER net/minecraft/block/entity/BlockEntityType$BlockEntityFactory
New: BlockEntityFactory private abstract static MEMBER net/minecraft/block/entity/BlockEntityType$Builder
Inconsistent inner class entries for net/minecraft/client/gui/hud/PlayerListHud$EntryOrderComparator!
Old: EntryOrderComparator static MEMBER net/minecraft/client/gui/hud/PlayerListHud$EntryOrderComparator
New: EntryOrderComparator private static MEMBER net/minecraft/client/gui/hud/PlayerListHud
Inconsistent inner class entries for net/minecraft/command/DataCommandStorage$PersistentState!
Old: PersistentState private static MEMBER net/minecraft/command/DataCommandStorage
New: PersistentState static MEMBER net/minecraft/command/DataCommandStorage$PersistentState
Inconsistent inner class entries for net/minecraft/structure/pool/StructurePoolBasedGenerator$ShapedPoolStructurePiece!
Old: ShapedPoolStructurePiece private static final MEMBER net/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator
New: ShapedPoolStructurePiece static final MEMBER net/minecraft/structure/pool/StructurePoolBasedGenerator$ShapedPoolStructurePiece
Inconsistent inner class entries for net/minecraft/entity/passive/RabbitEntity$EscapeDangerGoal!
Old: EscapeDangerGoal private static MEMBER net/minecraft/entity/passive/RabbitEntity
New: EscapeDangerGoal static MEMBER net/minecraft/entity/passive/RabbitEntity$EscapeDangerGoal
Inconsistent inner class entries for net/minecraft/entity/mob/DrownedEntity$WanderAroundOnSurfaceGoal!
Old: WanderAroundOnSurfaceGoal private static MEMBER net/minecraft/entity/mob/DrownedEntity
New: WanderAroundOnSurfaceGoal static MEMBER net/minecraft/entity/mob/DrownedEntity$WanderAroundOnSurfaceGoal
Inconsistent inner class entries for net/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator!
Old: StructurePoolGenerator static final MEMBER net/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator
New: StructurePoolGenerator private static final MEMBER net/minecraft/structure/pool/StructurePoolBasedGenerator
Inconsistent inner class entries for net/minecraft/structure/pool/StructurePoolBasedGenerator$ShapedPoolStructurePiece!
Old: ShapedPoolStructurePiece static final MEMBER net/minecraft/structure/pool/StructurePoolBasedGenerator$ShapedPoolStructurePiece
New: ShapedPoolStructurePiece private static final MEMBER net/minecraft/structure/pool/StructurePoolBasedGenerator
Inconsistent inner class entries for net/minecraft/entity/mob/RavagerEntity$PathNodeMaker!
Old: PathNodeMaker private static MEMBER net/minecraft/entity/mob/RavagerEntity
New: PathNodeMaker static MEMBER net/minecraft/entity/mob/RavagerEntity$PathNodeMaker
Inconsistent inner class entries for net/minecraft/util/collection/SortedArraySet$SetIterator!
Old: SetIterator private MEMBER net/minecraft/util/collection/SortedArraySet
New: SetIterator MEMBER net/minecraft/util/collection/SortedArraySet$SetIterator
Inconsistent inner class entries for net/minecraft/client/render/VertexConsumers$Union!
Old: Union private static MEMBER net/minecraft/client/render/VertexConsumers
New: Union static MEMBER net/minecraft/client/render/VertexConsumers$Union
Inconsistent inner class entries for net/minecraft/entity/mob/SlimeEntity$SwimmingGoal!
Old: SwimmingGoal private static MEMBER net/minecraft/entity/mob/SlimeEntity
New: SwimmingGoal static MEMBER net/minecraft/entity/mob/SlimeEntity$SwimmingGoal
Inconsistent inner class entries for net/minecraft/entity/mob/SlimeEntity$SlimeMoveControl!
Old: SlimeMoveControl static MEMBER net/minecraft/entity/mob/SlimeEntity$SlimeMoveControl
New: SlimeMoveControl private static MEMBER net/minecraft/entity/mob/SlimeEntity$SwimmingGoal
Inconsistent inner class entries for net/minecraft/recipe/book/RecipeBookOptions$CategoryOption!
Old: CategoryOption private static final MEMBER net/minecraft/recipe/book/RecipeBookOptions
New: CategoryOption static final MEMBER net/minecraft/recipe/book/RecipeBookOptions$CategoryOption
Inconsistent inner class entries for net/minecraft/server/ServerConfigHandler$ServerConfigException!
Old: ServerConfigException static MEMBER net/minecraft/server/ServerConfigHandler$ServerConfigException
New: ServerConfigException private static MEMBER net/minecraft/server/ServerConfigHandler
Inconsistent inner class entries for net/minecraft/entity/passive/FoxEntity$DefendFriendGoal!
Old: DefendFriendGoal private MEMBER net/minecraft/entity/passive/FoxEntity
New: DefendFriendGoal MEMBER net/minecraft/entity/passive/FoxEntity$DefendFriendGoal
Inconsistent inner class entries for net/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode!
Old: GameMode private static final MEMBER net/minecraft/client/gui/screen/GameModeSelectionScreen$ButtonWidget
New: GameMode static final MEMBER net/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode
Inconsistent inner class entries for net/minecraft/entity/passive/PufferfishEntity$InflateGoal!
Old: InflateGoal private static MEMBER net/minecraft/entity/passive/PufferfishEntity
New: InflateGoal static MEMBER net/minecraft/entity/passive/PufferfishEntity$InflateGoal
Inconsistent inner class entries for net/minecraft/client/gui/screen/pack/ResourcePackOrganizer$DisabledPack!
Old: DisabledPack MEMBER net/minecraft/client/gui/screen/pack/ResourcePackOrganizer$DisabledPack
New: DisabledPack private MEMBER net/minecraft/client/gui/screen/pack/ResourcePackOrganizer
Inconsistent inner class entries for net/minecraft/client/gui/screen/pack/ResourcePackOrganizer$AbstractPack!
Old: AbstractPack abstract MEMBER net/minecraft/client/gui/screen/pack/ResourcePackOrganizer$AbstractPack
New: AbstractPack private abstract MEMBER net/minecraft/client/gui/screen/pack/ResourcePackOrganizer
Inconsistent inner class entries for net/minecraft/entity/mob/ShulkerEntity$ShootBulletGoal!
Old: ShootBulletGoal private MEMBER net/minecraft/entity/mob/ShulkerEntity
New: ShootBulletGoal MEMBER net/minecraft/entity/mob/ShulkerEntity$ShootBulletGoal
Inconsistent inner class entries for net/minecraft/client/resource/ResourceReloadLogger$RecoveryEntry!
Old: RecoveryEntry private static MEMBER net/minecraft/client/resource/ResourceReloadLogger$ReloadState
New: RecoveryEntry static MEMBER net/minecraft/client/resource/ResourceReloadLogger$RecoveryEntry
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$PieceSetting!
Old: PieceSetting static MEMBER net/minecraft/structure/OceanMonumentGenerator$PieceSetting
New: PieceSetting private static MEMBER net/minecraft/structure/OceanMonumentGenerator$DoubleYRoomFactory
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$DoubleYRoomFactory!
Old: DoubleYRoomFactory private static MEMBER net/minecraft/structure/OceanMonumentGenerator
New: DoubleYRoomFactory static MEMBER net/minecraft/structure/OceanMonumentGenerator$DoubleYRoomFactory
Inconsistent inner class entries for net/minecraft/util/JsonSerializing$GsonSerializer!
Old: GsonSerializer static MEMBER net/minecraft/util/JsonSerializing$GsonSerializer
New: GsonSerializer private static MEMBER net/minecraft/util/JsonSerializing$TypeHandler
Inconsistent inner class entries for net/minecraft/structure/NetherFortressGenerator$Piece!
Old: Piece abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$Piece
New: Piece private abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$CorridorStairs
Inconsistent inner class entries for net/minecraft/entity/passive/FoxEntity$CalmDownGoal!
Old: CalmDownGoal private abstract MEMBER net/minecraft/entity/passive/FoxEntity$DelayedCalmDownGoal
New: CalmDownGoal abstract MEMBER net/minecraft/entity/passive/FoxEntity$CalmDownGoal
Inconsistent inner class entries for net/minecraft/client/texture/TextureStitcher$Holder!
Old: Holder private static MEMBER net/minecraft/client/texture/TextureStitcher$Slot
New: Holder static MEMBER net/minecraft/client/texture/TextureStitcher$Holder
Inconsistent inner class entries for net/minecraft/entity/mob/GhastEntity$FlyRandomlyGoal!
Old: FlyRandomlyGoal private static MEMBER net/minecraft/entity/mob/GhastEntity
New: FlyRandomlyGoal static MEMBER net/minecraft/entity/mob/GhastEntity$FlyRandomlyGoal
Inconsistent inner class entries for net/minecraft/entity/ai/brain/Brain$MemoryEntry!
Old: MemoryEntry static final MEMBER net/minecraft/entity/ai/brain/Brain$MemoryEntry
New: MemoryEntry private static final MEMBER net/minecraft/entity/ai/brain/Brain
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$Dripping!
Old: Dripping static MEMBER net/minecraft/client/particle/BlockLeakParticle$Dripping
New: Dripping private static MEMBER net/minecraft/client/particle/BlockLeakParticle$DrippingObsidianTearFactory
Inconsistent inner class entries for com/mojang/blaze3d/platform/GlStateManager$StencilSubState!
Old: StencilSubState static MEMBER com/mojang/blaze3d/platform/GlStateManager$StencilSubState
New: StencilSubState private static MEMBER com/mojang/blaze3d/platform/GlStateManager$StencilState
Inconsistent inner class entries for net/minecraft/command/argument/NbtPathArgumentType$PathNode!
Old: PathNode abstract static MEMBER net/minecraft/command/argument/NbtPathArgumentType$PathNode
New: PathNode private abstract static MEMBER net/minecraft/command/argument/NbtPathArgumentType$FilteredRootNode
Inconsistent inner class entries for net/minecraft/structure/WoodlandMansionGenerator$ThirdFloorRoomPool!
Old: ThirdFloorRoomPool private static MEMBER net/minecraft/structure/WoodlandMansionGenerator
New: ThirdFloorRoomPool static MEMBER net/minecraft/structure/WoodlandMansionGenerator$ThirdFloorRoomPool
Inconsistent inner class entries for net/minecraft/client/realms/FileUpload$CustomInputStreamEntity!
Old: CustomInputStreamEntity private static MEMBER net/minecraft/client/realms/FileUpload
New: CustomInputStreamEntity static MEMBER net/minecraft/client/realms/FileUpload$CustomInputStreamEntity
Inconsistent inner class entries for net/minecraft/data/client/model/MultipartBlockStateSupplier$Multipart!
Old: Multipart static MEMBER net/minecraft/data/client/model/MultipartBlockStateSupplier$Multipart
New: Multipart private static MEMBER net/minecraft/data/client/model/MultipartBlockStateSupplier$ConditionalMultipart
Inconsistent inner class entries for net/minecraft/data/client/model/MultipartBlockStateSupplier$ConditionalMultipart!
Old: ConditionalMultipart private static MEMBER net/minecraft/data/client/model/MultipartBlockStateSupplier
New: ConditionalMultipart static MEMBER net/minecraft/data/client/model/MultipartBlockStateSupplier$ConditionalMultipart
Inconsistent inner class entries for net/minecraft/client/model/ModelPart$Vertex!
Old: Vertex private static MEMBER net/minecraft/client/model/ModelPart
New: Vertex static MEMBER net/minecraft/client/model/ModelPart$Vertex
Inconsistent inner class entries for net/minecraft/structure/NetherFortressGenerator$Piece!
Old: Piece abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$Piece
New: Piece private abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$CorridorCrossing
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$PieceSetting!
Old: PieceSetting static MEMBER net/minecraft/structure/OceanMonumentGenerator$PieceSetting
New: PieceSetting private static MEMBER net/minecraft/structure/OceanMonumentGenerator$DoubleZRoomFactory
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$DoubleZRoomFactory!
Old: DoubleZRoomFactory private static MEMBER net/minecraft/structure/OceanMonumentGenerator
New: DoubleZRoomFactory static MEMBER net/minecraft/structure/OceanMonumentGenerator$DoubleZRoomFactory
Inconsistent inner class entries for net/minecraft/client/gui/screen/option/LanguageOptionsScreen$LanguageSelectionListWidget!
Old: LanguageSelectionListWidget MEMBER net/minecraft/client/gui/screen/option/LanguageOptionsScreen$LanguageSelectionListWidget
New: LanguageSelectionListWidget private MEMBER net/minecraft/client/gui/screen/option/LanguageOptionsScreen$LanguageSelectionListWidget$LanguageEntry
Inconsistent inner class entries for net/minecraft/command/argument/BlockPredicateArgumentType$TagPredicate!
Old: TagPredicate private static MEMBER net/minecraft/command/argument/BlockPredicateArgumentType
New: TagPredicate static MEMBER net/minecraft/command/argument/BlockPredicateArgumentType$TagPredicate
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$Falling!
Old: Falling static MEMBER net/minecraft/client/particle/BlockLeakParticle$Falling
New: Falling private static MEMBER net/minecraft/client/particle/BlockLeakParticle$FallingSporeBlossomFactory
Inconsistent inner class entries for net/minecraft/structure/EndCityGenerator$Part!
Old: Part private abstract static MEMBER net/minecraft/structure/EndCityGenerator$1
New: Part abstract static MEMBER net/minecraft/structure/EndCityGenerator$Part
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsSlotOptionsScreen$SettingsSlider!
Old: SettingsSlider private MEMBER net/minecraft/client/realms/gui/screen/RealmsSlotOptionsScreen
New: SettingsSlider MEMBER net/minecraft/client/realms/gui/screen/RealmsSlotOptionsScreen$SettingsSlider
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$Landing!
Old: Landing private static MEMBER net/minecraft/client/particle/BlockLeakParticle$LandingLavaFactory
New: Landing static MEMBER net/minecraft/client/particle/BlockLeakParticle$Landing
Inconsistent inner class entries for net/minecraft/client/realms/FileDownload$ResourcePackProgressListener!
Old: ResourcePackProgressListener MEMBER net/minecraft/client/realms/FileDownload$ResourcePackProgressListener
New: ResourcePackProgressListener private MEMBER net/minecraft/client/realms/FileDownload
Inconsistent inner class entries for net/minecraft/client/realms/FileDownload$ProgressListener!
Old: ProgressListener MEMBER net/minecraft/client/realms/FileDownload$ProgressListener
New: ProgressListener private MEMBER net/minecraft/client/realms/FileDownload
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$Falling!
Old: Falling static MEMBER net/minecraft/client/particle/BlockLeakParticle$Falling
New: Falling private static MEMBER net/minecraft/client/particle/BlockLeakParticle$FallingNectarFactory
Inconsistent inner class entries for net/minecraft/structure/WoodlandMansionGenerator$LayoutGenerator!
Old: LayoutGenerator private static MEMBER net/minecraft/structure/WoodlandMansionGenerator
New: LayoutGenerator static MEMBER net/minecraft/structure/WoodlandMansionGenerator$LayoutGenerator
Inconsistent inner class entries for net/minecraft/structure/WoodlandMansionGenerator$MansionParameters!
Old: MansionParameters static MEMBER net/minecraft/structure/WoodlandMansionGenerator$MansionParameters
New: MansionParameters private static MEMBER net/minecraft/structure/WoodlandMansionGenerator$LayoutGenerator
Inconsistent inner class entries for net/minecraft/structure/WoodlandMansionGenerator$FirstFloorRoomPool!
Old: FirstFloorRoomPool static MEMBER net/minecraft/structure/WoodlandMansionGenerator$FirstFloorRoomPool
New: FirstFloorRoomPool private static MEMBER net/minecraft/structure/WoodlandMansionGenerator$LayoutGenerator
Inconsistent inner class entries for net/minecraft/structure/WoodlandMansionGenerator$ThirdFloorRoomPool!
Old: ThirdFloorRoomPool static MEMBER net/minecraft/structure/WoodlandMansionGenerator$ThirdFloorRoomPool
New: ThirdFloorRoomPool private static MEMBER net/minecraft/structure/WoodlandMansionGenerator$LayoutGenerator
Inconsistent inner class entries for net/minecraft/client/item/ModelPredicateProviderRegistry$AngleInterpolator!
Old: AngleInterpolator private static MEMBER net/minecraft/client/item/ModelPredicateProviderRegistry
New: AngleInterpolator static MEMBER net/minecraft/client/item/ModelPredicateProviderRegistry$AngleInterpolator
Inconsistent inner class entries for net/minecraft/resource/NamespaceResourceManager$DebugInputStream!
Old: DebugInputStream private static MEMBER net/minecraft/resource/NamespaceResourceManager
New: DebugInputStream static MEMBER net/minecraft/resource/NamespaceResourceManager$DebugInputStream
Inconsistent inner class entries for net/minecraft/entity/mob/SlimeEntity$FaceTowardTargetGoal!
Old: FaceTowardTargetGoal private static MEMBER net/minecraft/entity/mob/SlimeEntity
New: FaceTowardTargetGoal static MEMBER net/minecraft/entity/mob/SlimeEntity$FaceTowardTargetGoal
Inconsistent inner class entries for net/minecraft/entity/mob/SlimeEntity$SlimeMoveControl!
Old: SlimeMoveControl static MEMBER net/minecraft/entity/mob/SlimeEntity$SlimeMoveControl
New: SlimeMoveControl private static MEMBER net/minecraft/entity/mob/SlimeEntity$FaceTowardTargetGoal
Inconsistent inner class entries for net/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget!
Old: EntityStatsListWidget MEMBER net/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget
New: EntityStatsListWidget private MEMBER net/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry
Inconsistent inner class entries for net/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry!
Old: Entry private MEMBER net/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget
New: Entry MEMBER net/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry
Inconsistent inner class entries for net/minecraft/predicate/entity/EntityTypePredicate$Tagged!
Old: Tagged static MEMBER net/minecraft/predicate/entity/EntityTypePredicate$Tagged
New: Tagged private static MEMBER net/minecraft/predicate/entity/EntityTypePredicate
Inconsistent inner class entries for net/minecraft/predicate/entity/EntityTypePredicate$Single!
Old: Single static MEMBER net/minecraft/predicate/entity/EntityTypePredicate$Single
New: Single private static MEMBER net/minecraft/predicate/entity/EntityTypePredicate
Inconsistent inner class entries for net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractAtHandler!
Old: InteractAtHandler static MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractAtHandler
New: InteractAtHandler private static MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket
Inconsistent inner class entries for net/minecraft/client/gui/screen/PresetsScreen$SuperflatPreset!
Old: SuperflatPreset private static MEMBER net/minecraft/client/gui/screen/PresetsScreen$SuperflatPresetsListWidget
New: SuperflatPreset static MEMBER net/minecraft/client/gui/screen/PresetsScreen$SuperflatPreset
Inconsistent inner class entries for net/minecraft/util/JsonSerializing$GsonSerializer!
Old: GsonSerializer static MEMBER net/minecraft/util/JsonSerializing$GsonSerializer
New: GsonSerializer private static MEMBER net/minecraft/util/JsonSerializing
Inconsistent inner class entries for net/minecraft/server/command/TestCommand$Listener!
Old: Listener private static MEMBER net/minecraft/server/command/TestCommand
New: Listener static MEMBER net/minecraft/server/command/TestCommand$Listener
Inconsistent inner class entries for net/minecraft/client/render/WorldRenderer$ChunkInfo!
Old: ChunkInfo static MEMBER net/minecraft/client/render/WorldRenderer$ChunkInfo
New: ChunkInfo private static MEMBER net/minecraft/client/render/WorldRenderer$ChunkInfoList
Inconsistent inner class entries for net/minecraft/client/render/WorldRenderer$ChunkInfoList!
Old: ChunkInfoList private static MEMBER net/minecraft/client/render/WorldRenderer
New: ChunkInfoList static MEMBER net/minecraft/client/render/WorldRenderer$ChunkInfoList
Inconsistent inner class entries for net/minecraft/client/render/model/json/ItemModelGenerator$Side!
Old: Side static final MEMBER net/minecraft/client/render/model/json/ItemModelGenerator$Side
New: Side private static final MEMBER net/minecraft/client/render/model/json/ItemModelGenerator
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionList!
Old: BackupObjectSelectionList MEMBER net/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionList
New: BackupObjectSelectionList private MEMBER net/minecraft/client/realms/gui/screen/RealmsBackupScreen
Inconsistent inner class entries for net/minecraft/server/ServerNetworkIo$DelayingChannelInboundHandler!
Old: DelayingChannelInboundHandler private static MEMBER net/minecraft/server/ServerNetworkIo$DelayingChannelInboundHandler$Packet
New: DelayingChannelInboundHandler static MEMBER net/minecraft/server/ServerNetworkIo$DelayingChannelInboundHandler
Inconsistent inner class entries for net/minecraft/server/ServerNetworkIo$DelayingChannelInboundHandler$Packet!
Old: Packet static MEMBER net/minecraft/server/ServerNetworkIo$DelayingChannelInboundHandler$Packet
New: Packet private static MEMBER net/minecraft/server/ServerNetworkIo$DelayingChannelInboundHandler
Inconsistent inner class entries for net/minecraft/structure/NetherFortressGenerator$Piece!
Old: Piece abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$Piece
New: Piece private abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$BridgePlatform
Inconsistent inner class entries for net/minecraft/world/gen/NoiseCaveSampler$CaveScaler!
Old: CaveScaler static final MEMBER net/minecraft/world/gen/NoiseCaveSampler$CaveScaler
New: CaveScaler private static final MEMBER net/minecraft/world/gen/NoiseCaveSampler
Inconsistent inner class entries for net/minecraft/predicate/StatePredicate$Condition!
Old: Condition private abstract static MEMBER net/minecraft/predicate/StatePredicate$ExactValueCondition
New: Condition abstract static MEMBER net/minecraft/predicate/StatePredicate$Condition
Inconsistent inner class entries for net/minecraft/client/gui/widget/CyclingButtonWidget$Values!
Old: Values private abstract static MEMBER net/minecraft/client/gui/widget/CyclingButtonWidget$Builder
New: Values abstract static MEMBER net/minecraft/client/gui/widget/CyclingButtonWidget$Values
Inconsistent inner class entries for net/minecraft/structure/WoodlandMansionGenerator$RoomPool!
Old: RoomPool private abstract static MEMBER net/minecraft/structure/WoodlandMansionGenerator$FirstFloorRoomPool
New: RoomPool abstract static MEMBER net/minecraft/structure/WoodlandMansionGenerator$RoomPool
Inconsistent inner class entries for net/minecraft/entity/mob/RavagerEntity$AttackGoal!
Old: AttackGoal private MEMBER net/minecraft/entity/mob/RavagerEntity
New: AttackGoal MEMBER net/minecraft/entity/mob/RavagerEntity$AttackGoal
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$Landing!
Old: Landing static MEMBER net/minecraft/client/particle/BlockLeakParticle$Landing
New: Landing private static MEMBER net/minecraft/client/particle/BlockLeakParticle$LandingHoneyFactory
Inconsistent inner class entries for net/minecraft/client/render/chunk/ChunkBuilder$Result!
Old: Result private static final MEMBER net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$RebuildTask
New: Result static final MEMBER net/minecraft/client/render/chunk/ChunkBuilder$Result
Inconsistent inner class entries for net/minecraft/client/option/GameOptions$Visitor!
Old: Visitor abstract static MEMBER net/minecraft/client/option/GameOptions$Visitor
New: Visitor private abstract static MEMBER net/minecraft/client/option/GameOptions
Inconsistent inner class entries for net/minecraft/entity/mob/DrownedEntity$TridentAttackGoal!
Old: TridentAttackGoal private static MEMBER net/minecraft/entity/mob/DrownedEntity
New: TridentAttackGoal static MEMBER net/minecraft/entity/mob/DrownedEntity$TridentAttackGoal
Inconsistent inner class entries for net/minecraft/client/render/VertexFormatElement$Type$Starter!
Old: Starter abstract static MEMBER net/minecraft/client/render/VertexFormatElement$Type$Starter
New: Starter private abstract static MEMBER net/minecraft/client/render/VertexFormatElement$Type
Inconsistent inner class entries for net/minecraft/client/render/VertexFormatElement$Type$Finisher!
Old: Finisher abstract static MEMBER net/minecraft/client/render/VertexFormatElement$Type$Finisher
New: Finisher private abstract static MEMBER net/minecraft/client/render/VertexFormatElement$Type
Inconsistent inner class entries for net/minecraft/entity/passive/CatEntity$TemptGoal!
Old: TemptGoal static MEMBER net/minecraft/entity/passive/CatEntity$TemptGoal
New: TemptGoal private static MEMBER net/minecraft/entity/passive/CatEntity
Inconsistent inner class entries for net/minecraft/client/particle/FireworksSparkParticle$Explosion!
Old: Explosion private static MEMBER net/minecraft/client/particle/FireworksSparkParticle$ExplosionFactory
New: Explosion static MEMBER net/minecraft/client/particle/FireworksSparkParticle$Explosion
Inconsistent inner class entries for net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractTypeHandler!
Old: InteractTypeHandler private abstract static MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractAtHandler
New: InteractTypeHandler abstract static MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractTypeHandler
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$Dripping!
Old: Dripping static MEMBER net/minecraft/client/particle/BlockLeakParticle$Dripping
New: Dripping private static MEMBER net/minecraft/client/particle/BlockLeakParticle$DrippingLava
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$DrippingLava!
Old: DrippingLava private static MEMBER net/minecraft/client/particle/BlockLeakParticle$DrippingLavaFactory
New: DrippingLava static MEMBER net/minecraft/client/particle/BlockLeakParticle$DrippingLava
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionList!
Old: WorldTemplateObjectSelectionList private MEMBER net/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen
New: WorldTemplateObjectSelectionList MEMBER net/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionList
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry!
Old: WorldTemplateObjectSelectionListEntry MEMBER net/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionListEntry
New: WorldTemplateObjectSelectionListEntry private MEMBER net/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionList
Inconsistent inner class entries for net/minecraft/entity/ai/brain/ScheduleBuilder$ActivityEntry!
Old: ActivityEntry static MEMBER net/minecraft/entity/ai/brain/ScheduleBuilder$ActivityEntry
New: ActivityEntry private static MEMBER net/minecraft/entity/ai/brain/ScheduleBuilder
Inconsistent inner class entries for net/minecraft/loot/function/ApplyBonusLootFunction$OreDrops!
Old: OreDrops private static final MEMBER net/minecraft/loot/function/ApplyBonusLootFunction
New: OreDrops static final MEMBER net/minecraft/loot/function/ApplyBonusLootFunction$OreDrops
Inconsistent inner class entries for net/minecraft/loot/function/ApplyBonusLootFunction$Formula!
Old: Formula abstract static MEMBER net/minecraft/loot/function/ApplyBonusLootFunction$Formula
New: Formula private abstract static MEMBER net/minecraft/loot/function/ApplyBonusLootFunction$OreDrops
Inconsistent inner class entries for net/minecraft/entity/mob/DrownedEntity$TargetAboveWaterGoal!
Old: TargetAboveWaterGoal private static MEMBER net/minecraft/entity/mob/DrownedEntity
New: TargetAboveWaterGoal static MEMBER net/minecraft/entity/mob/DrownedEntity$TargetAboveWaterGoal
Inconsistent inner class entries for net/minecraft/entity/passive/SquidEntity$SwimGoal!
Old: SwimGoal private MEMBER net/minecraft/entity/passive/SquidEntity
New: SwimGoal MEMBER net/minecraft/entity/passive/SquidEntity$SwimGoal
Inconsistent inner class entries for net/minecraft/entity/mob/VexEntity$VexMoveControl!
Old: VexMoveControl MEMBER net/minecraft/entity/mob/VexEntity$VexMoveControl
New: VexMoveControl private MEMBER net/minecraft/entity/mob/VexEntity
Inconsistent inner class entries for net/minecraft/entity/mob/VexEntity$ChargeTargetGoal!
Old: ChargeTargetGoal MEMBER net/minecraft/entity/mob/VexEntity$ChargeTargetGoal
New: ChargeTargetGoal private MEMBER net/minecraft/entity/mob/VexEntity
Inconsistent inner class entries for net/minecraft/entity/mob/VexEntity$LookAtTargetGoal!
Old: LookAtTargetGoal MEMBER net/minecraft/entity/mob/VexEntity$LookAtTargetGoal
New: LookAtTargetGoal private MEMBER net/minecraft/entity/mob/VexEntity
Inconsistent inner class entries for net/minecraft/entity/passive/FoxEntity$FoxMoveControl!
Old: FoxMoveControl private MEMBER net/minecraft/entity/passive/FoxEntity
New: FoxMoveControl MEMBER net/minecraft/entity/passive/FoxEntity$FoxMoveControl
Inconsistent inner class entries for net/minecraft/server/MinecraftServer$class_6414!
Old: class_6414 static MEMBER net/minecraft/server/MinecraftServer$class_6414
New: class_6414 private static MEMBER net/minecraft/server/MinecraftServer$class_6414$1
Inconsistent inner class entries for net/minecraft/server/ServerNetworkIo$DelayingChannelInboundHandler!
Old: DelayingChannelInboundHandler static MEMBER net/minecraft/server/ServerNetworkIo$DelayingChannelInboundHandler
New: DelayingChannelInboundHandler private static MEMBER net/minecraft/server/ServerNetworkIo
Inconsistent inner class entries for net/minecraft/server/ServerNetworkIo$DelayingChannelInboundHandler$Packet!
Old: Packet static MEMBER net/minecraft/server/ServerNetworkIo$DelayingChannelInboundHandler$Packet
New: Packet private static MEMBER net/minecraft/server/ServerNetworkIo
Inconsistent inner class entries for net/minecraft/block/entity/BlockEntityType$BlockEntityFactory!
Old: BlockEntityFactory abstract static MEMBER net/minecraft/block/entity/BlockEntityType$BlockEntityFactory
New: BlockEntityFactory private abstract static MEMBER net/minecraft/block/entity/BlockEntityType
Inconsistent inner class entries for net/minecraft/entity/passive/PandaEntity$PandaRevengeGoal!
Old: PandaRevengeGoal private static MEMBER net/minecraft/entity/passive/PandaEntity
New: PandaRevengeGoal static MEMBER net/minecraft/entity/passive/PandaEntity$PandaRevengeGoal
Inconsistent inner class entries for net/minecraft/util/math/GravityField$Point!
Old: Point static MEMBER net/minecraft/util/math/GravityField$Point
New: Point private static MEMBER net/minecraft/util/math/GravityField
Inconsistent inner class entries for net/minecraft/predicate/StatePredicate$ExactValueCondition!
Old: ExactValueCondition static MEMBER net/minecraft/predicate/StatePredicate$ExactValueCondition
New: ExactValueCondition private static MEMBER net/minecraft/predicate/StatePredicate$Builder
Inconsistent inner class entries for net/minecraft/predicate/StatePredicate$Condition!
Old: Condition abstract static MEMBER net/minecraft/predicate/StatePredicate$Condition
New: Condition private abstract static MEMBER net/minecraft/predicate/StatePredicate$Builder
Inconsistent inner class entries for net/minecraft/entity/passive/PolarBearEntity$AttackGoal!
Old: AttackGoal MEMBER net/minecraft/entity/passive/PolarBearEntity$AttackGoal
New: AttackGoal private MEMBER net/minecraft/entity/passive/PolarBearEntity
Inconsistent inner class entries for net/minecraft/entity/passive/PolarBearEntity$PolarBearRevengeGoal!
Old: PolarBearRevengeGoal MEMBER net/minecraft/entity/passive/PolarBearEntity$PolarBearRevengeGoal
New: PolarBearRevengeGoal private MEMBER net/minecraft/entity/passive/PolarBearEntity
Inconsistent inner class entries for net/minecraft/entity/passive/PolarBearEntity$FollowPlayersGoal!
Old: FollowPlayersGoal MEMBER net/minecraft/entity/passive/PolarBearEntity$FollowPlayersGoal
New: FollowPlayersGoal private MEMBER net/minecraft/entity/passive/PolarBearEntity
Inconsistent inner class entries for net/minecraft/client/util/PngFile$Reader!
Old: Reader abstract static MEMBER net/minecraft/client/util/PngFile$Reader
New: Reader private abstract static MEMBER net/minecraft/client/util/PngFile$ChannelReader
Inconsistent inner class entries for net/minecraft/entity/projectile/FishingBobberEntity$State!
Old: State static final MEMBER net/minecraft/entity/projectile/FishingBobberEntity$State
New: State private static final MEMBER net/minecraft/entity/projectile/FishingBobberEntity
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionList!
Old: PendingInvitationSelectionList private MEMBER net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry
New: PendingInvitationSelectionList MEMBER net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionList
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry!
Old: PendingInvitationSelectionListEntry MEMBER net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry
New: PendingInvitationSelectionListEntry private MEMBER net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionList
Inconsistent inner class entries for net/minecraft/entity/mob/PhantomEntity$StartAttackGoal!
Old: StartAttackGoal private MEMBER net/minecraft/entity/mob/PhantomEntity
New: StartAttackGoal MEMBER net/minecraft/entity/mob/PhantomEntity$StartAttackGoal
Inconsistent inner class entries for net/minecraft/entity/mob/PhantomEntity$PhantomMovementType!
Old: PhantomMovementType static final MEMBER net/minecraft/entity/mob/PhantomEntity$PhantomMovementType
New: PhantomMovementType private static final MEMBER net/minecraft/entity/mob/PhantomEntity$StartAttackGoal
Inconsistent inner class entries for net/minecraft/client/gui/screen/CustomizeFlatLevelScreen$SuperflatLayersListWidget!
Old: SuperflatLayersListWidget private MEMBER net/minecraft/client/gui/screen/CustomizeFlatLevelScreen
New: SuperflatLayersListWidget MEMBER net/minecraft/client/gui/screen/CustomizeFlatLevelScreen$SuperflatLayersListWidget
Inconsistent inner class entries for net/minecraft/client/texture/Sprite$Interpolation!
Old: Interpolation final MEMBER net/minecraft/client/texture/Sprite$Interpolation
New: Interpolation private final MEMBER net/minecraft/client/texture/Sprite
Inconsistent inner class entries for net/minecraft/block/entity/BellBlockEntity$Effect!
Old: Effect abstract static MEMBER net/minecraft/block/entity/BellBlockEntity$Effect
New: Effect private abstract static MEMBER net/minecraft/block/entity/BellBlockEntity
Inconsistent inner class entries for net/minecraft/client/sound/OggAudioStream$ChannelList!
Old: ChannelList static MEMBER net/minecraft/client/sound/OggAudioStream$ChannelList
New: ChannelList private static MEMBER net/minecraft/client/sound/OggAudioStream
Inconsistent inner class entries for net/minecraft/client/gui/screen/ingame/BeaconScreen$EffectButtonWidget!
Old: EffectButtonWidget private MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen
New: EffectButtonWidget MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen$EffectButtonWidget
Inconsistent inner class entries for net/minecraft/client/gui/screen/ingame/BeaconScreen$BaseButtonWidget!
Old: BaseButtonWidget abstract static MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen$BaseButtonWidget
New: BaseButtonWidget private abstract static MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen$EffectButtonWidget
Inconsistent inner class entries for net/minecraft/command/argument/ItemPredicateArgumentType$ItemPredicate!
Old: ItemPredicate private static MEMBER net/minecraft/command/argument/ItemPredicateArgumentType
New: ItemPredicate static MEMBER net/minecraft/command/argument/ItemPredicateArgumentType$ItemPredicate
Inconsistent inner class entries for net/minecraft/command/argument/ArgumentTypes$Entry!
Old: Entry private static MEMBER net/minecraft/command/argument/ArgumentTypes
New: Entry static MEMBER net/minecraft/command/argument/ArgumentTypes$Entry
Inconsistent inner class entries for net/minecraft/entity/passive/BeeEntity$GrowCropsGoal!
Old: GrowCropsGoal private MEMBER net/minecraft/entity/passive/BeeEntity
New: GrowCropsGoal MEMBER net/minecraft/entity/passive/BeeEntity$GrowCropsGoal
Inconsistent inner class entries for net/minecraft/util/profiler/ProfileResultImpl$CounterInfo!
Old: CounterInfo private static MEMBER net/minecraft/util/profiler/ProfileResultImpl
New: CounterInfo static MEMBER net/minecraft/util/profiler/ProfileResultImpl$CounterInfo
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$Landing!
Old: Landing static MEMBER net/minecraft/client/particle/BlockLeakParticle$Landing
New: Landing private static MEMBER net/minecraft/client/particle/BlockLeakParticle
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$Falling!
Old: Falling static MEMBER net/minecraft/client/particle/BlockLeakParticle$Falling
New: Falling private static MEMBER net/minecraft/client/particle/BlockLeakParticle
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$FallingHoney!
Old: FallingHoney static MEMBER net/minecraft/client/particle/BlockLeakParticle$FallingHoney
New: FallingHoney private static MEMBER net/minecraft/client/particle/BlockLeakParticle
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$ContinuousFalling!
Old: ContinuousFalling static MEMBER net/minecraft/client/particle/BlockLeakParticle$ContinuousFalling
New: ContinuousFalling private static MEMBER net/minecraft/client/particle/BlockLeakParticle
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$DrippingLava!
Old: DrippingLava static MEMBER net/minecraft/client/particle/BlockLeakParticle$DrippingLava
New: DrippingLava private static MEMBER net/minecraft/client/particle/BlockLeakParticle
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$Dripping!
Old: Dripping static MEMBER net/minecraft/client/particle/BlockLeakParticle$Dripping
New: Dripping private static MEMBER net/minecraft/client/particle/BlockLeakParticle
Inconsistent inner class entries for net/minecraft/server/command/FillCommand$Mode!
Old: Mode private static final MEMBER net/minecraft/server/command/FillCommand
New: Mode static final MEMBER net/minecraft/server/command/FillCommand$Mode
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$PieceSetting!
Old: PieceSetting static MEMBER net/minecraft/structure/OceanMonumentGenerator$PieceSetting
New: PieceSetting private static MEMBER net/minecraft/structure/OceanMonumentGenerator$Base
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$DoubleYZRoomFactory!
Old: DoubleYZRoomFactory static MEMBER net/minecraft/structure/OceanMonumentGenerator$DoubleYZRoomFactory
New: DoubleYZRoomFactory private static MEMBER net/minecraft/structure/OceanMonumentGenerator$Base
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$DoubleZRoomFactory!
Old: DoubleZRoomFactory static MEMBER net/minecraft/structure/OceanMonumentGenerator$DoubleZRoomFactory
New: DoubleZRoomFactory private static MEMBER net/minecraft/structure/OceanMonumentGenerator$Base
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$DoubleYRoomFactory!
Old: DoubleYRoomFactory static MEMBER net/minecraft/structure/OceanMonumentGenerator$DoubleYRoomFactory
New: DoubleYRoomFactory private static MEMBER net/minecraft/structure/OceanMonumentGenerator$Base
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$SimpleRoomTopFactory!
Old: SimpleRoomTopFactory static MEMBER net/minecraft/structure/OceanMonumentGenerator$SimpleRoomTopFactory
New: SimpleRoomTopFactory private static MEMBER net/minecraft/structure/OceanMonumentGenerator$Base
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$PieceSetting!
Old: PieceSetting static MEMBER net/minecraft/structure/OceanMonumentGenerator$PieceSetting
New: PieceSetting private static MEMBER net/minecraft/structure/OceanMonumentGenerator$Piece
Inconsistent inner class entries for net/minecraft/nbt/NbtOps$MapBuilder!
Old: MapBuilder private MEMBER net/minecraft/nbt/NbtOps
New: MapBuilder MEMBER net/minecraft/nbt/NbtOps$MapBuilder
Inconsistent inner class entries for net/minecraft/structure/MineshaftGenerator$MineshaftPart!
Old: MineshaftPart private abstract static MEMBER net/minecraft/structure/MineshaftGenerator$MineshaftRoom
New: MineshaftPart abstract static MEMBER net/minecraft/structure/MineshaftGenerator$MineshaftPart
Inconsistent inner class entries for net/minecraft/client/render/debug/ChunkLoadingDebugRenderer$ChunkLoadingStatus!
Old: ChunkLoadingStatus private final MEMBER net/minecraft/client/render/debug/ChunkLoadingDebugRenderer
New: ChunkLoadingStatus final MEMBER net/minecraft/client/render/debug/ChunkLoadingDebugRenderer$ChunkLoadingStatus
Inconsistent inner class entries for net/minecraft/world/border/WorldBorder$StaticArea!
Old: StaticArea private MEMBER net/minecraft/world/border/WorldBorder$MovingArea
New: StaticArea MEMBER net/minecraft/world/border/WorldBorder$StaticArea
Inconsistent inner class entries for net/minecraft/client/gui/screen/PresetsScreen$SuperflatPresetsListWidget!
Old: SuperflatPresetsListWidget MEMBER net/minecraft/client/gui/screen/PresetsScreen$SuperflatPresetsListWidget
New: SuperflatPresetsListWidget private MEMBER net/minecraft/client/gui/screen/PresetsScreen
Inconsistent inner class entries for net/minecraft/client/gui/screen/PresetsScreen$SuperflatPreset!
Old: SuperflatPreset static MEMBER net/minecraft/client/gui/screen/PresetsScreen$SuperflatPreset
New: SuperflatPreset private static MEMBER net/minecraft/client/gui/screen/PresetsScreen
Inconsistent inner class entries for net/minecraft/entity/passive/OcelotEntity$OcelotTemptGoal!
Old: OcelotTemptGoal private static MEMBER net/minecraft/entity/passive/OcelotEntity
New: OcelotTemptGoal static MEMBER net/minecraft/entity/passive/OcelotEntity$OcelotTemptGoal
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$Landing!
Old: Landing static MEMBER net/minecraft/client/particle/BlockLeakParticle$Landing
New: Landing private static MEMBER net/minecraft/client/particle/BlockLeakParticle$LandingObsidianTearFactory
Inconsistent inner class entries for net/minecraft/client/render/RenderPhase$Toggleable!
Old: Toggleable static MEMBER net/minecraft/client/render/RenderPhase$Toggleable
New: Toggleable private static MEMBER net/minecraft/client/render/RenderPhase$Overlay
Inconsistent inner class entries for net/minecraft/world/GameRules$Acceptor!
Old: Acceptor private abstract static MEMBER net/minecraft/world/GameRules$IntRule
New: Acceptor abstract static MEMBER net/minecraft/world/GameRules$Acceptor
Inconsistent inner class entries for net/minecraft/client/gui/widget/EntryListWidget$Entries!
Old: Entries private MEMBER net/minecraft/client/gui/widget/EntryListWidget
New: Entries MEMBER net/minecraft/client/gui/widget/EntryListWidget$Entries
Inconsistent inner class entries for net/minecraft/structure/WoodlandMansionGenerator$GenerationPiece!
Old: GenerationPiece private static MEMBER net/minecraft/structure/WoodlandMansionGenerator
New: GenerationPiece static MEMBER net/minecraft/structure/WoodlandMansionGenerator$GenerationPiece
Inconsistent inner class entries for net/minecraft/world/chunk/EmptyChunk$EmptyBiomeArray!
Old: EmptyBiomeArray private static MEMBER net/minecraft/world/chunk/EmptyChunk
New: EmptyBiomeArray static MEMBER net/minecraft/world/chunk/EmptyChunk$EmptyBiomeArray
Inconsistent inner class entries for net/minecraft/client/render/RenderLayer$OutlineMode!
Old: OutlineMode private static final MEMBER net/minecraft/client/render/RenderLayer$MultiPhase
New: OutlineMode static final MEMBER net/minecraft/client/render/RenderLayer$OutlineMode
Inconsistent inner class entries for net/minecraft/client/render/model/json/ModelOverrideList$BakedOverride!
Old: BakedOverride static MEMBER net/minecraft/client/render/model/json/ModelOverrideList$BakedOverride
New: BakedOverride private static MEMBER net/minecraft/client/render/model/json/ModelOverrideList
Inconsistent inner class entries for net/minecraft/client/render/model/json/ModelOverrideList$InlinedCondition!
Old: InlinedCondition static MEMBER net/minecraft/client/render/model/json/ModelOverrideList$InlinedCondition
New: InlinedCondition private static MEMBER net/minecraft/client/render/model/json/ModelOverrideList
Inconsistent inner class entries for net/minecraft/server/command/LootCommand$SourceConstructor!
Old: SourceConstructor abstract static MEMBER net/minecraft/server/command/LootCommand$SourceConstructor
New: SourceConstructor private abstract static MEMBER net/minecraft/server/command/LootCommand
Inconsistent inner class entries for net/minecraft/server/command/LootCommand$FeedbackMessage!
Old: FeedbackMessage abstract static MEMBER net/minecraft/server/command/LootCommand$FeedbackMessage
New: FeedbackMessage private abstract static MEMBER net/minecraft/server/command/LootCommand
Inconsistent inner class entries for net/minecraft/command/argument/BlockPredicateArgumentType$StatePredicate!
Old: StatePredicate private static MEMBER net/minecraft/command/argument/BlockPredicateArgumentType
New: StatePredicate static MEMBER net/minecraft/command/argument/BlockPredicateArgumentType$StatePredicate
Inconsistent inner class entries for net/minecraft/entity/passive/PandaEntity$SneezeGoal!
Old: SneezeGoal private static MEMBER net/minecraft/entity/passive/PandaEntity
New: SneezeGoal static MEMBER net/minecraft/entity/passive/PandaEntity$SneezeGoal
Inconsistent inner class entries for net/minecraft/loot/condition/LootConditionManager$AndCondition!
Old: AndCondition private static MEMBER net/minecraft/loot/condition/LootConditionManager
New: AndCondition static MEMBER net/minecraft/loot/condition/LootConditionManager$AndCondition
Inconsistent inner class entries for net/minecraft/server/command/DataCommand$ModifyOperation!
Old: ModifyOperation private abstract static MEMBER net/minecraft/server/command/DataCommand
New: ModifyOperation abstract static MEMBER net/minecraft/server/command/DataCommand$ModifyOperation
Inconsistent inner class entries for net/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu$TeleportToSpecificTeamCommand!
Old: TeleportToSpecificTeamCommand MEMBER net/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu$TeleportToSpecificTeamCommand
New: TeleportToSpecificTeamCommand private MEMBER net/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu
Inconsistent inner class entries for net/minecraft/client/texture/NativeImage$WriteCallback!
Old: WriteCallback private static MEMBER net/minecraft/client/texture/NativeImage
New: WriteCallback static MEMBER net/minecraft/client/texture/NativeImage$WriteCallback
Inconsistent inner class entries for net/minecraft/client/gui/screen/recipebook/RecipeAlternativesWidget$FurnaceAlternativeButtonWidget!
Old: FurnaceAlternativeButtonWidget MEMBER net/minecraft/client/gui/screen/recipebook/RecipeAlternativesWidget$FurnaceAlternativeButtonWidget
New: FurnaceAlternativeButtonWidget private MEMBER net/minecraft/client/gui/screen/recipebook/RecipeAlternativesWidget
Inconsistent inner class entries for net/minecraft/client/gui/screen/recipebook/RecipeAlternativesWidget$AlternativeButtonWidget!
Old: AlternativeButtonWidget MEMBER net/minecraft/client/gui/screen/recipebook/RecipeAlternativesWidget$AlternativeButtonWidget
New: AlternativeButtonWidget private MEMBER net/minecraft/client/gui/screen/recipebook/RecipeAlternativesWidget
Inconsistent inner class entries for net/minecraft/entity/passive/RabbitEntity$EatCarrotCropGoal!
Old: EatCarrotCropGoal private static MEMBER net/minecraft/entity/passive/RabbitEntity
New: EatCarrotCropGoal static MEMBER net/minecraft/entity/passive/RabbitEntity$EatCarrotCropGoal
Inconsistent inner class entries for net/minecraft/entity/passive/TurtleEntity$TurtleMoveControl!
Old: TurtleMoveControl static MEMBER net/minecraft/entity/passive/TurtleEntity$TurtleMoveControl
New: TurtleMoveControl private static MEMBER net/minecraft/entity/passive/TurtleEntity
Inconsistent inner class entries for net/minecraft/entity/passive/TurtleEntity$MateGoal!
Old: MateGoal static MEMBER net/minecraft/entity/passive/TurtleEntity$MateGoal
New: MateGoal private static MEMBER net/minecraft/entity/passive/TurtleEntity
Inconsistent inner class entries for net/minecraft/entity/passive/TurtleEntity$LayEggGoal!
Old: LayEggGoal static MEMBER net/minecraft/entity/passive/TurtleEntity$LayEggGoal
New: LayEggGoal private static MEMBER net/minecraft/entity/passive/TurtleEntity
Inconsistent inner class entries for net/minecraft/entity/passive/TurtleEntity$GoHomeGoal!
Old: GoHomeGoal static MEMBER net/minecraft/entity/passive/TurtleEntity$GoHomeGoal
New: GoHomeGoal private static MEMBER net/minecraft/entity/passive/TurtleEntity
Inconsistent inner class entries for net/minecraft/entity/passive/TurtleEntity$WanderOnLandGoal!
Old: WanderOnLandGoal static MEMBER net/minecraft/entity/passive/TurtleEntity$WanderOnLandGoal
New: WanderOnLandGoal private static MEMBER net/minecraft/entity/passive/TurtleEntity
Inconsistent inner class entries for net/minecraft/recipe/Ingredient$Entry!
Old: Entry abstract static MEMBER net/minecraft/recipe/Ingredient$Entry
New: Entry private abstract static MEMBER net/minecraft/recipe/Ingredient
Inconsistent inner class entries for net/minecraft/recipe/Ingredient$StackEntry!
Old: StackEntry static MEMBER net/minecraft/recipe/Ingredient$StackEntry
New: StackEntry private static MEMBER net/minecraft/recipe/Ingredient
Inconsistent inner class entries for net/minecraft/data/client/model/BlockStateModelGenerator$StateFactory!
Old: StateFactory private abstract static MEMBER net/minecraft/data/client/model/BlockStateModelGenerator$BlockTexturePool
New: StateFactory abstract static MEMBER net/minecraft/data/client/model/BlockStateModelGenerator$StateFactory
Inconsistent inner class entries for net/minecraft/entity/passive/BeeEntity$BeeFollowTargetGoal!
Old: BeeFollowTargetGoal private static MEMBER net/minecraft/entity/passive/BeeEntity
New: BeeFollowTargetGoal static MEMBER net/minecraft/entity/passive/BeeEntity$BeeFollowTargetGoal
Inconsistent inner class entries for net/minecraft/util/dynamic/Codecs$Xor!
Old: Xor static final MEMBER net/minecraft/util/dynamic/Codecs$Xor
New: Xor private static final MEMBER net/minecraft/util/dynamic/Codecs
Inconsistent inner class entries for com/mojang/blaze3d/systems/RenderSystem$IndexBuffer$IndexMapper!
Old: IndexMapper abstract static MEMBER com/mojang/blaze3d/systems/RenderSystem$IndexBuffer$IndexMapper
New: IndexMapper private abstract static MEMBER com/mojang/blaze3d/systems/RenderSystem$IndexBuffer
Inconsistent inner class entries for net/minecraft/loot/provider/nbt/ContextLootNbtProvider$Target!
Old: Target private abstract static MEMBER net/minecraft/loot/provider/nbt/ContextLootNbtProvider$CustomSerializer
New: Target abstract static MEMBER net/minecraft/loot/provider/nbt/ContextLootNbtProvider$Target
Inconsistent inner class entries for net/minecraft/world/border/WorldBorder$Area!
Old: Area private abstract static MEMBER net/minecraft/world/border/WorldBorder$MovingArea
New: Area abstract static MEMBER net/minecraft/world/border/WorldBorder$Area
Inconsistent inner class entries for net/minecraft/server/world/ServerChunkManager$MainThreadExecutor!
Old: MainThreadExecutor final MEMBER net/minecraft/server/world/ServerChunkManager$MainThreadExecutor
New: MainThreadExecutor private final MEMBER net/minecraft/server/world/ServerChunkManager
Inconsistent inner class entries for net/minecraft/world/chunk/WorldChunk$WrappedBlockEntityTickInvoker!
Old: WrappedBlockEntityTickInvoker private MEMBER net/minecraft/world/chunk/WorldChunk
New: WrappedBlockEntityTickInvoker MEMBER net/minecraft/world/chunk/WorldChunk$WrappedBlockEntityTickInvoker
Inconsistent inner class entries for net/minecraft/loot/function/SetAttributesLootFunction$Attribute!
Old: Attribute private static MEMBER net/minecraft/loot/function/SetAttributesLootFunction$AttributeBuilder
New: Attribute static MEMBER net/minecraft/loot/function/SetAttributesLootFunction$Attribute
Inconsistent inner class entries for net/minecraft/entity/passive/PandaEntity$AttackGoal!
Old: AttackGoal private static MEMBER net/minecraft/entity/passive/PandaEntity
New: AttackGoal static MEMBER net/minecraft/entity/passive/PandaEntity$AttackGoal
Inconsistent inner class entries for net/minecraft/client/particle/FireworksSparkParticle$Explosion!
Old: Explosion static MEMBER net/minecraft/client/particle/FireworksSparkParticle$Explosion
New: Explosion private static MEMBER net/minecraft/client/particle/FireworksSparkParticle$FireworkParticle
Inconsistent inner class entries for net/minecraft/datafixer/fix/StructureSeparationDataFix$Information!
Old: Information static final MEMBER net/minecraft/datafixer/fix/StructureSeparationDataFix$Information
New: Information private static final MEMBER net/minecraft/datafixer/fix/StructureSeparationDataFix
Inconsistent inner class entries for net/minecraft/server/network/ServerPlayNetworkHandler$Interaction!
Old: Interaction abstract static MEMBER net/minecraft/server/network/ServerPlayNetworkHandler$Interaction
New: Interaction private abstract static MEMBER net/minecraft/server/network/ServerPlayNetworkHandler$1
Inconsistent inner class entries for net/minecraft/loot/function/SetAttributesLootFunction$Attribute!
Old: Attribute static MEMBER net/minecraft/loot/function/SetAttributesLootFunction$Attribute
New: Attribute private static MEMBER net/minecraft/loot/function/SetAttributesLootFunction
Inconsistent inner class entries for net/minecraft/client/gl/GLImportProcessor$Context!
Old: Context static final MEMBER net/minecraft/client/gl/GLImportProcessor$Context
New: Context private static final MEMBER net/minecraft/client/gl/GLImportProcessor
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$PieceSetting!
Old: PieceSetting static MEMBER net/minecraft/structure/OceanMonumentGenerator$PieceSetting
New: PieceSetting private static MEMBER net/minecraft/structure/OceanMonumentGenerator$DoubleXRoom
Inconsistent inner class entries for net/minecraft/predicate/PlayerPredicate$AdvancementPredicate!
Old: AdvancementPredicate private abstract static MEMBER net/minecraft/predicate/PlayerPredicate$AdvancementCriteriaPredicate
New: AdvancementPredicate abstract static MEMBER net/minecraft/predicate/PlayerPredicate$AdvancementPredicate
Inconsistent inner class entries for net/minecraft/entity/passive/DolphinEntity$LeadToNearbyTreasureGoal!
Old: LeadToNearbyTreasureGoal static MEMBER net/minecraft/entity/passive/DolphinEntity$LeadToNearbyTreasureGoal
New: LeadToNearbyTreasureGoal private static MEMBER net/minecraft/entity/passive/DolphinEntity
Inconsistent inner class entries for net/minecraft/entity/passive/DolphinEntity$SwimWithPlayerGoal!
Old: SwimWithPlayerGoal static MEMBER net/minecraft/entity/passive/DolphinEntity$SwimWithPlayerGoal
New: SwimWithPlayerGoal private static MEMBER net/minecraft/entity/passive/DolphinEntity
Inconsistent inner class entries for net/minecraft/entity/passive/DolphinEntity$PlayWithItemsGoal!
Old: PlayWithItemsGoal MEMBER net/minecraft/entity/passive/DolphinEntity$PlayWithItemsGoal
New: PlayWithItemsGoal private MEMBER net/minecraft/entity/passive/DolphinEntity
Inconsistent inner class entries for net/minecraft/world/biome/source/MultiNoiseBiomeSource$NoiseParameters!
Old: NoiseParameters private static MEMBER net/minecraft/world/biome/source/MultiNoiseBiomeSource
New: NoiseParameters static MEMBER net/minecraft/world/biome/source/MultiNoiseBiomeSource$NoiseParameters
Inconsistent inner class entries for net/minecraft/entity/passive/PandaEntity$ExtinguishFireGoal!
Old: ExtinguishFireGoal private static MEMBER net/minecraft/entity/passive/PandaEntity
New: ExtinguishFireGoal static MEMBER net/minecraft/entity/passive/PandaEntity$ExtinguishFireGoal
Inconsistent inner class entries for net/minecraft/structure/StrongholdGenerator$StoneBrickRandomizer!
Old: StoneBrickRandomizer static MEMBER net/minecraft/structure/StrongholdGenerator$StoneBrickRandomizer
New: StoneBrickRandomizer private static MEMBER net/minecraft/structure/StrongholdGenerator$PortalRoom
Inconsistent inner class entries for net/minecraft/entity/passive/PolarBearEntity$PolarBearEscapeDangerGoal!
Old: PolarBearEscapeDangerGoal private MEMBER net/minecraft/entity/passive/PolarBearEntity
New: PolarBearEscapeDangerGoal MEMBER net/minecraft/entity/passive/PolarBearEntity$PolarBearEscapeDangerGoal
Inconsistent inner class entries for net/minecraft/block/ComposterBlock$FullComposterInventory!
Old: FullComposterInventory private static MEMBER net/minecraft/block/ComposterBlock
New: FullComposterInventory static MEMBER net/minecraft/block/ComposterBlock$FullComposterInventory
Inconsistent inner class entries for net/minecraft/entity/passive/FoxEntity$StopWanderingGoal!
Old: StopWanderingGoal private MEMBER net/minecraft/entity/passive/FoxEntity
New: StopWanderingGoal MEMBER net/minecraft/entity/passive/FoxEntity$StopWanderingGoal
Inconsistent inner class entries for net/minecraft/client/render/MapRenderer$MapTexture!
Old: MapTexture private MEMBER net/minecraft/client/render/MapRenderer
New: MapTexture MEMBER net/minecraft/client/render/MapRenderer$MapTexture
Inconsistent inner class entries for net/minecraft/client/gui/screen/ingame/BeaconScreen$CancelButtonWidget!
Old: CancelButtonWidget private MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen
New: CancelButtonWidget MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen$CancelButtonWidget
Inconsistent inner class entries for net/minecraft/client/gui/screen/ingame/BeaconScreen$IconButtonWidget!
Old: IconButtonWidget abstract MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen$IconButtonWidget
New: IconButtonWidget private abstract MEMBER net/minecraft/client/gui/screen/ingame/BeaconScreen$CancelButtonWidget
Inconsistent inner class entries for net/minecraft/structure/StrongholdGenerator$StoneBrickRandomizer!
Old: StoneBrickRandomizer static MEMBER net/minecraft/structure/StrongholdGenerator$StoneBrickRandomizer
New: StoneBrickRandomizer private static MEMBER net/minecraft/structure/StrongholdGenerator$ChestCorridor
Inconsistent inner class entries for net/minecraft/screen/ScreenHandlerType$Factory!
Old: Factory abstract static MEMBER net/minecraft/screen/ScreenHandlerType$Factory
New: Factory private abstract static MEMBER net/minecraft/screen/ScreenHandlerType
Inconsistent inner class entries for net/minecraft/entity/mob/GuardianEntity$GuardianTargetPredicate!
Old: GuardianTargetPredicate static MEMBER net/minecraft/entity/mob/GuardianEntity$GuardianTargetPredicate
New: GuardianTargetPredicate private static MEMBER net/minecraft/entity/mob/GuardianEntity
Inconsistent inner class entries for net/minecraft/client/texture/TextureStitcher$Holder!
Old: Holder static MEMBER net/minecraft/client/texture/TextureStitcher$Holder
New: Holder private static MEMBER net/minecraft/client/texture/TextureStitcher
Inconsistent inner class entries for net/minecraft/predicate/StatePredicate$Condition!
Old: Condition abstract static MEMBER net/minecraft/predicate/StatePredicate$Condition
New: Condition private abstract static MEMBER net/minecraft/predicate/StatePredicate$RangedValueCondition
Inconsistent inner class entries for net/minecraft/predicate/StatePredicate$RangedValueCondition!
Old: RangedValueCondition private static MEMBER net/minecraft/predicate/StatePredicate
New: RangedValueCondition static MEMBER net/minecraft/predicate/StatePredicate$RangedValueCondition
Inconsistent inner class entries for net/minecraft/client/render/RenderPhase$Toggleable!
Old: Toggleable static MEMBER net/minecraft/client/render/RenderPhase$Toggleable
New: Toggleable private static MEMBER net/minecraft/client/render/RenderPhase
Inconsistent inner class entries for net/minecraft/datafixer/fix/ChunkPalettedStorageFix$Section!
Old: Section private static MEMBER net/minecraft/datafixer/fix/ChunkPalettedStorageFix
New: Section static MEMBER net/minecraft/datafixer/fix/ChunkPalettedStorageFix$Section
Inconsistent inner class entries for net/minecraft/datafixer/fix/ChunkPalettedStorageFix$ChunkNibbleArray!
Old: ChunkNibbleArray static MEMBER net/minecraft/datafixer/fix/ChunkPalettedStorageFix$ChunkNibbleArray
New: ChunkNibbleArray private static MEMBER net/minecraft/datafixer/fix/ChunkPalettedStorageFix$Section
Inconsistent inner class entries for net/minecraft/client/util/PngFile$Reader!
Old: Reader abstract static MEMBER net/minecraft/client/util/PngFile$Reader
New: Reader private abstract static MEMBER net/minecraft/client/util/PngFile
Inconsistent inner class entries for net/minecraft/client/util/PngFile$ChannelReader!
Old: ChannelReader static MEMBER net/minecraft/client/util/PngFile$ChannelReader
New: ChannelReader private static MEMBER net/minecraft/client/util/PngFile
Inconsistent inner class entries for net/minecraft/client/realms/RepeatedNarrator$Parameters!
Old: Parameters static MEMBER net/minecraft/client/realms/RepeatedNarrator$Parameters
New: Parameters private static MEMBER net/minecraft/client/realms/RepeatedNarrator
Inconsistent inner class entries for net/minecraft/tag/RequiredTagList$TagWrapper!
Old: TagWrapper static MEMBER net/minecraft/tag/RequiredTagList$TagWrapper
New: TagWrapper private static MEMBER net/minecraft/tag/RequiredTagList
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$PieceSetting!
Old: PieceSetting static MEMBER net/minecraft/structure/OceanMonumentGenerator$PieceSetting
New: PieceSetting private static MEMBER net/minecraft/structure/OceanMonumentGenerator$DoubleXYRoomFactory
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$DoubleXYRoomFactory!
Old: DoubleXYRoomFactory private static MEMBER net/minecraft/structure/OceanMonumentGenerator
New: DoubleXYRoomFactory static MEMBER net/minecraft/structure/OceanMonumentGenerator$DoubleXYRoomFactory
Inconsistent inner class entries for net/minecraft/client/gui/screen/narration/ScreenNarrator$MessageBuilder!
Old: MessageBuilder private MEMBER net/minecraft/client/gui/screen/narration/ScreenNarrator
New: MessageBuilder MEMBER net/minecraft/client/gui/screen/narration/ScreenNarrator$MessageBuilder
Inconsistent inner class entries for net/minecraft/client/gui/screen/narration/ScreenNarrator$PartIndex!
Old: PartIndex static MEMBER net/minecraft/client/gui/screen/narration/ScreenNarrator$PartIndex
New: PartIndex private static MEMBER net/minecraft/client/gui/screen/narration/ScreenNarrator$MessageBuilder
Inconsistent inner class entries for net/minecraft/client/gui/screen/narration/ScreenNarrator$Message!
Old: Message static MEMBER net/minecraft/client/gui/screen/narration/ScreenNarrator$Message
New: Message private static MEMBER net/minecraft/client/gui/screen/narration/ScreenNarrator$MessageBuilder
Inconsistent inner class entries for net/minecraft/network/ClientConnection$QueuedPacket!
Old: QueuedPacket static MEMBER net/minecraft/network/ClientConnection$QueuedPacket
New: QueuedPacket private static MEMBER net/minecraft/network/ClientConnection
Inconsistent inner class entries for net/minecraft/entity/passive/FoxEntity$MateGoal!
Old: MateGoal private MEMBER net/minecraft/entity/passive/FoxEntity
New: MateGoal MEMBER net/minecraft/entity/passive/FoxEntity$MateGoal
Inconsistent inner class entries for net/minecraft/structure/MineshaftGenerator$MineshaftPart!
Old: MineshaftPart abstract static MEMBER net/minecraft/structure/MineshaftGenerator$MineshaftPart
New: MineshaftPart private abstract static MEMBER net/minecraft/structure/MineshaftGenerator$MineshaftStairs
Inconsistent inner class entries for net/minecraft/client/render/chunk/ChunkBuilder$Result!
Old: Result static final MEMBER net/minecraft/client/render/chunk/ChunkBuilder$Result
New: Result private static final MEMBER net/minecraft/client/render/chunk/ChunkBuilder
Inconsistent inner class entries for net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$RebuildTask!
Old: RebuildTask MEMBER net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$RebuildTask
New: RebuildTask private MEMBER net/minecraft/client/render/chunk/ChunkBuilder
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen$BackupInfoListEntry!
Old: BackupInfoListEntry MEMBER net/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen$BackupInfoListEntry
New: BackupInfoListEntry private MEMBER net/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen
Inconsistent inner class entries for net/minecraft/loot/function/ConditionalLootFunction$Joiner!
Old: Joiner static final MEMBER net/minecraft/loot/function/ConditionalLootFunction$Joiner
New: Joiner private static final MEMBER net/minecraft/loot/function/ConditionalLootFunction
Inconsistent inner class entries for net/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal!
Old: PlaceBlockGoal static MEMBER net/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal
New: PlaceBlockGoal private static MEMBER net/minecraft/entity/mob/EndermanEntity
Inconsistent inner class entries for net/minecraft/entity/mob/EndermanEntity$PickUpBlockGoal!
Old: PickUpBlockGoal static MEMBER net/minecraft/entity/mob/EndermanEntity$PickUpBlockGoal
New: PickUpBlockGoal private static MEMBER net/minecraft/entity/mob/EndermanEntity
Inconsistent inner class entries for net/minecraft/entity/mob/EndermanEntity$TeleportTowardsPlayerGoal!
Old: TeleportTowardsPlayerGoal static MEMBER net/minecraft/entity/mob/EndermanEntity$TeleportTowardsPlayerGoal
New: TeleportTowardsPlayerGoal private static MEMBER net/minecraft/entity/mob/EndermanEntity
Inconsistent inner class entries for net/minecraft/server/world/ChunkTicketManager$DistanceFromNearestPlayerTracker!
Old: DistanceFromNearestPlayerTracker private MEMBER net/minecraft/server/world/ChunkTicketManager$NearbyChunkTicketUpdater
New: DistanceFromNearestPlayerTracker MEMBER net/minecraft/server/world/ChunkTicketManager$DistanceFromNearestPlayerTracker
Inconsistent inner class entries for net/minecraft/util/Util$IdentityHashStrategy!
Old: IdentityHashStrategy static final MEMBER net/minecraft/util/Util$IdentityHashStrategy
New: IdentityHashStrategy private static final MEMBER net/minecraft/util/Util
Inconsistent inner class entries for net/minecraft/server/command/LootCommand$Target!
Old: Target private abstract static MEMBER net/minecraft/server/command/LootCommand$SourceConstructor
New: Target abstract static MEMBER net/minecraft/server/command/LootCommand$Target
Inconsistent inner class entries for net/minecraft/server/command/LootCommand$FeedbackMessage!
Old: FeedbackMessage abstract static MEMBER net/minecraft/server/command/LootCommand$FeedbackMessage
New: FeedbackMessage private abstract static MEMBER net/minecraft/server/command/LootCommand$Target
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry!
Old: InvitedObjectSelectionListEntry MEMBER net/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry
New: InvitedObjectSelectionListEntry private MEMBER net/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionList
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsPlayerScreen$PlayerOperation!
Old: PlayerOperation static final MEMBER net/minecraft/client/realms/gui/screen/RealmsPlayerScreen$PlayerOperation
New: PlayerOperation private static final MEMBER net/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionList
Inconsistent inner class entries for net/minecraft/world/gen/YOffset$Fixed!
Old: Fixed static final MEMBER net/minecraft/world/gen/YOffset$Fixed
New: Fixed private static final MEMBER net/minecraft/world/gen/YOffset
Inconsistent inner class entries for net/minecraft/world/gen/YOffset$BelowTop!
Old: BelowTop static final MEMBER net/minecraft/world/gen/YOffset$BelowTop
New: BelowTop private static final MEMBER net/minecraft/world/gen/YOffset
Inconsistent inner class entries for net/minecraft/server/world/ChunkTicketManager$TicketDistanceLevelPropagator!
Old: TicketDistanceLevelPropagator MEMBER net/minecraft/server/world/ChunkTicketManager$TicketDistanceLevelPropagator
New: TicketDistanceLevelPropagator private MEMBER net/minecraft/server/world/ChunkTicketManager
Inconsistent inner class entries for net/minecraft/server/world/ChunkTicketManager$DistanceFromNearestPlayerTracker!
Old: DistanceFromNearestPlayerTracker MEMBER net/minecraft/server/world/ChunkTicketManager$DistanceFromNearestPlayerTracker
New: DistanceFromNearestPlayerTracker private MEMBER net/minecraft/server/world/ChunkTicketManager
Inconsistent inner class entries for net/minecraft/server/world/ChunkTicketManager$NearbyChunkTicketUpdater!
Old: NearbyChunkTicketUpdater MEMBER net/minecraft/server/world/ChunkTicketManager$NearbyChunkTicketUpdater
New: NearbyChunkTicketUpdater private MEMBER net/minecraft/server/world/ChunkTicketManager
Inconsistent inner class entries for net/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite!
Old: Sprite private static final MEMBER net/minecraft/client/gui/tooltip/BundleTooltipComponent
New: Sprite static final MEMBER net/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite
Inconsistent inner class entries for net/minecraft/world/storage/RegionFile$ChunkBuffer!
Old: ChunkBuffer private MEMBER net/minecraft/world/storage/RegionFile
New: ChunkBuffer MEMBER net/minecraft/world/storage/RegionFile$ChunkBuffer
Inconsistent inner class entries for net/minecraft/util/crash/CrashReportSection$Element!
Old: Element private static MEMBER net/minecraft/util/crash/CrashReportSection
New: Element static MEMBER net/minecraft/util/crash/CrashReportSection$Element
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry!
Old: PendingInvitationSelectionListEntry MEMBER net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry
New: PendingInvitationSelectionListEntry private MEMBER net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry$RejectButton
Inconsistent inner class entries for net/minecraft/world/poi/PointOfInterestStorage$PointOfInterestDistanceTracker!
Old: PointOfInterestDistanceTracker private final MEMBER net/minecraft/world/poi/PointOfInterestStorage
New: PointOfInterestDistanceTracker final MEMBER net/minecraft/world/poi/PointOfInterestStorage$PointOfInterestDistanceTracker
Inconsistent inner class entries for net/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage!
Old: Stage private static final MEMBER net/minecraft/entity/ai/goal/CrossbowAttackGoal
New: Stage static final MEMBER net/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage
Inconsistent inner class entries for net/minecraft/world/gen/OreVeinGenerator$VeinType!
Old: VeinType static final MEMBER net/minecraft/world/gen/OreVeinGenerator$VeinType
New: VeinType private static final MEMBER net/minecraft/world/gen/OreVeinGenerator
Inconsistent inner class entries for com/mojang/blaze3d/platform/GlStateManager$CapabilityTracker!
Old: CapabilityTracker private static MEMBER com/mojang/blaze3d/platform/GlStateManager$LogicOpState
New: CapabilityTracker static MEMBER com/mojang/blaze3d/platform/GlStateManager$CapabilityTracker
Inconsistent inner class entries for net/minecraft/entity/passive/PandaEntity$PlayGoal!
Old: PlayGoal private static MEMBER net/minecraft/entity/passive/PandaEntity
New: PlayGoal static MEMBER net/minecraft/entity/passive/PandaEntity$PlayGoal
Inconsistent inner class entries for net/minecraft/client/gui/screen/StatsScreen$GeneralStatsListWidget!
Old: GeneralStatsListWidget MEMBER net/minecraft/client/gui/screen/StatsScreen$GeneralStatsListWidget
New: GeneralStatsListWidget private MEMBER net/minecraft/client/gui/screen/StatsScreen$GeneralStatsListWidget$Entry
Inconsistent inner class entries for net/minecraft/client/gui/screen/StatsScreen$GeneralStatsListWidget$Entry!
Old: Entry private MEMBER net/minecraft/client/gui/screen/StatsScreen$GeneralStatsListWidget
New: Entry MEMBER net/minecraft/client/gui/screen/StatsScreen$GeneralStatsListWidget$Entry
Inconsistent inner class entries for net/minecraft/client/gui/screen/ingame/BookEditScreen$PageContent!
Old: PageContent private static MEMBER net/minecraft/client/gui/screen/ingame/BookEditScreen
New: PageContent static MEMBER net/minecraft/client/gui/screen/ingame/BookEditScreen$PageContent
Inconsistent inner class entries for net/minecraft/client/gui/screen/ingame/BookEditScreen$Position!
Old: Position static MEMBER net/minecraft/client/gui/screen/ingame/BookEditScreen$Position
New: Position private static MEMBER net/minecraft/client/gui/screen/ingame/BookEditScreen$PageContent
Inconsistent inner class entries for net/minecraft/entity/passive/RabbitEntity$FleeGoal!
Old: FleeGoal private static MEMBER net/minecraft/entity/passive/RabbitEntity
New: FleeGoal static MEMBER net/minecraft/entity/passive/RabbitEntity$FleeGoal
Inconsistent inner class entries for net/minecraft/structure/NetherFortressGenerator$Piece!
Old: Piece abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$Piece
New: Piece private abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$CorridorRightTurn
Inconsistent inner class entries for net/minecraft/entity/boss/WitherEntity$DescendAtHalfHealthGoal!
Old: DescendAtHalfHealthGoal MEMBER net/minecraft/entity/boss/WitherEntity$DescendAtHalfHealthGoal
New: DescendAtHalfHealthGoal private MEMBER net/minecraft/entity/boss/WitherEntity
Inconsistent inner class entries for net/minecraft/client/gui/hud/InGameHud$class_6411!
Old: class_6411 private static final MEMBER net/minecraft/client/gui/hud/InGameHud
New: class_6411 static final MEMBER net/minecraft/client/gui/hud/InGameHud$class_6411
Inconsistent inner class entries for net/minecraft/structure/NetherFortressGenerator$Piece!
Old: Piece abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$Piece
New: Piece private abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$BridgeEnd
Inconsistent inner class entries for net/minecraft/entity/mob/BlazeEntity$ShootFireballGoal!
Old: ShootFireballGoal private static MEMBER net/minecraft/entity/mob/BlazeEntity
New: ShootFireballGoal static MEMBER net/minecraft/entity/mob/BlazeEntity$ShootFireballGoal
Inconsistent inner class entries for net/minecraft/network/NetworkState$PacketHandlerInitializer!
Old: PacketHandlerInitializer static MEMBER net/minecraft/network/NetworkState$PacketHandlerInitializer
New: PacketHandlerInitializer private static MEMBER net/minecraft/network/NetworkState
Inconsistent inner class entries for net/minecraft/recipe/RecipeMatcher$Matcher!
Old: Matcher private MEMBER net/minecraft/recipe/RecipeMatcher
New: Matcher MEMBER net/minecraft/recipe/RecipeMatcher$Matcher
Inconsistent inner class entries for net/minecraft/entity/passive/TurtleEntity$TurtleEscapeDangerGoal!
Old: TurtleEscapeDangerGoal private static MEMBER net/minecraft/entity/passive/TurtleEntity
New: TurtleEscapeDangerGoal static MEMBER net/minecraft/entity/passive/TurtleEntity$TurtleEscapeDangerGoal
Inconsistent inner class entries for net/minecraft/command/argument/NbtPathArgumentType$PathNode!
Old: PathNode abstract static MEMBER net/minecraft/command/argument/NbtPathArgumentType$PathNode
New: PathNode private abstract static MEMBER net/minecraft/command/argument/NbtPathArgumentType$AllListElementNode
Inconsistent inner class entries for net/minecraft/village/VillagerGossips$GossipEntry!
Old: GossipEntry private static MEMBER net/minecraft/village/VillagerGossips
New: GossipEntry static MEMBER net/minecraft/village/VillagerGossips$GossipEntry
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$PieceSetting!
Old: PieceSetting static MEMBER net/minecraft/structure/OceanMonumentGenerator$PieceSetting
New: PieceSetting private static MEMBER net/minecraft/structure/OceanMonumentGenerator$DoubleYZRoom
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdateNameAction!
Old: UpdateNameAction private static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type
New: UpdateNameAction static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdateNameAction
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type!
Old: Type static final MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type
New: Type private static final MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdateNameAction
Inconsistent inner class entries for net/minecraft/village/TradeOffers$SellDyedArmorFactory!
Old: SellDyedArmorFactory private static MEMBER net/minecraft/village/TradeOffers
New: SellDyedArmorFactory static MEMBER net/minecraft/village/TradeOffers$SellDyedArmorFactory
Inconsistent inner class entries for com/mojang/blaze3d/systems/RenderSystem$IndexBuffer$IndexMapper!
Old: IndexMapper abstract static MEMBER com/mojang/blaze3d/systems/RenderSystem$IndexBuffer$IndexMapper
New: IndexMapper private abstract static MEMBER com/mojang/blaze3d/systems/RenderSystem
Inconsistent inner class entries for net/minecraft/client/gui/screen/CustomizeBuffetLevelScreen$BuffetBiomesListWidget!
Old: BuffetBiomesListWidget private MEMBER net/minecraft/client/gui/screen/CustomizeBuffetLevelScreen$BuffetBiomesListWidget$BuffetBiomeItem
New: BuffetBiomesListWidget MEMBER net/minecraft/client/gui/screen/CustomizeBuffetLevelScreen$BuffetBiomesListWidget
Inconsistent inner class entries for net/minecraft/client/gui/screen/CustomizeBuffetLevelScreen$BuffetBiomesListWidget$BuffetBiomeItem!
Old: BuffetBiomeItem MEMBER net/minecraft/client/gui/screen/CustomizeBuffetLevelScreen$BuffetBiomesListWidget$BuffetBiomeItem
New: BuffetBiomeItem private MEMBER net/minecraft/client/gui/screen/CustomizeBuffetLevelScreen$BuffetBiomesListWidget
Inconsistent inner class entries for net/minecraft/client/world/ClientWorld$ClientEntityHandler!
Old: ClientEntityHandler final MEMBER net/minecraft/client/world/ClientWorld$ClientEntityHandler
New: ClientEntityHandler private final MEMBER net/minecraft/client/world/ClientWorld
Inconsistent inner class entries for net/minecraft/client/world/ClientWorld$BlockParticle!
Old: BlockParticle static final MEMBER net/minecraft/client/world/ClientWorld$BlockParticle
New: BlockParticle private static final MEMBER net/minecraft/client/world/ClientWorld
Inconsistent inner class entries for net/minecraft/entity/passive/TurtleEntity$WanderInWaterGoal!
Old: WanderInWaterGoal private static MEMBER net/minecraft/entity/passive/TurtleEntity
New: WanderInWaterGoal static MEMBER net/minecraft/entity/passive/TurtleEntity$WanderInWaterGoal
Inconsistent inner class entries for net/minecraft/server/command/AdvancementCommand$Operation!
Old: Operation abstract static MEMBER net/minecraft/server/command/AdvancementCommand$Operation
New: Operation private abstract static MEMBER net/minecraft/server/command/AdvancementCommand$Operation$2
Inconsistent inner class entries for net/minecraft/server/command/AdvancementCommand$Operation!
Old: Operation abstract static MEMBER net/minecraft/server/command/AdvancementCommand$Operation
New: Operation private abstract static MEMBER net/minecraft/server/command/AdvancementCommand$Operation$1
Inconsistent inner class entries for net/minecraft/server/function/CommandFunctionManager$class_6345!
Old: class_6345 MEMBER net/minecraft/server/function/CommandFunctionManager$class_6345
New: class_6345 private MEMBER net/minecraft/server/function/CommandFunctionManager
Inconsistent inner class entries for net/minecraft/village/raid/Raid$Member!
Old: Member static final MEMBER net/minecraft/village/raid/Raid$Member
New: Member private static final MEMBER net/minecraft/village/raid/Raid$1
Inconsistent inner class entries for net/minecraft/client/texture/Sprite$Animation!
Old: Animation private MEMBER net/minecraft/client/texture/Sprite$Interpolation
New: Animation MEMBER net/minecraft/client/texture/Sprite$Animation
Inconsistent inner class entries for net/minecraft/client/texture/Sprite$Interpolation!
Old: Interpolation final MEMBER net/minecraft/client/texture/Sprite$Interpolation
New: Interpolation private final MEMBER net/minecraft/client/texture/Sprite$Animation
Inconsistent inner class entries for net/minecraft/client/font/TextRenderer$Drawer!
Old: Drawer private MEMBER net/minecraft/client/font/TextRenderer
New: Drawer MEMBER net/minecraft/client/font/TextRenderer$Drawer
Inconsistent inner class entries for net/minecraft/recipe/BrewingRecipeRegistry$Recipe!
Old: Recipe static MEMBER net/minecraft/recipe/BrewingRecipeRegistry$Recipe
New: Recipe private static MEMBER net/minecraft/recipe/BrewingRecipeRegistry
Inconsistent inner class entries for net/minecraft/server/command/DataCommand$ModifyArgumentCreator!
Old: ModifyArgumentCreator private abstract static MEMBER net/minecraft/server/command/DataCommand
New: ModifyArgumentCreator abstract static MEMBER net/minecraft/server/command/DataCommand$ModifyArgumentCreator
Inconsistent inner class entries for net/minecraft/server/command/DataCommand$ModifyOperation!
Old: ModifyOperation abstract static MEMBER net/minecraft/server/command/DataCommand$ModifyOperation
New: ModifyOperation private abstract static MEMBER net/minecraft/server/command/DataCommand$ModifyArgumentCreator
Inconsistent inner class entries for net/minecraft/structure/NetherFortressGenerator$Piece!
Old: Piece abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$Piece
New: Piece private abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$BridgeSmallCrossing
Inconsistent inner class entries for net/minecraft/structure/StrongholdGenerator$Piece!
Old: Piece private abstract static MEMBER net/minecraft/structure/StrongholdGenerator$SquareRoom
New: Piece abstract static MEMBER net/minecraft/structure/StrongholdGenerator$Piece
Inconsistent inner class entries for net/minecraft/server/MinecraftServer$class_6414!
Old: class_6414 static MEMBER net/minecraft/server/MinecraftServer$class_6414
New: class_6414 private static MEMBER net/minecraft/server/MinecraftServer
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$PieceSetting!
Old: PieceSetting static MEMBER net/minecraft/structure/OceanMonumentGenerator$PieceSetting
New: PieceSetting private static MEMBER net/minecraft/structure/OceanMonumentGenerator$DoubleYRoom
Inconsistent inner class entries for net/minecraft/structure/NetherFortressGenerator$PieceData!
Old: PieceData private static MEMBER net/minecraft/structure/NetherFortressGenerator$Piece
New: PieceData static MEMBER net/minecraft/structure/NetherFortressGenerator$PieceData
Inconsistent inner class entries for net/minecraft/structure/NetherFortressGenerator$Piece!
Old: Piece abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$Piece
New: Piece private abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$PieceData
Inconsistent inner class entries for net/minecraft/world/chunk/ChunkStatus$GenerationTask!
Old: GenerationTask abstract static MEMBER net/minecraft/world/chunk/ChunkStatus$GenerationTask
New: GenerationTask private abstract static MEMBER net/minecraft/world/chunk/ChunkStatus$SimpleGenerationTask
Inconsistent inner class entries for net/minecraft/entity/passive/WanderingTraderEntity$WanderToTargetGoal!
Old: WanderToTargetGoal MEMBER net/minecraft/entity/passive/WanderingTraderEntity$WanderToTargetGoal
New: WanderToTargetGoal private MEMBER net/minecraft/entity/passive/WanderingTraderEntity
Inconsistent inner class entries for net/minecraft/client/sound/RepeatingAudioStream$ReusableInputStream!
Old: ReusableInputStream static MEMBER net/minecraft/client/sound/RepeatingAudioStream$ReusableInputStream
New: ReusableInputStream private static MEMBER net/minecraft/client/sound/RepeatingAudioStream
Inconsistent inner class entries for net/minecraft/client/toast/ToastManager$Entry!
Old: Entry MEMBER net/minecraft/client/toast/ToastManager$Entry
New: Entry private MEMBER net/minecraft/client/toast/ToastManager
Inconsistent inner class entries for net/minecraft/village/TradeOffers$SellPotionHoldingItemFactory!
Old: SellPotionHoldingItemFactory private static MEMBER net/minecraft/village/TradeOffers
New: SellPotionHoldingItemFactory static MEMBER net/minecraft/village/TradeOffers$SellPotionHoldingItemFactory
Inconsistent inner class entries for net/minecraft/structure/WoodlandMansionGenerator$RoomPool!
Old: RoomPool abstract static MEMBER net/minecraft/structure/WoodlandMansionGenerator$RoomPool
New: RoomPool private abstract static MEMBER net/minecraft/structure/WoodlandMansionGenerator$SecondFloorRoomPool
Inconsistent inner class entries for net/minecraft/structure/WoodlandMansionGenerator$SecondFloorRoomPool!
Old: SecondFloorRoomPool private static MEMBER net/minecraft/structure/WoodlandMansionGenerator
New: SecondFloorRoomPool static MEMBER net/minecraft/structure/WoodlandMansionGenerator$SecondFloorRoomPool
Inconsistent inner class entries for net/minecraft/command/EntitySelectorOptions$SelectorOption!
Old: SelectorOption private static MEMBER net/minecraft/command/EntitySelectorOptions
New: SelectorOption static MEMBER net/minecraft/command/EntitySelectorOptions$SelectorOption
Inconsistent inner class entries for net/minecraft/server/command/ExperienceCommand$Component!
Old: Component private static final MEMBER net/minecraft/server/command/ExperienceCommand
New: Component static final MEMBER net/minecraft/server/command/ExperienceCommand$Component
Inconsistent inner class entries for net/minecraft/server/network/ServerLoginNetworkHandler$State!
Old: State private static final MEMBER net/minecraft/server/network/ServerLoginNetworkHandler$1
New: State static final MEMBER net/minecraft/server/network/ServerLoginNetworkHandler$State
Inconsistent inner class entries for net/minecraft/client/gui/screen/PresetsScreen$SuperflatPresetsListWidget!
Old: SuperflatPresetsListWidget MEMBER net/minecraft/client/gui/screen/PresetsScreen$SuperflatPresetsListWidget
New: SuperflatPresetsListWidget private MEMBER net/minecraft/client/gui/screen/PresetsScreen$SuperflatPresetsListWidget$SuperflatPresetEntry
Inconsistent inner class entries for net/minecraft/client/gui/screen/PresetsScreen$SuperflatPreset!
Old: SuperflatPreset static MEMBER net/minecraft/client/gui/screen/PresetsScreen$SuperflatPreset
New: SuperflatPreset private static MEMBER net/minecraft/client/gui/screen/PresetsScreen$SuperflatPresetsListWidget$SuperflatPresetEntry
Inconsistent inner class entries for net/minecraft/structure/Structure$Palette!
Old: Palette private static MEMBER net/minecraft/structure/Structure
New: Palette static MEMBER net/minecraft/structure/Structure$Palette
Inconsistent inner class entries for net/minecraft/client/render/VertexFormatElement$Type$Finisher!
Old: Finisher abstract static MEMBER net/minecraft/client/render/VertexFormatElement$Type$Finisher
New: Finisher private abstract static MEMBER net/minecraft/client/render/VertexFormatElement
Inconsistent inner class entries for net/minecraft/client/render/VertexFormatElement$Type$Starter!
Old: Starter abstract static MEMBER net/minecraft/client/render/VertexFormatElement$Type$Starter
New: Starter private abstract static MEMBER net/minecraft/client/render/VertexFormatElement
Inconsistent inner class entries for net/minecraft/structure/WoodlandMansionGenerator$FlagMatrix!
Old: FlagMatrix private static MEMBER net/minecraft/structure/WoodlandMansionGenerator$MansionParameters
New: FlagMatrix static MEMBER net/minecraft/structure/WoodlandMansionGenerator$FlagMatrix
Inconsistent inner class entries for net/minecraft/client/render/block/BlockModelRenderer$BrightnessCache!
Old: BrightnessCache static MEMBER net/minecraft/client/render/block/BlockModelRenderer$BrightnessCache
New: BrightnessCache private static MEMBER net/minecraft/client/render/block/BlockModelRenderer$AmbientOcclusionCalculator
Inconsistent inner class entries for net/minecraft/client/render/block/BlockModelRenderer$Translation!
Old: Translation static final MEMBER net/minecraft/client/render/block/BlockModelRenderer$Translation
New: Translation private static final MEMBER net/minecraft/client/render/block/BlockModelRenderer$AmbientOcclusionCalculator
Inconsistent inner class entries for net/minecraft/entity/passive/CatEntity$CatFleeGoal!
Old: CatFleeGoal private static MEMBER net/minecraft/entity/passive/CatEntity
New: CatFleeGoal static MEMBER net/minecraft/entity/passive/CatEntity$CatFleeGoal
Inconsistent inner class entries for net/minecraft/structure/NetherFortressGenerator$Piece!
Old: Piece abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$Piece
New: Piece private abstract static MEMBER net/minecraft/structure/NetherFortressGenerator$CorridorLeftTurn
Inconsistent inner class entries for net/minecraft/client/gui/screen/pack/ResourcePackOrganizer$EnabledPack!
Old: EnabledPack private MEMBER net/minecraft/client/gui/screen/pack/ResourcePackOrganizer
New: EnabledPack MEMBER net/minecraft/client/gui/screen/pack/ResourcePackOrganizer$EnabledPack
Inconsistent inner class entries for net/minecraft/client/gui/screen/pack/ResourcePackOrganizer$AbstractPack!
Old: AbstractPack abstract MEMBER net/minecraft/client/gui/screen/pack/ResourcePackOrganizer$AbstractPack
New: AbstractPack private abstract MEMBER net/minecraft/client/gui/screen/pack/ResourcePackOrganizer$EnabledPack
Inconsistent inner class entries for net/minecraft/entity/mob/EndermanEntity$ChasePlayerGoal!
Old: ChasePlayerGoal private static MEMBER net/minecraft/entity/mob/EndermanEntity
New: ChasePlayerGoal static MEMBER net/minecraft/entity/mob/EndermanEntity$ChasePlayerGoal
Inconsistent inner class entries for net/minecraft/client/gui/hud/spectator/SpectatorMenu$CloseSpectatorMenuCommand!
Old: CloseSpectatorMenuCommand private static MEMBER net/minecraft/client/gui/hud/spectator/SpectatorMenu
New: CloseSpectatorMenuCommand static MEMBER net/minecraft/client/gui/hud/spectator/SpectatorMenu$CloseSpectatorMenuCommand
Inconsistent inner class entries for net/minecraft/entity/mob/SilverfishEntity$CallForHelpGoal!
Old: CallForHelpGoal static MEMBER net/minecraft/entity/mob/SilverfishEntity$CallForHelpGoal
New: CallForHelpGoal private static MEMBER net/minecraft/entity/mob/SilverfishEntity
Inconsistent inner class entries for net/minecraft/entity/mob/SilverfishEntity$WanderAndInfestGoal!
Old: WanderAndInfestGoal static MEMBER net/minecraft/entity/mob/SilverfishEntity$WanderAndInfestGoal
New: WanderAndInfestGoal private static MEMBER net/minecraft/entity/mob/SilverfishEntity
Inconsistent inner class entries for net/minecraft/entity/projectile/FishingBobberEntity$PositionType!
Old: PositionType private static final MEMBER net/minecraft/entity/projectile/FishingBobberEntity$1
New: PositionType static final MEMBER net/minecraft/entity/projectile/FishingBobberEntity$PositionType
Inconsistent inner class entries for net/minecraft/server/world/SimpleTickScheduler$Tick!
Old: Tick static MEMBER net/minecraft/server/world/SimpleTickScheduler$Tick
New: Tick private static MEMBER net/minecraft/server/world/SimpleTickScheduler
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry!
Old: PendingInvitationSelectionListEntry MEMBER net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry
New: PendingInvitationSelectionListEntry private MEMBER net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry$AcceptButton
Inconsistent inner class entries for net/minecraft/structure/NetherFortressGenerator$PieceData!
Old: PieceData static MEMBER net/minecraft/structure/NetherFortressGenerator$PieceData
New: PieceData private static MEMBER net/minecraft/structure/NetherFortressGenerator$Start
Inconsistent inner class entries for net/minecraft/entity/mob/PhantomEntity$PhantomMoveControl!
Old: PhantomMoveControl private MEMBER net/minecraft/entity/mob/PhantomEntity
New: PhantomMoveControl MEMBER net/minecraft/entity/mob/PhantomEntity$PhantomMoveControl
Inconsistent inner class entries for net/minecraft/client/gui/screen/ingame/CreativeInventoryScreen$LockableSlot!
Old: LockableSlot private static MEMBER net/minecraft/client/gui/screen/ingame/CreativeInventoryScreen$CreativeScreenHandler
New: LockableSlot static MEMBER net/minecraft/client/gui/screen/ingame/CreativeInventoryScreen$LockableSlot
Inconsistent inner class entries for net/minecraft/loot/function/CopyNbtLootFunction$Operation!
Old: Operation private static MEMBER net/minecraft/loot/function/CopyNbtLootFunction$Builder
New: Operation static MEMBER net/minecraft/loot/function/CopyNbtLootFunction$Operation
Inconsistent inner class entries for net/minecraft/entity/passive/PandaEntity$PandaMateGoal!
Old: PandaMateGoal private MEMBER net/minecraft/entity/passive/PandaEntity
New: PandaMateGoal MEMBER net/minecraft/entity/passive/PandaEntity$PandaMateGoal
Inconsistent inner class entries for net/minecraft/entity/passive/PandaEntity$LookAtEntityGoal!
Old: LookAtEntityGoal static MEMBER net/minecraft/entity/passive/PandaEntity$LookAtEntityGoal
New: LookAtEntityGoal private static MEMBER net/minecraft/entity/passive/PandaEntity$PandaMateGoal
Inconsistent inner class entries for net/minecraft/enchantment/EnchantmentHelper$Consumer!
Old: Consumer abstract static MEMBER net/minecraft/enchantment/EnchantmentHelper$Consumer
New: Consumer private abstract static MEMBER net/minecraft/enchantment/EnchantmentHelper
Inconsistent inner class entries for net/minecraft/server/world/ServerEntityManager$Status!
Old: Status static final MEMBER net/minecraft/server/world/ServerEntityManager$Status
New: Status private static final MEMBER net/minecraft/server/world/ServerEntityManager
Inconsistent inner class entries for net/minecraft/server/world/ServerEntityManager$Listener!
Old: Listener MEMBER net/minecraft/server/world/ServerEntityManager$Listener
New: Listener private MEMBER net/minecraft/server/world/ServerEntityManager
Inconsistent inner class entries for net/minecraft/entity/passive/TropicalFishEntity$Variety!
Old: Variety static final MEMBER net/minecraft/entity/passive/TropicalFishEntity$Variety
New: Variety private static final MEMBER net/minecraft/entity/passive/TropicalFishEntity
Inconsistent inner class entries for net/minecraft/entity/passive/TropicalFishEntity$TropicalFishData!
Old: TropicalFishData static MEMBER net/minecraft/entity/passive/TropicalFishEntity$TropicalFishData
New: TropicalFishData private static MEMBER net/minecraft/entity/passive/TropicalFishEntity
Inconsistent inner class entries for net/minecraft/client/font/TextHandler$LineBreakingVisitor!
Old: LineBreakingVisitor private MEMBER net/minecraft/client/font/TextHandler
New: LineBreakingVisitor MEMBER net/minecraft/client/font/TextHandler$LineBreakingVisitor
Inconsistent inner class entries for net/minecraft/client/MinecraftClientGame$PerformanceMetricsImpl!
Old: PerformanceMetricsImpl private static MEMBER net/minecraft/client/MinecraftClientGame
New: PerformanceMetricsImpl static MEMBER net/minecraft/client/MinecraftClientGame$PerformanceMetricsImpl
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$PieceSetting!
Old: PieceSetting static MEMBER net/minecraft/structure/OceanMonumentGenerator$PieceSetting
New: PieceSetting private static MEMBER net/minecraft/structure/OceanMonumentGenerator$DoubleXRoomFactory
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$DoubleXRoomFactory!
Old: DoubleXRoomFactory private static MEMBER net/minecraft/structure/OceanMonumentGenerator
New: DoubleXRoomFactory static MEMBER net/minecraft/structure/OceanMonumentGenerator$DoubleXRoomFactory
Inconsistent inner class entries for net/minecraft/entity/passive/PandaEntity$PickUpFoodGoal!
Old: PickUpFoodGoal private MEMBER net/minecraft/entity/passive/PandaEntity
New: PickUpFoodGoal MEMBER net/minecraft/entity/passive/PandaEntity$PickUpFoodGoal
Inconsistent inner class entries for net/minecraft/entity/mob/GhastEntity$LookAtTargetGoal!
Old: LookAtTargetGoal private static MEMBER net/minecraft/entity/mob/GhastEntity
New: LookAtTargetGoal static MEMBER net/minecraft/entity/mob/GhastEntity$LookAtTargetGoal
Inconsistent inner class entries for net/minecraft/client/render/block/BlockModelRenderer$AmbientOcclusionCalculator!
Old: AmbientOcclusionCalculator MEMBER net/minecraft/client/render/block/BlockModelRenderer$AmbientOcclusionCalculator
New: AmbientOcclusionCalculator private MEMBER net/minecraft/client/render/block/BlockModelRenderer
Inconsistent inner class entries for net/minecraft/client/render/block/BlockModelRenderer$BrightnessCache!
Old: BrightnessCache static MEMBER net/minecraft/client/render/block/BlockModelRenderer$BrightnessCache
New: BrightnessCache private static MEMBER net/minecraft/client/render/block/BlockModelRenderer
Inconsistent inner class entries for net/minecraft/client/render/block/BlockModelRenderer$Translation!
Old: Translation static final MEMBER net/minecraft/client/render/block/BlockModelRenderer$Translation
New: Translation private static final MEMBER net/minecraft/client/render/block/BlockModelRenderer
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$PieceFactory!
Old: PieceFactory private abstract static MEMBER net/minecraft/structure/OceanMonumentGenerator$SimpleRoomTopFactory
New: PieceFactory abstract static MEMBER net/minecraft/structure/OceanMonumentGenerator$PieceFactory
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$PieceSetting!
Old: PieceSetting static MEMBER net/minecraft/structure/OceanMonumentGenerator$PieceSetting
New: PieceSetting private static MEMBER net/minecraft/structure/OceanMonumentGenerator$PieceFactory
Inconsistent inner class entries for net/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode!
Old: GameMode static final MEMBER net/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode
New: GameMode private static final MEMBER net/minecraft/client/gui/screen/GameModeSelectionScreen$1
Inconsistent inner class entries for net/minecraft/client/texture/Sprite$AnimationFrame!
Old: AnimationFrame private static MEMBER net/minecraft/client/texture/Sprite$Interpolation
New: AnimationFrame static MEMBER net/minecraft/client/texture/Sprite$AnimationFrame
Inconsistent inner class entries for net/minecraft/client/sound/SoundEngine$SourceSet!
Old: SourceSet abstract static MEMBER net/minecraft/client/sound/SoundEngine$SourceSet
New: SourceSet private abstract static MEMBER net/minecraft/client/sound/SoundEngine
Inconsistent inner class entries for net/minecraft/village/TradeOffers$SellSuspiciousStewFactory!
Old: SellSuspiciousStewFactory private static MEMBER net/minecraft/village/TradeOffers
New: SellSuspiciousStewFactory static MEMBER net/minecraft/village/TradeOffers$SellSuspiciousStewFactory
Inconsistent inner class entries for net/minecraft/server/filter/TextFilterer$Impl!
Old: Impl MEMBER net/minecraft/server/filter/TextFilterer$Impl
New: Impl private MEMBER net/minecraft/server/filter/TextFilterer
Inconsistent inner class entries for net/minecraft/client/render/model/json/ItemModelGenerator$Frame!
Old: Frame private static MEMBER net/minecraft/client/render/model/json/ItemModelGenerator
New: Frame static MEMBER net/minecraft/client/render/model/json/ItemModelGenerator$Frame
Inconsistent inner class entries for net/minecraft/client/render/model/json/ItemModelGenerator$Side!
Old: Side static final MEMBER net/minecraft/client/render/model/json/ItemModelGenerator$Side
New: Side private static final MEMBER net/minecraft/client/render/model/json/ItemModelGenerator$Frame
Inconsistent inner class entries for net/minecraft/client/gui/screen/world/CreateWorldScreen$Mode!
Old: Mode private static final MEMBER net/minecraft/client/gui/screen/world/CreateWorldScreen
New: Mode static final MEMBER net/minecraft/client/gui/screen/world/CreateWorldScreen$Mode
Inconsistent inner class entries for net/minecraft/server/command/CloneCommand$BlockInfo!
Old: BlockInfo private static MEMBER net/minecraft/server/command/CloneCommand
New: BlockInfo static MEMBER net/minecraft/server/command/CloneCommand$BlockInfo
Inconsistent inner class entries for net/minecraft/world/biome/source/MultiNoiseBiomeSource$Instance!
Old: Instance private static final MEMBER net/minecraft/world/biome/source/MultiNoiseBiomeSource
New: Instance static final MEMBER net/minecraft/world/biome/source/MultiNoiseBiomeSource$Instance
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$PieceSetting!
Old: PieceSetting static MEMBER net/minecraft/structure/OceanMonumentGenerator$PieceSetting
New: PieceSetting private static MEMBER net/minecraft/structure/OceanMonumentGenerator$SimpleRoomFactory
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$SimpleRoomFactory!
Old: SimpleRoomFactory private static MEMBER net/minecraft/structure/OceanMonumentGenerator
New: SimpleRoomFactory static MEMBER net/minecraft/structure/OceanMonumentGenerator$SimpleRoomFactory
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$PieceFactory!
Old: PieceFactory abstract static MEMBER net/minecraft/structure/OceanMonumentGenerator$PieceFactory
New: PieceFactory private abstract static MEMBER net/minecraft/structure/OceanMonumentGenerator$SimpleRoomFactory
Inconsistent inner class entries for net/minecraft/util/profiler/MetricSuppliers$class_6399!
Old: class_6399 static MEMBER net/minecraft/util/profiler/MetricSuppliers$class_6399
New: class_6399 private static MEMBER net/minecraft/util/profiler/MetricSuppliers
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsPlayerScreen$PlayerOperation!
Old: PlayerOperation static final MEMBER net/minecraft/client/realms/gui/screen/RealmsPlayerScreen$PlayerOperation
New: PlayerOperation private static final MEMBER net/minecraft/client/realms/gui/screen/RealmsPlayerScreen
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionList!
Old: InvitedObjectSelectionList MEMBER net/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionList
New: InvitedObjectSelectionList private MEMBER net/minecraft/client/realms/gui/screen/RealmsPlayerScreen
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry!
Old: InvitedObjectSelectionListEntry MEMBER net/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry
New: InvitedObjectSelectionListEntry private MEMBER net/minecraft/client/realms/gui/screen/RealmsPlayerScreen
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldSelectionList!
Old: WorldSelectionList private MEMBER net/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen
New: WorldSelectionList MEMBER net/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldSelectionList
Inconsistent inner class entries for net/minecraft/village/TradeOffers$SellMapFactory!
Old: SellMapFactory private static MEMBER net/minecraft/village/TradeOffers
New: SellMapFactory static MEMBER net/minecraft/village/TradeOffers$SellMapFactory
Inconsistent inner class entries for net/minecraft/command/argument/OperationArgumentType$IntOperator!
Old: IntOperator private abstract static MEMBER net/minecraft/command/argument/OperationArgumentType
New: IntOperator abstract static MEMBER net/minecraft/command/argument/OperationArgumentType$IntOperator
Inconsistent inner class entries for net/minecraft/world/biome/Biome$Weather!
Old: Weather static MEMBER net/minecraft/world/biome/Biome$Weather
New: Weather private static MEMBER net/minecraft/world/biome/Biome
Inconsistent inner class entries for net/minecraft/entity/passive/FishEntity$SwimToRandomPlaceGoal!
Old: SwimToRandomPlaceGoal private static MEMBER net/minecraft/entity/passive/FishEntity
New: SwimToRandomPlaceGoal static MEMBER net/minecraft/entity/passive/FishEntity$SwimToRandomPlaceGoal
Inconsistent inner class entries for net/minecraft/client/item/ModelPredicateProviderRegistry$AngleInterpolator!
Old: AngleInterpolator static MEMBER net/minecraft/client/item/ModelPredicateProviderRegistry$AngleInterpolator
New: AngleInterpolator private static MEMBER net/minecraft/client/item/ModelPredicateProviderRegistry$2
Inconsistent inner class entries for net/minecraft/predicate/PlayerPredicate$CompletedAdvancementPredicate!
Old: CompletedAdvancementPredicate static MEMBER net/minecraft/predicate/PlayerPredicate$CompletedAdvancementPredicate
New: CompletedAdvancementPredicate private static MEMBER net/minecraft/predicate/PlayerPredicate
Inconsistent inner class entries for net/minecraft/predicate/PlayerPredicate$AdvancementCriteriaPredicate!
Old: AdvancementCriteriaPredicate static MEMBER net/minecraft/predicate/PlayerPredicate$AdvancementCriteriaPredicate
New: AdvancementCriteriaPredicate private static MEMBER net/minecraft/predicate/PlayerPredicate
Inconsistent inner class entries for net/minecraft/predicate/PlayerPredicate$AdvancementPredicate!
Old: AdvancementPredicate abstract static MEMBER net/minecraft/predicate/PlayerPredicate$AdvancementPredicate
New: AdvancementPredicate private abstract static MEMBER net/minecraft/predicate/PlayerPredicate
Inconsistent inner class entries for net/minecraft/loot/function/CopyNbtLootFunction$Operation!
Old: Operation static MEMBER net/minecraft/loot/function/CopyNbtLootFunction$Operation
New: Operation private static MEMBER net/minecraft/loot/function/CopyNbtLootFunction
Inconsistent inner class entries for net/minecraft/client/gui/screen/StatsScreen$GeneralStatsListWidget!
Old: GeneralStatsListWidget MEMBER net/minecraft/client/gui/screen/StatsScreen$GeneralStatsListWidget
New: GeneralStatsListWidget private MEMBER net/minecraft/client/gui/screen/StatsScreen
Inconsistent inner class entries for net/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget!
Old: EntityStatsListWidget MEMBER net/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget
New: EntityStatsListWidget private MEMBER net/minecraft/client/gui/screen/StatsScreen
Inconsistent inner class entries for net/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry!
Old: Entry MEMBER net/minecraft/client/gui/screen/StatsScreen$EntityStatsListWidget$Entry
New: Entry private MEMBER net/minecraft/client/gui/screen/StatsScreen
Inconsistent inner class entries for net/minecraft/client/gui/screen/StatsScreen$ItemStatsListWidget$Entry!
Old: Entry MEMBER net/minecraft/client/gui/screen/StatsScreen$ItemStatsListWidget$Entry
New: Entry private MEMBER net/minecraft/client/gui/screen/StatsScreen
Inconsistent inner class entries for net/minecraft/client/gui/screen/StatsScreen$ItemStatsListWidget$ItemComparator!
Old: ItemComparator MEMBER net/minecraft/client/gui/screen/StatsScreen$ItemStatsListWidget$ItemComparator
New: ItemComparator private MEMBER net/minecraft/client/gui/screen/StatsScreen
Inconsistent inner class entries for net/minecraft/client/gui/screen/StatsScreen$GeneralStatsListWidget$Entry!
Old: Entry MEMBER net/minecraft/client/gui/screen/StatsScreen$GeneralStatsListWidget$Entry
New: Entry private MEMBER net/minecraft/client/gui/screen/StatsScreen
Inconsistent inner class entries for net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractType!
Old: InteractType private static final MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractAtHandler
New: InteractType static final MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractType
Inconsistent inner class entries for net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractTypeHandler!
Old: InteractTypeHandler abstract static MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractTypeHandler
New: InteractTypeHandler private abstract static MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractType
Inconsistent inner class entries for net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractAtHandler!
Old: InteractAtHandler static MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractAtHandler
New: InteractAtHandler private static MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractType
Inconsistent inner class entries for net/minecraft/predicate/PlayerPredicate$CompletedAdvancementPredicate!
Old: CompletedAdvancementPredicate static MEMBER net/minecraft/predicate/PlayerPredicate$CompletedAdvancementPredicate
New: CompletedAdvancementPredicate private static MEMBER net/minecraft/predicate/PlayerPredicate$Builder
Inconsistent inner class entries for net/minecraft/predicate/PlayerPredicate$AdvancementCriteriaPredicate!
Old: AdvancementCriteriaPredicate static MEMBER net/minecraft/predicate/PlayerPredicate$AdvancementCriteriaPredicate
New: AdvancementCriteriaPredicate private static MEMBER net/minecraft/predicate/PlayerPredicate$Builder
Inconsistent inner class entries for net/minecraft/predicate/PlayerPredicate$AdvancementPredicate!
Old: AdvancementPredicate abstract static MEMBER net/minecraft/predicate/PlayerPredicate$AdvancementPredicate
New: AdvancementPredicate private abstract static MEMBER net/minecraft/predicate/PlayerPredicate$Builder
Inconsistent inner class entries for net/minecraft/entity/mob/SlimeEntity$MoveGoal!
Old: MoveGoal private static MEMBER net/minecraft/entity/mob/SlimeEntity
New: MoveGoal static MEMBER net/minecraft/entity/mob/SlimeEntity$MoveGoal
Inconsistent inner class entries for net/minecraft/entity/mob/SlimeEntity$SlimeMoveControl!
Old: SlimeMoveControl static MEMBER net/minecraft/entity/mob/SlimeEntity$SlimeMoveControl
New: SlimeMoveControl private static MEMBER net/minecraft/entity/mob/SlimeEntity$MoveGoal
Inconsistent inner class entries for net/minecraft/network/NetworkState$PacketHandler!
Old: PacketHandler private static MEMBER net/minecraft/network/NetworkState$PacketHandlerInitializer
New: PacketHandler static MEMBER net/minecraft/network/NetworkState$PacketHandler
Inconsistent inner class entries for net/minecraft/server/world/ServerLightingProvider$Stage!
Old: Stage static final MEMBER net/minecraft/server/world/ServerLightingProvider$Stage
New: Stage private static final MEMBER net/minecraft/server/world/ServerLightingProvider
Inconsistent inner class entries for net/minecraft/client/render/model/json/ItemModelGenerator$Side!
Old: Side static final MEMBER net/minecraft/client/render/model/json/ItemModelGenerator$Side
New: Side private static final MEMBER net/minecraft/client/render/model/json/ItemModelGenerator$1
Inconsistent inner class entries for net/minecraft/client/gui/screen/ingame/BookEditScreen$Line!
Old: Line private static MEMBER net/minecraft/client/gui/screen/ingame/BookEditScreen
New: Line static MEMBER net/minecraft/client/gui/screen/ingame/BookEditScreen$Line
Inconsistent inner class entries for net/minecraft/entity/passive/FoxEntity$FoxSwimGoal!
Old: FoxSwimGoal private MEMBER net/minecraft/entity/passive/FoxEntity
New: FoxSwimGoal MEMBER net/minecraft/entity/passive/FoxEntity$FoxSwimGoal
Inconsistent inner class entries for net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractHandler!
Old: InteractHandler private static MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket
New: InteractHandler static MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractHandler
Inconsistent inner class entries for net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractType!
Old: InteractType static final MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractType
New: InteractType private static final MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractHandler
Inconsistent inner class entries for net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractTypeHandler!
Old: InteractTypeHandler abstract static MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractTypeHandler
New: InteractTypeHandler private abstract static MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractHandler
Inconsistent inner class entries for net/minecraft/entity/passive/AxolotlEntity$AxolotlMoveControl!
Old: AxolotlMoveControl static MEMBER net/minecraft/entity/passive/AxolotlEntity$AxolotlMoveControl
New: AxolotlMoveControl private static MEMBER net/minecraft/entity/passive/AxolotlEntity
Inconsistent inner class entries for net/minecraft/entity/passive/AxolotlEntity$AxolotlLookControl!
Old: AxolotlLookControl MEMBER net/minecraft/entity/passive/AxolotlEntity$AxolotlLookControl
New: AxolotlLookControl private MEMBER net/minecraft/entity/passive/AxolotlEntity
Inconsistent inner class entries for net/minecraft/entity/passive/AxolotlEntity$AxolotlSwimNavigation!
Old: AxolotlSwimNavigation static MEMBER net/minecraft/entity/passive/AxolotlEntity$AxolotlSwimNavigation
New: AxolotlSwimNavigation private static MEMBER net/minecraft/entity/passive/AxolotlEntity
Inconsistent inner class entries for net/minecraft/server/world/ServerWorld$ServerEntityHandler!
Old: ServerEntityHandler final MEMBER net/minecraft/server/world/ServerWorld$ServerEntityHandler
New: ServerEntityHandler private final MEMBER net/minecraft/server/world/ServerWorld
Inconsistent inner class entries for net/minecraft/client/gui/screen/CustomizeBuffetLevelScreen$BuffetBiomesListWidget!
Old: BuffetBiomesListWidget MEMBER net/minecraft/client/gui/screen/CustomizeBuffetLevelScreen$BuffetBiomesListWidget
New: BuffetBiomesListWidget private MEMBER net/minecraft/client/gui/screen/CustomizeBuffetLevelScreen
Inconsistent inner class entries for net/minecraft/client/gui/screen/CustomizeBuffetLevelScreen$BuffetBiomesListWidget$BuffetBiomeItem!
Old: BuffetBiomeItem MEMBER net/minecraft/client/gui/screen/CustomizeBuffetLevelScreen$BuffetBiomesListWidget$BuffetBiomeItem
New: BuffetBiomeItem private MEMBER net/minecraft/client/gui/screen/CustomizeBuffetLevelScreen
Inconsistent inner class entries for net/minecraft/entity/passive/BeeEntity$NotAngryGoal!
Old: NotAngryGoal private abstract MEMBER net/minecraft/entity/passive/BeeEntity$PollinateGoal
New: NotAngryGoal abstract MEMBER net/minecraft/entity/passive/BeeEntity$NotAngryGoal
Inconsistent inner class entries for net/minecraft/world/biome/Biome$Weather!
Old: Weather static MEMBER net/minecraft/world/biome/Biome$Weather
New: Weather private static MEMBER net/minecraft/world/biome/Biome$Builder
Inconsistent inner class entries for net/minecraft/command/argument/NbtPathArgumentType$PathNode!
Old: PathNode abstract static MEMBER net/minecraft/command/argument/NbtPathArgumentType$PathNode
New: PathNode private abstract static MEMBER net/minecraft/command/argument/NbtPathArgumentType$FilteredNamedNode
Inconsistent inner class entries for net/minecraft/entity/mob/PhantomEntity$FindTargetGoal!
Old: FindTargetGoal private MEMBER net/minecraft/entity/mob/PhantomEntity
New: FindTargetGoal MEMBER net/minecraft/entity/mob/PhantomEntity$FindTargetGoal
Inconsistent inner class entries for net/minecraft/structure/OceanMonumentGenerator$PieceSetting!
Old: PieceSetting static MEMBER net/minecraft/structure/OceanMonumentGenerator$PieceSetting
New: PieceSetting private static MEMBER net/minecraft/structure/OceanMonumentGenerator$DoubleZRoom
Inconsistent inner class entries for net/minecraft/village/raid/Raid$Status!
Old: Status static final MEMBER net/minecraft/village/raid/Raid$Status
New: Status private static final MEMBER net/minecraft/village/raid/Raid
Inconsistent inner class entries for net/minecraft/village/raid/Raid$Member!
Old: Member static final MEMBER net/minecraft/village/raid/Raid$Member
New: Member private static final MEMBER net/minecraft/village/raid/Raid
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type!
Old: Type static final MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type
New: Type private static final MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdateProgressAction!
Old: UpdateProgressAction static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdateProgressAction
New: UpdateProgressAction private static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdateNameAction!
Old: UpdateNameAction static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdateNameAction
New: UpdateNameAction private static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdateStyleAction!
Old: UpdateStyleAction static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdateStyleAction
New: UpdateStyleAction private static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdatePropertiesAction!
Old: UpdatePropertiesAction static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$UpdatePropertiesAction
New: UpdatePropertiesAction private static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket
Inconsistent inner class entries for net/minecraft/client/gui/screen/StatsScreen$ItemStatsListWidget!
Old: ItemStatsListWidget private MEMBER net/minecraft/client/gui/screen/StatsScreen$ItemStatsListWidget$ItemComparator
New: ItemStatsListWidget MEMBER net/minecraft/client/gui/screen/StatsScreen$ItemStatsListWidget
Inconsistent inner class entries for net/minecraft/client/gui/screen/StatsScreen$ItemStatsListWidget$ItemComparator!
Old: ItemComparator MEMBER net/minecraft/client/gui/screen/StatsScreen$ItemStatsListWidget$ItemComparator
New: ItemComparator private MEMBER net/minecraft/client/gui/screen/StatsScreen$ItemStatsListWidget
Inconsistent inner class entries for net/minecraft/client/gui/screen/StatsScreen$ItemStatsListWidget$Entry!
Old: Entry MEMBER net/minecraft/client/gui/screen/StatsScreen$ItemStatsListWidget$Entry
New: Entry private MEMBER net/minecraft/client/gui/screen/StatsScreen$ItemStatsListWidget
Inconsistent inner class entries for net/minecraft/server/rcon/QueryResponseHandler$Query!
Old: Query private static MEMBER net/minecraft/server/rcon/QueryResponseHandler
New: Query static MEMBER net/minecraft/server/rcon/QueryResponseHandler$Query
Inconsistent inner class entries for net/minecraft/world/gen/feature/EndSpikeFeature$SpikeCache!
Old: SpikeCache private static MEMBER net/minecraft/world/gen/feature/EndSpikeFeature
New: SpikeCache static MEMBER net/minecraft/world/gen/feature/EndSpikeFeature$SpikeCache
Inconsistent inner class entries for net/minecraft/entity/mob/RavagerEntity$PathNodeMaker!
Old: PathNodeMaker static MEMBER net/minecraft/entity/mob/RavagerEntity$PathNodeMaker
New: PathNodeMaker private static MEMBER net/minecraft/entity/mob/RavagerEntity$Navigation
Inconsistent inner class entries for net/minecraft/entity/mob/RavagerEntity$Navigation!
Old: Navigation private static MEMBER net/minecraft/entity/mob/RavagerEntity
New: Navigation static MEMBER net/minecraft/entity/mob/RavagerEntity$Navigation
Inconsistent inner class entries for net/minecraft/entity/passive/TurtleEntity$TurtleSwimNavigation!
Old: TurtleSwimNavigation private static MEMBER net/minecraft/entity/passive/TurtleEntity
New: TurtleSwimNavigation static MEMBER net/minecraft/entity/passive/TurtleEntity$TurtleSwimNavigation
Inconsistent inner class entries for net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractType!
Old: InteractType static final MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractType
New: InteractType private static final MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$1
Inconsistent inner class entries for net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractTypeHandler!
Old: InteractTypeHandler abstract static MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractTypeHandler
New: InteractTypeHandler private abstract static MEMBER net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$1
Inconsistent inner class entries for net/minecraft/entity/passive/OcelotEntity$FleeGoal!
Old: FleeGoal private static MEMBER net/minecraft/entity/passive/OcelotEntity
New: FleeGoal static MEMBER net/minecraft/entity/passive/OcelotEntity$FleeGoal
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry!
Old: BackupObjectSelectionListEntry private MEMBER net/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionList
New: BackupObjectSelectionListEntry MEMBER net/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry
Inconsistent inner class entries for net/minecraft/client/gui/screen/ingame/HandledScreens$Provider!
Old: Provider private abstract static MEMBER net/minecraft/client/gui/screen/ingame/HandledScreens
New: Provider abstract static MEMBER net/minecraft/client/gui/screen/ingame/HandledScreens$Provider
Inconsistent inner class entries for net/minecraft/entity/mob/VindicatorEntity$BreakDoorGoal!
Old: BreakDoorGoal static MEMBER net/minecraft/entity/mob/VindicatorEntity$BreakDoorGoal
New: BreakDoorGoal private static MEMBER net/minecraft/entity/mob/VindicatorEntity
Inconsistent inner class entries for net/minecraft/entity/mob/VindicatorEntity$AttackGoal!
Old: AttackGoal MEMBER net/minecraft/entity/mob/VindicatorEntity$AttackGoal
New: AttackGoal private MEMBER net/minecraft/entity/mob/VindicatorEntity
Inconsistent inner class entries for com/mojang/blaze3d/platform/GlStateManager$ScissorTestState!
Old: ScissorTestState static MEMBER com/mojang/blaze3d/platform/GlStateManager$ScissorTestState
New: ScissorTestState private static MEMBER com/mojang/blaze3d/platform/GlStateManager
Inconsistent inner class entries for com/mojang/blaze3d/platform/GlStateManager$CapabilityTracker!
Old: CapabilityTracker static MEMBER com/mojang/blaze3d/platform/GlStateManager$CapabilityTracker
New: CapabilityTracker private static MEMBER com/mojang/blaze3d/platform/GlStateManager
Inconsistent inner class entries for com/mojang/blaze3d/platform/GlStateManager$DepthTestState!
Old: DepthTestState static MEMBER com/mojang/blaze3d/platform/GlStateManager$DepthTestState
New: DepthTestState private static MEMBER com/mojang/blaze3d/platform/GlStateManager
Inconsistent inner class entries for com/mojang/blaze3d/platform/GlStateManager$BlendFuncState!
Old: BlendFuncState static MEMBER com/mojang/blaze3d/platform/GlStateManager$BlendFuncState
New: BlendFuncState private static MEMBER com/mojang/blaze3d/platform/GlStateManager
Inconsistent inner class entries for com/mojang/blaze3d/platform/GlStateManager$PolygonOffsetState!
Old: PolygonOffsetState static MEMBER com/mojang/blaze3d/platform/GlStateManager$PolygonOffsetState
New: PolygonOffsetState private static MEMBER com/mojang/blaze3d/platform/GlStateManager
Inconsistent inner class entries for com/mojang/blaze3d/platform/GlStateManager$LogicOpState!
Old: LogicOpState static MEMBER com/mojang/blaze3d/platform/GlStateManager$LogicOpState
New: LogicOpState private static MEMBER com/mojang/blaze3d/platform/GlStateManager
Inconsistent inner class entries for com/mojang/blaze3d/platform/GlStateManager$ColorMask!
Old: ColorMask static MEMBER com/mojang/blaze3d/platform/GlStateManager$ColorMask
New: ColorMask private static MEMBER com/mojang/blaze3d/platform/GlStateManager
Inconsistent inner class entries for com/mojang/blaze3d/platform/GlStateManager$StencilState!
Old: StencilState static MEMBER com/mojang/blaze3d/platform/GlStateManager$StencilState
New: StencilState private static MEMBER com/mojang/blaze3d/platform/GlStateManager
Inconsistent inner class entries for com/mojang/blaze3d/platform/GlStateManager$StencilSubState!
Old: StencilSubState static MEMBER com/mojang/blaze3d/platform/GlStateManager$StencilSubState
New: StencilSubState private static MEMBER com/mojang/blaze3d/platform/GlStateManager
Inconsistent inner class entries for net/minecraft/entity/passive/GoatEntity$GoatPathNodeMaker!
Old: GoatPathNodeMaker private static MEMBER net/minecraft/entity/passive/GoatEntity
New: GoatPathNodeMaker static MEMBER net/minecraft/entity/passive/GoatEntity$GoatPathNodeMaker
Inconsistent inner class entries for net/minecraft/client/render/debug/GameEventDebugRenderer$Listener!
Old: Listener static MEMBER net/minecraft/client/render/debug/GameEventDebugRenderer$Listener
New: Listener private static MEMBER net/minecraft/client/render/debug/GameEventDebugRenderer
Inconsistent inner class entries for net/minecraft/client/render/debug/GameEventDebugRenderer$Entry!
Old: Entry static MEMBER net/minecraft/client/render/debug/GameEventDebugRenderer$Entry
New: Entry private static MEMBER net/minecraft/client/render/debug/GameEventDebugRenderer
Inconsistent inner class entries for net/minecraft/data/client/model/BlockStateModelGenerator$StateFactory!
Old: StateFactory abstract static MEMBER net/minecraft/data/client/model/BlockStateModelGenerator$StateFactory
New: StateFactory private abstract static MEMBER net/minecraft/data/client/model/BlockStateModelGenerator
Inconsistent inner class entries for net/minecraft/data/client/model/BlockStateModelGenerator$BlockTexturePool!
Old: BlockTexturePool MEMBER net/minecraft/data/client/model/BlockStateModelGenerator$BlockTexturePool
New: BlockTexturePool private MEMBER net/minecraft/data/client/model/BlockStateModelGenerator
Inconsistent inner class entries for net/minecraft/data/client/model/BlockStateModelGenerator$LogTexturePool!
Old: LogTexturePool MEMBER net/minecraft/data/client/model/BlockStateModelGenerator$LogTexturePool
New: LogTexturePool private MEMBER net/minecraft/data/client/model/BlockStateModelGenerator
Inconsistent inner class entries for net/minecraft/data/client/model/BlockStateModelGenerator$TintType!
Old: TintType static final MEMBER net/minecraft/data/client/model/BlockStateModelGenerator$TintType
New: TintType private static final MEMBER net/minecraft/data/client/model/BlockStateModelGenerator
Inconsistent inner class entries for net/minecraft/data/client/model/BlockStateModelGenerator$BuiltinModelPool!
Old: BuiltinModelPool MEMBER net/minecraft/data/client/model/BlockStateModelGenerator$BuiltinModelPool
New: BuiltinModelPool private MEMBER net/minecraft/data/client/model/BlockStateModelGenerator
Inconsistent inner class entries for net/minecraft/world/chunk/UpgradeData$BuiltinLogic!
Old: BuiltinLogic private abstract static MEMBER net/minecraft/world/chunk/UpgradeData
New: BuiltinLogic abstract static MEMBER net/minecraft/world/chunk/UpgradeData$BuiltinLogic
Inconsistent inner class entries for net/minecraft/client/particle/ParticleManager$SimpleSpriteProvider!
Old: SimpleSpriteProvider private MEMBER net/minecraft/client/particle/ParticleManager
New: SimpleSpriteProvider MEMBER net/minecraft/client/particle/ParticleManager$SimpleSpriteProvider
Inconsistent inner class entries for net/minecraft/world/border/WorldBorder$StaticArea!
Old: StaticArea MEMBER net/minecraft/world/border/WorldBorder$StaticArea
New: StaticArea private MEMBER net/minecraft/world/border/WorldBorder
Inconsistent inner class entries for net/minecraft/world/border/WorldBorder$Area!
Old: Area abstract static MEMBER net/minecraft/world/border/WorldBorder$Area
New: Area private abstract static MEMBER net/minecraft/world/border/WorldBorder
Inconsistent inner class entries for net/minecraft/world/border/WorldBorder$MovingArea!
Old: MovingArea MEMBER net/minecraft/world/border/WorldBorder$MovingArea
New: MovingArea private MEMBER net/minecraft/world/border/WorldBorder
Inconsistent inner class entries for com/mojang/blaze3d/platform/GlStateManager$CapabilityTracker!
Old: CapabilityTracker static MEMBER com/mojang/blaze3d/platform/GlStateManager$CapabilityTracker
New: CapabilityTracker private static MEMBER com/mojang/blaze3d/platform/GlStateManager$CullFaceState
Inconsistent inner class entries for com/mojang/blaze3d/platform/GlStateManager$CullFaceState!
Old: CullFaceState private static MEMBER com/mojang/blaze3d/platform/GlStateManager
New: CullFaceState static MEMBER com/mojang/blaze3d/platform/GlStateManager$CullFaceState
Inconsistent inner class entries for net/minecraft/entity/mob/GhastEntity$ShootFireballGoal!
Old: ShootFireballGoal private static MEMBER net/minecraft/entity/mob/GhastEntity
New: ShootFireballGoal static MEMBER net/minecraft/entity/mob/GhastEntity$ShootFireballGoal
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Action!
Old: Action private abstract static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type
New: Action abstract static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Action
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type!
Old: Type static final MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type
New: Type private static final MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Action
Inconsistent inner class entries for net/minecraft/entity/mob/SpiderEntity$FollowTargetGoal!
Old: FollowTargetGoal private static MEMBER net/minecraft/entity/mob/SpiderEntity
New: FollowTargetGoal static MEMBER net/minecraft/entity/mob/SpiderEntity$FollowTargetGoal
Inconsistent inner class entries for net/minecraft/world/biome/layer/BiomeLayers$Category!
Old: Category private static final MEMBER net/minecraft/world/biome/layer/BiomeLayers
New: Category static final MEMBER net/minecraft/world/biome/layer/BiomeLayers$Category
Inconsistent inner class entries for net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$Task!
Old: Task private abstract MEMBER net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk
New: Task abstract MEMBER net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$Task
Inconsistent inner class entries for net/minecraft/client/render/chunk/ChunkBuilder$Result!
Old: Result static final MEMBER net/minecraft/client/render/chunk/ChunkBuilder$Result
New: Result private static final MEMBER net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$Task
Inconsistent inner class entries for net/minecraft/util/UserCache$Entry!
Old: Entry private static MEMBER net/minecraft/util/UserCache
New: Entry static MEMBER net/minecraft/util/UserCache$Entry
Inconsistent inner class entries for net/minecraft/server/command/DebugCommand$Tracer!
Old: Tracer private static MEMBER net/minecraft/server/command/DebugCommand
New: Tracer static MEMBER net/minecraft/server/command/DebugCommand$Tracer
Inconsistent inner class entries for net/minecraft/entity/mob/IllusionerEntity$GiveInvisibilityGoal!
Old: GiveInvisibilityGoal private MEMBER net/minecraft/entity/mob/IllusionerEntity
New: GiveInvisibilityGoal MEMBER net/minecraft/entity/mob/IllusionerEntity$GiveInvisibilityGoal
Inconsistent inner class entries for net/minecraft/data/SnbtProvider$CompressedData!
Old: CompressedData private static MEMBER net/minecraft/data/SnbtProvider
New: CompressedData static MEMBER net/minecraft/data/SnbtProvider$CompressedData
Inconsistent inner class entries for net/minecraft/entity/passive/TurtleEntity$TravelGoal!
Old: TravelGoal private static MEMBER net/minecraft/entity/passive/TurtleEntity
New: TravelGoal static MEMBER net/minecraft/entity/passive/TurtleEntity$TravelGoal
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionList!
Old: RealmSelectionList MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionList
New: RealmSelectionList private MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsMainScreen$PendingInvitesButton!
Old: PendingInvitesButton MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$PendingInvitesButton
New: PendingInvitesButton private MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsMainScreen$NewsButton!
Old: NewsButton MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$NewsButton
New: NewsButton private MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsMainScreen$ShowPopupButton!
Old: ShowPopupButton MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$ShowPopupButton
New: ShowPopupButton private MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsMainScreen$Entry!
Old: Entry abstract MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$Entry
New: Entry private abstract MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionListEntry!
Old: RealmSelectionListEntry MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionListEntry
New: RealmSelectionListEntry private MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState!
Old: HoverState static final MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState
New: HoverState private static final MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen
Inconsistent inner class entries for net/minecraft/world/gen/YOffset$AboveBottom!
Old: AboveBottom private static final MEMBER net/minecraft/world/gen/YOffset
New: AboveBottom static final MEMBER net/minecraft/world/gen/YOffset$AboveBottom
Inconsistent inner class entries for net/minecraft/client/resource/ResourceReloadLogger$ReloadState!
Old: ReloadState static MEMBER net/minecraft/client/resource/ResourceReloadLogger$ReloadState
New: ReloadState private static MEMBER net/minecraft/client/resource/ResourceReloadLogger
Inconsistent inner class entries for net/minecraft/client/resource/ResourceReloadLogger$RecoveryEntry!
Old: RecoveryEntry static MEMBER net/minecraft/client/resource/ResourceReloadLogger$RecoveryEntry
New: RecoveryEntry private static MEMBER net/minecraft/client/resource/ResourceReloadLogger
Inconsistent inner class entries for net/minecraft/entity/mob/VexEntity$TrackOwnerTargetGoal!
Old: TrackOwnerTargetGoal private MEMBER net/minecraft/entity/mob/VexEntity
New: TrackOwnerTargetGoal MEMBER net/minecraft/entity/mob/VexEntity$TrackOwnerTargetGoal
Inconsistent inner class entries for com/mojang/blaze3d/platform/GlStateManager$Texture2DState!
Old: Texture2DState private static MEMBER com/mojang/blaze3d/platform/GlStateManager
New: Texture2DState static MEMBER com/mojang/blaze3d/platform/GlStateManager$Texture2DState
Inconsistent inner class entries for net/minecraft/client/sound/SoundEngine$SourceSetImpl!
Old: SourceSetImpl private static MEMBER net/minecraft/client/sound/SoundEngine
New: SourceSetImpl static MEMBER net/minecraft/client/sound/SoundEngine$SourceSetImpl
Inconsistent inner class entries for net/minecraft/client/sound/SoundEngine$SourceSet!
Old: SourceSet abstract static MEMBER net/minecraft/client/sound/SoundEngine$SourceSet
New: SourceSet private abstract static MEMBER net/minecraft/client/sound/SoundEngine$SourceSetImpl
Inconsistent inner class entries for net/minecraft/block/entity/BeehiveBlockEntity$Bee!
Old: Bee private static MEMBER net/minecraft/block/entity/BeehiveBlockEntity
New: Bee static MEMBER net/minecraft/block/entity/BeehiveBlockEntity$Bee
Inconsistent inner class entries for net/minecraft/client/gui/screen/ingame/MerchantScreen$WidgetButtonPage!
Old: WidgetButtonPage MEMBER net/minecraft/client/gui/screen/ingame/MerchantScreen$WidgetButtonPage
New: WidgetButtonPage private MEMBER net/minecraft/client/gui/screen/ingame/MerchantScreen
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$DrippingLava!
Old: DrippingLava static MEMBER net/minecraft/client/particle/BlockLeakParticle$DrippingLava
New: DrippingLava private static MEMBER net/minecraft/client/particle/BlockLeakParticle$FallingDripstoneLavaFactory
Inconsistent inner class entries for net/minecraft/structure/StrongholdGenerator$Piece!
Old: Piece abstract static MEMBER net/minecraft/structure/StrongholdGenerator$Piece
New: Piece private abstract static MEMBER net/minecraft/structure/StrongholdGenerator$Piece$EntranceType
Inconsistent inner class entries for net/minecraft/structure/MineshaftGenerator$MineshaftPart!
Old: MineshaftPart abstract static MEMBER net/minecraft/structure/MineshaftGenerator$MineshaftPart
New: MineshaftPart private abstract static MEMBER net/minecraft/structure/MineshaftGenerator
Inconsistent inner class entries for net/minecraft/client/world/ClientChunkManager$ClientChunkMap!
Old: ClientChunkMap private final MEMBER net/minecraft/client/world/ClientChunkManager
New: ClientChunkMap final MEMBER net/minecraft/client/world/ClientChunkManager$ClientChunkMap
Inconsistent inner class entries for net/minecraft/server/command/ExecuteCommand$Condition!
Old: Condition abstract static MEMBER net/minecraft/server/command/ExecuteCommand$Condition
New: Condition private abstract static MEMBER net/minecraft/server/command/ExecuteCommand
Inconsistent inner class entries for net/minecraft/server/command/ExecuteCommand$ExistsCondition!
Old: ExistsCondition abstract static MEMBER net/minecraft/server/command/ExecuteCommand$ExistsCondition
New: ExistsCondition private abstract static MEMBER net/minecraft/server/command/ExecuteCommand
Inconsistent inner class entries for net/minecraft/entity/passive/LlamaEntity$SpitRevengeGoal!
Old: SpitRevengeGoal static MEMBER net/minecraft/entity/passive/LlamaEntity$SpitRevengeGoal
New: SpitRevengeGoal private static MEMBER net/minecraft/entity/passive/LlamaEntity
Inconsistent inner class entries for net/minecraft/entity/passive/LlamaEntity$LlamaData!
Old: LlamaData static MEMBER net/minecraft/entity/passive/LlamaEntity$LlamaData
New: LlamaData private static MEMBER net/minecraft/entity/passive/LlamaEntity
Inconsistent inner class entries for net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$SortTask!
Old: SortTask private MEMBER net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk
New: SortTask MEMBER net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$SortTask
Inconsistent inner class entries for net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$Task!
Old: Task abstract MEMBER net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$Task
New: Task private abstract MEMBER net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$SortTask
Inconsistent inner class entries for net/minecraft/client/render/chunk/ChunkBuilder$Result!
Old: Result static final MEMBER net/minecraft/client/render/chunk/ChunkBuilder$Result
New: Result private static final MEMBER net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$SortTask
Inconsistent inner class entries for net/minecraft/client/util/PngFile$Reader!
Old: Reader abstract static MEMBER net/minecraft/client/util/PngFile$Reader
New: Reader private abstract static MEMBER net/minecraft/client/util/PngFile$SeekableChannelReader
Inconsistent inner class entries for net/minecraft/client/util/PngFile$SeekableChannelReader!
Old: SeekableChannelReader private static MEMBER net/minecraft/client/util/PngFile
New: SeekableChannelReader static MEMBER net/minecraft/client/util/PngFile$SeekableChannelReader
Inconsistent inner class entries for net/minecraft/client/tutorial/TutorialManager$Entry!
Old: Entry static final MEMBER net/minecraft/client/tutorial/TutorialManager$Entry
New: Entry private static final MEMBER net/minecraft/client/tutorial/TutorialManager
Inconsistent inner class entries for net/minecraft/entity/passive/FoxEntity$AvoidDaylightGoal!
Old: AvoidDaylightGoal private MEMBER net/minecraft/entity/passive/FoxEntity
New: AvoidDaylightGoal MEMBER net/minecraft/entity/passive/FoxEntity$AvoidDaylightGoal
Inconsistent inner class entries for net/minecraft/data/SnbtProvider$CompressionException!
Old: CompressionException private static MEMBER net/minecraft/data/SnbtProvider
New: CompressionException static MEMBER net/minecraft/data/SnbtProvider$CompressionException
Inconsistent inner class entries for net/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal!
Old: SleepWithOwnerGoal private static MEMBER net/minecraft/entity/passive/CatEntity
New: SleepWithOwnerGoal static MEMBER net/minecraft/entity/passive/CatEntity$SleepWithOwnerGoal
Inconsistent inner class entries for net/minecraft/entity/mob/GuardianEntity$FireBeamGoal!
Old: FireBeamGoal private static MEMBER net/minecraft/entity/mob/GuardianEntity
New: FireBeamGoal static MEMBER net/minecraft/entity/mob/GuardianEntity$FireBeamGoal
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsMainScreen$CloseButton!
Old: CloseButton private MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen
New: CloseButton MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$CloseButton
Inconsistent inner class entries for net/minecraft/client/realms/FileDownload$DownloadCountingOutputStream!
Old: DownloadCountingOutputStream private MEMBER net/minecraft/client/realms/FileDownload$ResourcePackProgressListener
New: DownloadCountingOutputStream MEMBER net/minecraft/client/realms/FileDownload$DownloadCountingOutputStream
Inconsistent inner class entries for net/minecraft/entity/SpawnRestriction$Entry!
Old: Entry private static MEMBER net/minecraft/entity/SpawnRestriction
New: Entry static MEMBER net/minecraft/entity/SpawnRestriction$Entry
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionList!
Old: BackupObjectSelectionList MEMBER net/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionList
New: BackupObjectSelectionList private MEMBER net/minecraft/client/realms/gui/screen/RealmsBackupScreen$1
Inconsistent inner class entries for net/minecraft/util/dynamic/RegistryOps$ValueHolder!
Old: ValueHolder static final MEMBER net/minecraft/util/dynamic/RegistryOps$ValueHolder
New: ValueHolder private static final MEMBER net/minecraft/util/dynamic/RegistryOps
Inconsistent inner class entries for net/minecraft/loot/function/LootFunctionManager$AndFunction!
Old: AndFunction static MEMBER net/minecraft/loot/function/LootFunctionManager$AndFunction
New: AndFunction private static MEMBER net/minecraft/loot/function/LootFunctionManager
Inconsistent inner class entries for net/minecraft/entity/passive/FoxEntity$MoveToHuntGoal!
Old: MoveToHuntGoal private MEMBER net/minecraft/entity/passive/FoxEntity
New: MoveToHuntGoal MEMBER net/minecraft/entity/passive/FoxEntity$MoveToHuntGoal
Inconsistent inner class entries for net/minecraft/client/gui/screen/recipebook/RecipeAlternativesWidget$AlternativeButtonWidget!
Old: AlternativeButtonWidget MEMBER net/minecraft/client/gui/screen/recipebook/RecipeAlternativesWidget$AlternativeButtonWidget
New: AlternativeButtonWidget private MEMBER net/minecraft/client/gui/screen/recipebook/RecipeAlternativesWidget$AlternativeButtonWidget$InputSlot
Inconsistent inner class entries for net/minecraft/entity/mob/VindicatorEntity$FollowEntityGoal!
Old: FollowEntityGoal private static MEMBER net/minecraft/entity/mob/VindicatorEntity
New: FollowEntityGoal static MEMBER net/minecraft/entity/mob/VindicatorEntity$FollowEntityGoal
Inconsistent inner class entries for net/minecraft/entity/passive/FoxEntity$EscapeWhenNotAggressiveGoal!
Old: EscapeWhenNotAggressiveGoal private MEMBER net/minecraft/entity/passive/FoxEntity
New: EscapeWhenNotAggressiveGoal MEMBER net/minecraft/entity/passive/FoxEntity$EscapeWhenNotAggressiveGoal
Inconsistent inner class entries for net/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode!
Old: GameMode static final MEMBER net/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode
New: GameMode private static final MEMBER net/minecraft/client/gui/screen/GameModeSelectionScreen
Inconsistent inner class entries for net/minecraft/client/sound/SoundEngine$SourceSet!
Old: SourceSet abstract static MEMBER net/minecraft/client/sound/SoundEngine$SourceSet
New: SourceSet private abstract static MEMBER net/minecraft/client/sound/SoundEngine$1
Inconsistent inner class entries for net/minecraft/screen/BeaconScreenHandler$PaymentSlot!
Old: PaymentSlot private MEMBER net/minecraft/screen/BeaconScreenHandler
New: PaymentSlot MEMBER net/minecraft/screen/BeaconScreenHandler$PaymentSlot
Inconsistent inner class entries for net/minecraft/client/font/BitmapFont$BitmapFontGlyph!
Old: BitmapFontGlyph private static final MEMBER net/minecraft/client/font/BitmapFont$Loader
New: BitmapFontGlyph static final MEMBER net/minecraft/client/font/BitmapFont$BitmapFontGlyph
Inconsistent inner class entries for net/minecraft/world/chunk/ChunkStatus$GenerationTask!
Old: GenerationTask abstract static MEMBER net/minecraft/world/chunk/ChunkStatus$GenerationTask
New: GenerationTask private abstract static MEMBER net/minecraft/world/chunk/ChunkStatus
Inconsistent inner class entries for net/minecraft/world/chunk/ChunkStatus$LoadTask!
Old: LoadTask abstract static MEMBER net/minecraft/world/chunk/ChunkStatus$LoadTask
New: LoadTask private abstract static MEMBER net/minecraft/world/chunk/ChunkStatus
Inconsistent inner class entries for net/minecraft/world/chunk/ChunkStatus$SimpleGenerationTask!
Old: SimpleGenerationTask abstract static MEMBER net/minecraft/world/chunk/ChunkStatus$SimpleGenerationTask
New: SimpleGenerationTask private abstract static MEMBER net/minecraft/world/chunk/ChunkStatus
Inconsistent inner class entries for net/minecraft/command/argument/NbtPathArgumentType$PathNode!
Old: PathNode abstract static MEMBER net/minecraft/command/argument/NbtPathArgumentType$PathNode
New: PathNode private abstract static MEMBER net/minecraft/command/argument/NbtPathArgumentType
Inconsistent inner class entries for net/minecraft/command/argument/NbtPathArgumentType$FilteredRootNode!
Old: FilteredRootNode static MEMBER net/minecraft/command/argument/NbtPathArgumentType$FilteredRootNode
New: FilteredRootNode private static MEMBER net/minecraft/command/argument/NbtPathArgumentType
Inconsistent inner class entries for net/minecraft/command/argument/NbtPathArgumentType$FilteredListElementNode!
Old: FilteredListElementNode static MEMBER net/minecraft/command/argument/NbtPathArgumentType$FilteredListElementNode
New: FilteredListElementNode private static MEMBER net/minecraft/command/argument/NbtPathArgumentType
Inconsistent inner class entries for net/minecraft/command/argument/NbtPathArgumentType$AllListElementNode!
Old: AllListElementNode static MEMBER net/minecraft/command/argument/NbtPathArgumentType$AllListElementNode
New: AllListElementNode private static MEMBER net/minecraft/command/argument/NbtPathArgumentType
Inconsistent inner class entries for net/minecraft/command/argument/NbtPathArgumentType$IndexedListElementNode!
Old: IndexedListElementNode static MEMBER net/minecraft/command/argument/NbtPathArgumentType$IndexedListElementNode
New: IndexedListElementNode private static MEMBER net/minecraft/command/argument/NbtPathArgumentType
Inconsistent inner class entries for net/minecraft/command/argument/NbtPathArgumentType$FilteredNamedNode!
Old: FilteredNamedNode static MEMBER net/minecraft/command/argument/NbtPathArgumentType$FilteredNamedNode
New: FilteredNamedNode private static MEMBER net/minecraft/command/argument/NbtPathArgumentType
Inconsistent inner class entries for net/minecraft/loot/entry/LeafEntry$BasicBuilder!
Old: BasicBuilder private static MEMBER net/minecraft/loot/entry/LeafEntry
New: BasicBuilder static MEMBER net/minecraft/loot/entry/LeafEntry$BasicBuilder
Inconsistent inner class entries for net/minecraft/screen/BrewingStandScreenHandler$PotionSlot!
Old: PotionSlot static MEMBER net/minecraft/screen/BrewingStandScreenHandler$PotionSlot
New: PotionSlot private static MEMBER net/minecraft/screen/BrewingStandScreenHandler
Inconsistent inner class entries for net/minecraft/screen/BrewingStandScreenHandler$IngredientSlot!
Old: IngredientSlot static MEMBER net/minecraft/screen/BrewingStandScreenHandler$IngredientSlot
New: IngredientSlot private static MEMBER net/minecraft/screen/BrewingStandScreenHandler
Inconsistent inner class entries for net/minecraft/screen/BrewingStandScreenHandler$FuelSlot!
Old: FuelSlot static MEMBER net/minecraft/screen/BrewingStandScreenHandler$FuelSlot
New: FuelSlot private static MEMBER net/minecraft/screen/BrewingStandScreenHandler
Inconsistent inner class entries for net/minecraft/entity/passive/BeeEntity$BeeWanderAroundGoal!
Old: BeeWanderAroundGoal private MEMBER net/minecraft/entity/passive/BeeEntity
New: BeeWanderAroundGoal MEMBER net/minecraft/entity/passive/BeeEntity$BeeWanderAroundGoal
Inconsistent inner class entries for net/minecraft/village/VillagerGossips$Reputation!
Old: Reputation private static MEMBER net/minecraft/village/VillagerGossips
New: Reputation static MEMBER net/minecraft/village/VillagerGossips$Reputation
Inconsistent inner class entries for net/minecraft/village/VillagerGossips$GossipEntry!
Old: GossipEntry static MEMBER net/minecraft/village/VillagerGossips$GossipEntry
New: GossipEntry private static MEMBER net/minecraft/village/VillagerGossips$Reputation
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionListTrialEntry!
Old: RealmSelectionListTrialEntry private MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen
New: RealmSelectionListTrialEntry MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionListTrialEntry
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsMainScreen$Entry!
Old: Entry abstract MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$Entry
New: Entry private abstract MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionListTrialEntry
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionList!
Old: RealmSelectionList MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionList
New: RealmSelectionList private MEMBER net/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionListTrialEntry
Inconsistent inner class entries for net/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer!
Old: OutlineVertexConsumer static MEMBER net/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer
New: OutlineVertexConsumer private static MEMBER net/minecraft/client/render/OutlineVertexConsumerProvider
Inconsistent inner class entries for net/minecraft/world/chunk/UpgradeData$BuiltinLogic!
Old: BuiltinLogic abstract static MEMBER net/minecraft/world/chunk/UpgradeData$BuiltinLogic
New: BuiltinLogic private abstract static MEMBER net/minecraft/world/chunk/UpgradeData$BuiltinLogic$5
Inconsistent inner class entries for net/minecraft/world/chunk/UpgradeData$BuiltinLogic!
Old: BuiltinLogic abstract static MEMBER net/minecraft/world/chunk/UpgradeData$BuiltinLogic
New: BuiltinLogic private abstract static MEMBER net/minecraft/world/chunk/UpgradeData$BuiltinLogic$4
Inconsistent inner class entries for net/minecraft/world/chunk/UpgradeData$BuiltinLogic!
Old: BuiltinLogic abstract static MEMBER net/minecraft/world/chunk/UpgradeData$BuiltinLogic
New: BuiltinLogic private abstract static MEMBER net/minecraft/world/chunk/UpgradeData$BuiltinLogic$3
Inconsistent inner class entries for net/minecraft/world/chunk/UpgradeData$BuiltinLogic!
Old: BuiltinLogic abstract static MEMBER net/minecraft/world/chunk/UpgradeData$BuiltinLogic
New: BuiltinLogic private abstract static MEMBER net/minecraft/world/chunk/UpgradeData$BuiltinLogic$2
Inconsistent inner class entries for net/minecraft/world/chunk/UpgradeData$BuiltinLogic!
Old: BuiltinLogic abstract static MEMBER net/minecraft/world/chunk/UpgradeData$BuiltinLogic
New: BuiltinLogic private abstract static MEMBER net/minecraft/world/chunk/UpgradeData$BuiltinLogic$1
Inconsistent inner class entries for net/minecraft/world/storage/ChunkStreamVersion$Wrapper!
Old: Wrapper abstract static MEMBER net/minecraft/world/storage/ChunkStreamVersion$Wrapper
New: Wrapper private abstract static MEMBER net/minecraft/world/storage/ChunkStreamVersion
Inconsistent inner class entries for net/minecraft/server/dedicated/ServerMBean$Entry!
Old: Entry private static final MEMBER net/minecraft/server/dedicated/ServerMBean
New: Entry static final MEMBER net/minecraft/server/dedicated/ServerMBean$Entry
Inconsistent inner class entries for net/minecraft/entity/mob/GuardianEntity$GuardianMoveControl!
Old: GuardianMoveControl private static MEMBER net/minecraft/entity/mob/GuardianEntity
New: GuardianMoveControl static MEMBER net/minecraft/entity/mob/GuardianEntity$GuardianMoveControl
Inconsistent inner class entries for net/minecraft/resource/ReloadableResourceManagerImpl$FailedReload!
Old: FailedReload static MEMBER net/minecraft/resource/ReloadableResourceManagerImpl$FailedReload
New: FailedReload private static MEMBER net/minecraft/resource/ReloadableResourceManagerImpl
Inconsistent inner class entries for net/minecraft/client/render/debug/GameTestDebugRenderer$Marker!
Old: Marker private static MEMBER net/minecraft/client/render/debug/GameTestDebugRenderer
New: Marker static MEMBER net/minecraft/client/render/debug/GameTestDebugRenderer$Marker
Inconsistent inner class entries for net/minecraft/client/search/TextSearchableContainer$Iterator!
Old: Iterator static MEMBER net/minecraft/client/search/TextSearchableContainer$Iterator
New: Iterator private static MEMBER net/minecraft/client/search/TextSearchableContainer
Inconsistent inner class entries for net/minecraft/client/gui/screen/CustomizeFlatLevelScreen$SuperflatLayersListWidget!
Old: SuperflatLayersListWidget MEMBER net/minecraft/client/gui/screen/CustomizeFlatLevelScreen$SuperflatLayersListWidget
New: SuperflatLayersListWidget private MEMBER net/minecraft/client/gui/screen/CustomizeFlatLevelScreen$SuperflatLayersListWidget$SuperflatLayerEntry
Inconsistent inner class entries for net/minecraft/client/gui/screen/CustomizeFlatLevelScreen$SuperflatLayersListWidget$SuperflatLayerEntry!
Old: SuperflatLayerEntry private MEMBER net/minecraft/client/gui/screen/CustomizeFlatLevelScreen
New: SuperflatLayerEntry MEMBER net/minecraft/client/gui/screen/CustomizeFlatLevelScreen$SuperflatLayersListWidget$SuperflatLayerEntry
Inconsistent inner class entries for net/minecraft/client/gui/screen/world/EditGameRulesScreen$RuleWidgetFactory!
Old: RuleWidgetFactory private abstract static MEMBER net/minecraft/client/gui/screen/world/EditGameRulesScreen
New: RuleWidgetFactory abstract static MEMBER net/minecraft/client/gui/screen/world/EditGameRulesScreen$RuleWidgetFactory
Inconsistent inner class entries for net/minecraft/client/render/RenderLayer$OutlineMode!
Old: OutlineMode static final MEMBER net/minecraft/client/render/RenderLayer$OutlineMode
New: OutlineMode private static final MEMBER net/minecraft/client/render/RenderLayer$MultiPhaseParameters
Inconsistent inner class entries for net/minecraft/server/world/ThreadedAnvilChunkStorage$EntityTracker!
Old: EntityTracker private MEMBER net/minecraft/server/world/ThreadedAnvilChunkStorage
New: EntityTracker MEMBER net/minecraft/server/world/ThreadedAnvilChunkStorage$EntityTracker
Inconsistent inner class entries for net/minecraft/recipe/Ingredient$TagEntry!
Old: TagEntry private static MEMBER net/minecraft/recipe/Ingredient
New: TagEntry static MEMBER net/minecraft/recipe/Ingredient$TagEntry
Inconsistent inner class entries for net/minecraft/recipe/Ingredient$Entry!
Old: Entry abstract static MEMBER net/minecraft/recipe/Ingredient$Entry
New: Entry private abstract static MEMBER net/minecraft/recipe/Ingredient$TagEntry
Inconsistent inner class entries for net/minecraft/structure/StrongholdGenerator$PieceData!
Old: PieceData static MEMBER net/minecraft/structure/StrongholdGenerator$PieceData
New: PieceData private static MEMBER net/minecraft/structure/StrongholdGenerator$Start
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldListEntry!
Old: WorldListEntry private MEMBER net/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen
New: WorldListEntry MEMBER net/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldListEntry
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldSelectionList!
Old: WorldSelectionList MEMBER net/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldSelectionList
New: WorldSelectionList private MEMBER net/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen$WorldListEntry
Inconsistent inner class entries for net/minecraft/entity/passive/LlamaEntity$ChaseWolvesGoal!
Old: ChaseWolvesGoal private static MEMBER net/minecraft/entity/passive/LlamaEntity
New: ChaseWolvesGoal static MEMBER net/minecraft/entity/passive/LlamaEntity$ChaseWolvesGoal
Inconsistent inner class entries for net/minecraft/entity/mob/SlimeEntity$RandomLookGoal!
Old: RandomLookGoal private static MEMBER net/minecraft/entity/mob/SlimeEntity
New: RandomLookGoal static MEMBER net/minecraft/entity/mob/SlimeEntity$RandomLookGoal
Inconsistent inner class entries for net/minecraft/entity/mob/SlimeEntity$SlimeMoveControl!
Old: SlimeMoveControl static MEMBER net/minecraft/entity/mob/SlimeEntity$SlimeMoveControl
New: SlimeMoveControl private static MEMBER net/minecraft/entity/mob/SlimeEntity$RandomLookGoal
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/BossBarS2CPacket$AddAction!
Old: AddAction private static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type
New: AddAction static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$AddAction
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type!
Old: Type static final MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type
New: Type private static final MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$AddAction
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Action!
Old: Action abstract static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$Action
New: Action private abstract static MEMBER net/minecraft/network/packet/s2c/play/BossBarS2CPacket$AddAction
Inconsistent inner class entries for net/minecraft/client/render/block/BlockModelRenderer$BrightnessCache!
Old: BrightnessCache static MEMBER net/minecraft/client/render/block/BlockModelRenderer$BrightnessCache
New: BrightnessCache private static MEMBER net/minecraft/client/render/block/BlockModelRenderer$BrightnessCache$2
Inconsistent inner class entries for net/minecraft/client/render/block/BlockModelRenderer$BrightnessCache!
Old: BrightnessCache static MEMBER net/minecraft/client/render/block/BlockModelRenderer$BrightnessCache
New: BrightnessCache private static MEMBER net/minecraft/client/render/block/BlockModelRenderer$BrightnessCache$1
Inconsistent inner class entries for net/minecraft/entity/passive/PandaEntity$PandaFleeGoal!
Old: PandaFleeGoal private static MEMBER net/minecraft/entity/passive/PandaEntity
New: PandaFleeGoal static MEMBER net/minecraft/entity/passive/PandaEntity$PandaFleeGoal
Inconsistent inner class entries for net/minecraft/client/gl/WindowFramebuffer$Size!
Old: Size static MEMBER net/minecraft/client/gl/WindowFramebuffer$Size
New: Size private static MEMBER net/minecraft/client/gl/WindowFramebuffer
Inconsistent inner class entries for net/minecraft/client/gl/WindowFramebuffer$Attachment!
Old: Attachment static final MEMBER net/minecraft/client/gl/WindowFramebuffer$Attachment
New: Attachment private static final MEMBER net/minecraft/client/gl/WindowFramebuffer
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen$BackupInfoList!
Old: BackupInfoList private MEMBER net/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen
New: BackupInfoList MEMBER net/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen$BackupInfoList
Inconsistent inner class entries for net/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen$BackupInfoListEntry!
Old: BackupInfoListEntry MEMBER net/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen$BackupInfoListEntry
New: BackupInfoListEntry private MEMBER net/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen$BackupInfoList
Inconsistent inner class entries for net/minecraft/structure/MineshaftGenerator$MineshaftPart!
Old: MineshaftPart abstract static MEMBER net/minecraft/structure/MineshaftGenerator$MineshaftPart
New: MineshaftPart private abstract static MEMBER net/minecraft/structure/MineshaftGenerator$MineshaftCorridor
Inconsistent inner class entries for net/minecraft/client/MinecraftClient$WorldLoadAction!
Old: WorldLoadAction private static final MEMBER net/minecraft/client/MinecraftClient
New: WorldLoadAction static final MEMBER net/minecraft/client/MinecraftClient$WorldLoadAction
Inconsistent inner class entries for net/minecraft/entity/passive/WolfEntity$AvoidLlamaGoal!
Old: AvoidLlamaGoal MEMBER net/minecraft/entity/passive/WolfEntity$AvoidLlamaGoal
New: AvoidLlamaGoal private MEMBER net/minecraft/entity/passive/WolfEntity
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$ContinuousFalling!
Old: ContinuousFalling static MEMBER net/minecraft/client/particle/BlockLeakParticle$ContinuousFalling
New: ContinuousFalling private static MEMBER net/minecraft/client/particle/BlockLeakParticle$DripstoneLavaDrip
Inconsistent inner class entries for net/minecraft/client/particle/BlockLeakParticle$DripstoneLavaDrip!
Old: DripstoneLavaDrip private static MEMBER net/minecraft/client/particle/BlockLeakParticle
New: DripstoneLavaDrip static MEMBER net/minecraft/client/particle/BlockLeakParticle$DripstoneLavaDrip
Inconsistent inner class entries for net/minecraft/structure/StrongholdGenerator$Piece!
Old: Piece abstract static MEMBER net/minecraft/structure/StrongholdGenerator$Piece
New: Piece private abstract static MEMBER net/minecraft/structure/StrongholdGenerator$Corridor
Inconsistent inner class entries for net/minecraft/structure/StrongholdGenerator$StoneBrickRandomizer!
Old: StoneBrickRandomizer static MEMBER net/minecraft/structure/StrongholdGenerator$StoneBrickRandomizer
New: StoneBrickRandomizer private static MEMBER net/minecraft/structure/StrongholdGenerator$Corridor
Inconsistent inner class entries for net/minecraft/structure/StrongholdGenerator$Piece!
Old: Piece abstract static MEMBER net/minecraft/structure/StrongholdGenerator$Piece
New: Piece private abstract static MEMBER net/minecraft/structure/StrongholdGenerator$Turn
Inconsistent inner class entries for net/minecraft/network/packet/s2c/play/CommandTreeS2CPacket$CommandNodeData!
Old: CommandNodeData private static MEMBER net/minecraft/network/packet/s2c/play/CommandTreeS2CPacket
New: CommandNodeData static MEMBER net/minecraft/network/packet/s2c/play/CommandTreeS2CPacket$CommandNodeData
Inconsistent inner class entries for net/minecraft/world/GameRules$Acceptor!
Old: Acceptor abstract static MEMBER net/minecraft/world/GameRules$Acceptor
New: Acceptor private abstract static MEMBER net/minecraft/world/GameRules$Type
Inconsistent inner class entries for net/minecraft/client/gui/screen/ingame/CreativeInventoryScreen$CreativeSlot!
Old: CreativeSlot private static MEMBER net/minecraft/client/gui/screen/ingame/CreativeInventoryScreen
New: CreativeSlot static MEMBER net/minecraft/client/gui/screen/ingame/CreativeInventoryScreen$CreativeSlot
Inconsistent inner class entries for net/minecraft/entity/ai/brain/task/CrossbowAttackTask$CrossbowState!
Old: CrossbowState private static final MEMBER net/minecraft/entity/ai/brain/task/CrossbowAttackTask
New: CrossbowState static final MEMBER net/minecraft/entity/ai/brain/task/CrossbowAttackTask$CrossbowState
Inconsistent inner class entries for net/minecraft/command/argument/NbtPathArgumentType$NamedNode!
Old: NamedNode private static MEMBER net/minecraft/command/argument/NbtPathArgumentType
New: NamedNode static MEMBER net/minecraft/command/argument/NbtPathArgumentType$NamedNode
Inconsistent inner class entries for net/minecraft/command/argument/NbtPathArgumentType$PathNode!
Old: PathNode abstract static MEMBER net/minecraft/command/argument/NbtPathArgumentType$PathNode
New: PathNode private abstract static MEMBER net/minecraft/command/argument/NbtPathArgumentType$NamedNode
Inconsistent inner class entries for net/minecraft/entity/player/ItemCooldownManager$Entry!
Old: Entry private MEMBER net/minecraft/entity/player/ItemCooldownManager
New: Entry MEMBER net/minecraft/entity/player/ItemCooldownManager$Entry
Inconsistent inner class entries for net/minecraft/entity/mob/ShulkerEntity$SearchForPlayerGoal!
Old: SearchForPlayerGoal private MEMBER net/minecraft/entity/mob/ShulkerEntity
New: SearchForPlayerGoal MEMBER net/minecraft/entity/mob/ShulkerEntity$SearchForPlayerGoal
Found non field assignment when needing to force inline: Builder<String, ScoreboClass net/minecraft/entity/ai/brain/task/HuntFinishTask couldn't be fully decompiled.
Class net/minecraft/entity/ai/brain/task/PlayDeadTask couldn't be fully decompiled.
java.lang.NullPointerException: Cannot read field "type" because "root" is null
at org.jetbrains.java.decompiler.main.ClassesProcessor.writeClass(ClassesProcessor.java:367)
at org.jetbrains.java.decompiler.main.Fernflower.getClassContent(Fernflower.java:146)
at org.jetbrains.java.decompiler.struct.ContextUnit.lambda$save$0(ContextUnit.java:170)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:831)
java.lang.NullPointerException: Cannot read field "type" because "root" is null
at org.jetbrains.java.decompiler.main.ClassesProcessor.writeClass(ClassesProcessor.java:367)
at org.jetbrains.java.decompiler.main.Fernflower.getClassContent(Fernflower.java:146)
at org.jetbrains.java.decompiler.struct.ContextUnit.lambda$save$0(ContextUnit.java:170)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:831)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment