Uses of Record Class
net.minecraft.server.Services
Packages that use Services
Package
Description
-
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 storageSource, PackRepository packRepository, WorldStem worldStem, Services services, ChunkProgressListenerFactory progressListenerFactory) -
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 Services
Services.create
(com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService authenticationService, File profileRepository) Constructors in net.minecraft.server with parameters of type ServicesModifierConstructorDescriptionMinecraftServer
(Thread serverThread, LevelStorageSource.LevelStorageAccess storageSource, PackRepository packRepository, WorldStem worldStem, Proxy proxy, com.mojang.datafixers.DataFixer fixerUpper, Services services, ChunkProgressListenerFactory progressListenerFactory) -
Uses of Services in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type ServicesModifierConstructorDescriptionDedicatedServer
(Thread serverThread, LevelStorageSource.LevelStorageAccess storageSource, PackRepository packRepository, WorldStem worldStem, DedicatedServerSettings settings, com.mojang.datafixers.DataFixer fixerUpper, Services services, ChunkProgressListenerFactory progressListenerFactory) -
Uses of Services in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity with parameters of type ServicesModifier and TypeMethodDescription(package private) static CompletableFuture
<Optional<com.mojang.authlib.GameProfile>> SkullBlockEntity.fetchProfileById
(UUID id, Services services, BooleanSupplier cacheUninitialized) (package private) static CompletableFuture
<Optional<com.mojang.authlib.GameProfile>> SkullBlockEntity.fetchProfileByName
(String name, Services services) static void