net.minecraft.server.dedicated.management.dispatch

public class AllowlistRpcDispatcher

net.minecraft.server.jsonrpc.methods.AllowlistService
net.minecraft.server.jsonrpc.methods.AllowlistService
net.minecraft.class_11834
net.minecraft.server.dedicated.management.dispatch.AllowlistRpcDispatcher

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static List<RpcPlayer>
get(MinecraftApi minecraftApi)
get(MinecraftApi minecraftApi)
method_73824(class_11827 arg0)
get(ManagementHandlerDispatcher dispatcher)
public static List<RpcPlayer>
add(MinecraftApi minecraftApi, List<PlayerDto> playerDtos, ClientInfo clientInfo)
add(MinecraftApi minecraftApi, List<PlayerDto> playerDtos, ClientInfo clientInfo)
method_73828(class_11827 arg0, List<class_11819> arg1, class_11838 arg2)
add(ManagementHandlerDispatcher dispatcher, List<RpcPlayer> players, ManagementConnectionId remote)
public static List<RpcPlayer>
clear(MinecraftApi minecraftApi, ClientInfo clientInfo)
clear(MinecraftApi minecraftApi, ClientInfo clientInfo)
method_73826(class_11827 arg0, class_11838 arg1)
clear(ManagementHandlerDispatcher dispatcher, ManagementConnectionId remote)
public static List<RpcPlayer>
remove(MinecraftApi minecraftApi, List<PlayerDto> playerDtos, ClientInfo clientInfo)
remove(MinecraftApi minecraftApi, List<PlayerDto> playerDtos, ClientInfo clientInfo)
method_73833(class_11827 arg0, List<class_11819> arg1, class_11838 arg2)
remove(ManagementHandlerDispatcher dispatcher, List<RpcPlayer> players, ManagementConnectionId remote)
public static List<RpcPlayer>
set(MinecraftApi minecraftApi, List<PlayerDto> playerDtos, ClientInfo clientInfo)
set(MinecraftApi minecraftApi, List<PlayerDto> playerDtos, ClientInfo clientInfo)
method_73838(class_11827 arg0, List<class_11819> arg1, class_11838 arg2)
set(ManagementHandlerDispatcher dispatcher, List<RpcPlayer> players, ManagementConnectionId remote)