Uses of Record Class
net.minecraft.server.Services
Packages that use Services
Package
Description
-
Uses of Services in net.minecraft.client
Fields in net.minecraft.client declared as ServicesMethods in net.minecraft.client that return Services -
Uses of Services in net.minecraft.client.resources
Fields in net.minecraft.client.resources declared as ServicesConstructors in net.minecraft.client.resources with parameters of type ServicesModifierConstructorDescriptionSkinManager(Path skinsDirectory, Services services, SkinTextureDownloader skinTextureDownloader, Executor mainThreadExecutor) -
Uses of Services in net.minecraft.client.server
Constructors in net.minecraft.client.server with parameters of type ServicesModifierConstructorDescriptionIntegratedServer(Thread serverThread, Minecraft minecraft, LevelStorageSource.LevelStorageAccess levelStorageAccess, PackRepository packRepository, WorldStem worldStem, Optional<GameRules> gameRules, Services services, LevelLoadListener levelLoadListener) -
Uses of Services in net.minecraft.gametest.framework
Fields in net.minecraft.gametest.framework declared as Services -
Uses of Services in net.minecraft.server
Fields in net.minecraft.server declared as ServicesMethods in net.minecraft.server that return ServicesModifier and TypeMethodDescriptionstatic ServicesServices.create(com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService serviceAccess, File nameCacheDir) MinecraftServer.services()Constructors in net.minecraft.server with parameters of type ServicesModifierConstructorDescriptionMinecraftServer(Thread serverThread, LevelStorageSource.LevelStorageAccess storageSource, PackRepository packRepository, WorldStem worldStem, Optional<GameRules> gameRules, Proxy proxy, com.mojang.datafixers.DataFixer fixerUpper, Services services, LevelLoadListener levelLoadListener, boolean propagatesCrashes) -
Uses of Services in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type ServicesModifierConstructorDescriptionDedicatedServer(Thread serverThread, LevelStorageSource.LevelStorageAccess levelStorageSource, PackRepository packRepository, WorldStem worldStem, Optional<GameRules> gameRules, DedicatedServerSettings settings, com.mojang.datafixers.DataFixer fixerUpper, Services services)