Uses of Record Class
net.minecraft.util.ApiServices
Package
Description
-
Uses of ApiServices in net.minecraft.block.entity
Modifier and TypeMethodDescriptionstatic void
SkullBlockEntity.setServices
(ApiServices apiServices, Executor executor) -
Uses of ApiServices in net.minecraft.server
ModifierConstructorDescriptionMinecraftServer
(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, ApiServices apiServices, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of ApiServices in net.minecraft.server.dedicated
ModifierConstructorDescriptionMinecraftDedicatedServer
(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, ServerPropertiesLoader propertiesLoader, com.mojang.datafixers.DataFixer dataFixer, ApiServices apiServices, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of ApiServices in net.minecraft.server.integrated
ModifierConstructorDescriptionIntegratedServer
(Thread serverThread, MinecraftClient client, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, ApiServices apiServices, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of ApiServices in net.minecraft.test
-
Uses of ApiServices in net.minecraft.util
Modifier and TypeMethodDescriptionstatic ApiServices
ApiServices.create
(com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService authenticationService, File rootDirectory)