net.minecraft.server.dedicated.management.dispatch

public class PlayerBansRpcDispatcher

net.minecraft.server.jsonrpc.methods.BanlistService
net.minecraft.server.jsonrpc.methods.BanlistService
net.minecraft.class_11835
net.minecraft.server.dedicated.management.dispatch.PlayerBansRpcDispatcher

Field summary

Modifier and TypeField
private static final String
BAN_SOURCE
BAN_SOURCE
field_62393
DEFAULT_SOURCE

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static List<PlayerBansRpcDispatcher$RpcEntry>
get(MinecraftApi minecraftApi)
get(MinecraftApi minecraftApi)
method_73840(class_11827 arg0)
get(ManagementHandlerDispatcher dispatcher)
public static List<PlayerBansRpcDispatcher$RpcEntry>
add(MinecraftApi minecraftApi, List<BanlistService$UserBanDto> bans, ClientInfo clientInfo)
add(MinecraftApi minecraftApi, List<BanlistService$UserBanDto> bans, ClientInfo clientInfo)
method_73845(class_11827 arg0, List<class_11835$class_11837> arg1, class_11838 arg2)
add(ManagementHandlerDispatcher dispatcher, List<PlayerBansRpcDispatcher$RpcEntry> players, ManagementConnectionId remote)
public static List<PlayerBansRpcDispatcher$RpcEntry>
clear(MinecraftApi minecraftApi, ClientInfo clientInfo)
clear(MinecraftApi minecraftApi, ClientInfo clientInfo)
method_73843(class_11827 arg0, class_11838 arg1)
clear(ManagementHandlerDispatcher dispatcher, ManagementConnectionId remote)
public static List<PlayerBansRpcDispatcher$RpcEntry>
remove(MinecraftApi minecraftApi, List<PlayerDto> remove, ClientInfo clientInfo)
remove(MinecraftApi minecraftApi, List<PlayerDto> remove, ClientInfo clientInfo)
method_73851(class_11827 arg0, List<class_11819> arg1, class_11838 arg2)
remove(ManagementHandlerDispatcher dispatcher, List<RpcPlayer> players, ManagementConnectionId remote)
public static List<PlayerBansRpcDispatcher$RpcEntry>
set(MinecraftApi minecraftApi, List<BanlistService$UserBanDto> bans, ClientInfo clientInfo)
set(MinecraftApi minecraftApi, List<BanlistService$UserBanDto> bans, ClientInfo clientInfo)
method_73855(class_11827 arg0, List<class_11835$class_11837> arg1, class_11838 arg2)
set(ManagementHandlerDispatcher dispatcher, List<PlayerBansRpcDispatcher$RpcEntry> players, ManagementConnectionId remote)