net.minecraft.server.jsonrpc.internalapi

public class MinecraftApi

auf
net.minecraft.server.jsonrpc.internalapi.MinecraftApi
net.minecraft.class_11827
net.minecraft.server.dedicated.management.dispatch.ManagementHandlerDispatcher
net.minecraft.src.C_411156_
net.minecraft.server.jsonrpc.internalapi.MinecraftApi

Field summary

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

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)
m_417982_(Supplier<V> arg0)
public CompletableFuture<Void>
a(Runnable arg0)
submit(Runnable arg0)
method_73738(Runnable arg0)
submit(Runnable task)
m_416631_(Runnable arg0)
public MinecraftAllowListService
a()
allowListService()
method_73737()
getAllowlistHandler()
m_415395_()
public MinecraftBanListService
b()
banListService()
method_73740()
getBanHandler()
m_415861_()
public MinecraftPlayerListService
c()
playerListService()
method_73741()
getPlayerListHandler()
m_417525_()
public MinecraftGameRuleService
d()
gameRuleService()
method_73742()
getGameRuleHandler()
m_415329_()
public MinecraftOperatorListService
e()
operatorListService()
method_73743()
getOperatorHandler()
m_419727_()
public MinecraftServerSettingsService
f()
serverSettingsService()
method_73744()
getPropertiesHandler()
m_420285_()
public MinecraftServerStateService
g()
serverStateService()
method_73745()
getServerHandler()
m_415773_()
public NotificationManager
h()
notificationManager()
method_74481()
getListener()
m_420335_()
public static MinecraftApi
a(aro arg0)
of(DedicatedServer arg0)
method_74480(class_3176 arg0)
create(MinecraftDedicatedServer server)
m_416636_(C_5407_ p_427317_)