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 pSkinDirectory, Services pServices, SkinTextureDownloader pSkinTextureDownloader, Executor pExecutor) -
Uses of Services in net.minecraft.client.server
Constructors in net.minecraft.client.server with parameters of type ServicesModifierConstructorDescriptionIntegratedServer(Thread pServerThread, Minecraft pMinecraft, LevelStorageSource.LevelStorageAccess pStorageSource, PackRepository pPackRepository, WorldStem pWorldStem, Services pServices, LevelLoadListener pLevelLoadListener) -
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 pAuthenticationService, File pProfileRepository) MinecraftServer.services()Constructors in net.minecraft.server with parameters of type ServicesModifierConstructorDescriptionMinecraftServer(Thread pServerThread, LevelStorageSource.LevelStorageAccess pStorageSource, PackRepository pPackRepository, WorldStem pWorldStem, Proxy pProxy, com.mojang.datafixers.DataFixer pFixerUpper, Services pServices, LevelLoadListener pLevelLoadListener) -
Uses of Services in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type ServicesModifierConstructorDescriptionDedicatedServer(Thread pServerThread, LevelStorageSource.LevelStorageAccess pStorageSource, PackRepository pPackRepository, WorldStem pWorldStem, DedicatedServerSettings pSettings, com.mojang.datafixers.DataFixer pFixerUpper, Services pServices)