Uses of Record Class
net.minecraft.server.Services
Package
Description
-
Uses of Services in net.minecraft.client.server
ModifierConstructorDescriptionIntegratedServer
(Thread p_235248_, Minecraft p_235249_, LevelStorageSource.LevelStorageAccess p_235250_, PackRepository p_235251_, WorldStem p_235252_, Services p_235253_, ChunkProgressListenerFactory p_235254_) -
Uses of Services in net.minecraft.gametest.framework
-
Uses of Services in net.minecraft.server
Modifier and TypeMethodDescriptionstatic Services
Services.create
(com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService p_214345_, File p_214346_) ModifierConstructorDescriptionMinecraftServer
(Thread p_236723_, LevelStorageSource.LevelStorageAccess p_236724_, PackRepository p_236725_, WorldStem p_236726_, Proxy p_236727_, com.mojang.datafixers.DataFixer p_236728_, Services p_236729_, ChunkProgressListenerFactory p_236730_) -
Uses of Services in net.minecraft.server.dedicated
ModifierConstructorDescriptionDedicatedServer
(Thread p_214789_, LevelStorageSource.LevelStorageAccess p_214790_, PackRepository p_214791_, WorldStem p_214792_, DedicatedServerSettings p_214793_, com.mojang.datafixers.DataFixer p_214794_, Services p_214795_, ChunkProgressListenerFactory p_214796_) -
Uses of Services in net.minecraft.world.level.block.entity
Modifier and TypeMethodDescription(package private) static CompletableFuture
<Optional<com.mojang.authlib.GameProfile>> SkullBlockEntity.fetchProfileById
(UUID p_339663_, Services p_339676_, BooleanSupplier p_339631_) (package private) static CompletableFuture
<Optional<com.mojang.authlib.GameProfile>> SkullBlockEntity.fetchProfileByName
(String p_339683_, Services p_339592_) static void
-
Uses of Services in net.neoforged.testframework.junit
Modifier and TypeFieldDescriptionprivate static final Services
EphemeralTestServerProvider.JUnitServer.NO_SERVICES