Uses of Interface
net.minecraft.server.WorldGenerationProgressListenerFactory
Packages that use WorldGenerationProgressListenerFactory
Package
Description
-
Uses of WorldGenerationProgressListenerFactory in net.minecraft.server
Fields in net.minecraft.server declared as WorldGenerationProgressListenerFactoryModifier and TypeFieldDescriptionprivate final WorldGenerationProgressListenerFactoryMinecraftServer.worldGenerationProgressListenerFactoryConstructors in net.minecraft.server with parameters of type WorldGenerationProgressListenerFactoryModifierConstructorDescriptionMinecraftServer(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 WorldGenerationProgressListenerFactory in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type WorldGenerationProgressListenerFactoryModifierConstructorDescriptionMinecraftDedicatedServer(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 WorldGenerationProgressListenerFactory in net.minecraft.server.integrated
Constructors in net.minecraft.server.integrated with parameters of type WorldGenerationProgressListenerFactoryModifierConstructorDescriptionIntegratedServer(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)