Uses of Record Class
net.minecraft.class_6904
Packages that use class_6904
Package
Description
The base package for all Minecraft classes.
-
Uses of class_6904 in net.minecraft
Methods in net.minecraft that return types with arguments of type class_6904Modifier and TypeMethodDescriptionstatic CompletableFuture<class_6904>class_6904.method_40431(class_6904.class_6906 class_6906, class_6904.class_6905 class_6905, class_6904.class_6907 class_6907, Executor executor, Executor executor2) -
Uses of class_6904 in net.minecraft.client
Methods in net.minecraft.client that return class_6904Modifier and TypeMethodDescriptionMinecraftClient.method_40183(ResourcePackManager resourcePackManager, boolean bool, class_6904.class_6905 class_6905, class_6904.class_6907 class_6907) MinecraftClient.method_40186(LevelStorage.Session session, boolean bool) -
Uses of class_6904 in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world with parameters of type class_6904Modifier and TypeMethodDescriptionstatic CreateWorldScreen(package private) voidMoreOptionsDialog.loadDatapacks(class_6904 class_6904) -
Uses of class_6904 in net.minecraft.server
Constructors in net.minecraft.server with parameters of type class_6904ModifierConstructorDescriptionMinecraftServer(Thread serverThread, LevelStorage.Session session, ResourcePackManager resourcePackManager, class_6904 class_6904, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, @Nullable com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, @Nullable com.mojang.authlib.GameProfileRepository gameProfileRepository, @Nullable UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of class_6904 in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type class_6904ModifierConstructorDescriptionMinecraftDedicatedServer(Thread serverThread, LevelStorage.Session session, ResourcePackManager resourcePackManager, class_6904 class_6904, ServerPropertiesLoader serverPropertiesLoader, com.mojang.datafixers.DataFixer dataFixer, com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, com.mojang.authlib.GameProfileRepository gameProfileRepository, UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of class_6904 in net.minecraft.server.integrated
Constructors in net.minecraft.server.integrated with parameters of type class_6904ModifierConstructorDescriptionIntegratedServer(Thread serverThread, MinecraftClient client, LevelStorage.Session session, ResourcePackManager resourcePackManager, class_6904 class_6904, com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, com.mojang.authlib.GameProfileRepository gameProfileRepository, UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of class_6904 in net.minecraft.test
Constructors in net.minecraft.test with parameters of type class_6904ModifierConstructorDescriptionprivateTestServer(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, class_6904 serverResourceManager, Collection<GameTestBatch> batches, BlockPos pos)