Uses of Record Class
net.minecraft.util.ApiServices
Packages that use ApiServices
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of ApiServices in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type ApiServicesModifier and TypeMethodDescription(package private) static CompletableFuture<Optional<com.mojang.authlib.GameProfile>>
SkullBlockEntity.fetchProfile
(String name, ApiServices apiServices, BooleanSupplier booleanSupplier) static void
SkullBlockEntity.setServices
(ApiServices apiServices, Executor executor) -
Uses of ApiServices in net.minecraft.server
Fields in net.minecraft.server declared as ApiServicesConstructors in net.minecraft.server with parameters of type ApiServicesModifierConstructorDescriptionMinecraftServer
(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
Constructors in net.minecraft.server.dedicated with parameters of type ApiServicesModifierConstructorDescriptionMinecraftDedicatedServer
(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
Constructors in net.minecraft.server.integrated with parameters of type ApiServicesModifierConstructorDescriptionIntegratedServer
(Thread serverThread, MinecraftClient client, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, ApiServices apiServices, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of ApiServices in net.minecraft.test
Fields in net.minecraft.test declared as ApiServices -
Uses of ApiServices in net.minecraft.util
Methods in net.minecraft.util that return ApiServicesModifier and TypeMethodDescriptionstatic ApiServices
ApiServices.create
(com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService authenticationService, File rootDirectory) Returns a new API service instance.