net.minecraft.server.jsonrpc.internalapi

public class MinecraftApi

auo
net.minecraft.server.jsonrpc.internalapi.MinecraftApi
net.minecraft.class_11827
net.minecraft.server.dedicated.management.dispatch.ManagementHandlerDispatcher

Field summary

Modifier and TypeField
private final NotificationManager
a
notificationManager
field_62806
listener
private final MinecraftAllowListService
b
allowListService
field_62373
allowlistHandler
private final MinecraftBanListService
c
banListService
field_62374
banHandler
private final MinecraftPlayerListService
d
minecraftPlayerListService
field_62375
playerListHandler
private final MinecraftGameRuleService
e
gameRuleService
field_62376
gameRuleHandler
private final MinecraftOperatorListService
f
minecraftOperatorListService
field_62377
operatorHandler
private final MinecraftServerSettingsService
g
minecraftServerSettingsService
field_62378
propertiesHandler
private final MinecraftServerStateService
h
minecraftServerStateService
field_62379
serverHandler
private final MinecraftExecutorService
i
executorService
field_62807
submitter

Constructor summary

ModifierConstructor
public (NotificationManager listener, MinecraftAllowListService allowlistHandler, MinecraftBanListService banHandler, MinecraftPlayerListService playerListHandler, MinecraftGameRuleService gameRuleHandler, MinecraftOperatorListService operatorHandler, MinecraftServerSettingsService propertiesHandler, MinecraftServerStateService serverHandler, MinecraftExecutorService submitter)

Method summary

Modifier and TypeMethod
public <V> CompletableFuture<V>
a(Supplier<V> arg0)
submit(Supplier<V> arg0)
method_73739(Supplier<V> arg0)
submit(Supplier<V> task)
public CompletableFuture<Void>
a(Runnable arg0)
submit(Runnable arg0)
method_73738(Runnable arg0)
submit(Runnable task)
public MinecraftAllowListService
a()
allowListService()
method_73737()
getAllowlistHandler()
public MinecraftBanListService
b()
banListService()
method_73740()
getBanHandler()
public MinecraftPlayerListService
c()
playerListService()
method_73741()
getPlayerListHandler()
public MinecraftGameRuleService
d()
gameRuleService()
method_73742()
getGameRuleHandler()
public MinecraftOperatorListService
e()
operatorListService()
method_73743()
getOperatorHandler()
public MinecraftServerSettingsService
f()
serverSettingsService()
method_73744()
getPropertiesHandler()
public MinecraftServerStateService
g()
serverStateService()
method_73745()
getServerHandler()
public NotificationManager
h()
notificationManager()
method_74481()
getListener()
public static MinecraftApi
a(ary arg0)
of(DedicatedServer arg0)
method_74480(class_3176 arg0)
create(MinecraftDedicatedServer server)