Class AllowlistService
java.lang.Object
net.minecraft.server.jsonrpc.methods.AllowlistService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(MinecraftApi api, List<PlayerDto> players, ClientInfo clientInfo) clear(MinecraftApi api, ClientInfo clientInfo) get(MinecraftApi api) remove(MinecraftApi api, List<PlayerDto> players, ClientInfo clientInfo) set(MinecraftApi api, List<PlayerDto> players, ClientInfo clientInfo)
-
Constructor Details
-
AllowlistService
public AllowlistService()
-
-
Method Details
-
get
-
add
-
clear
-
remove
public static List<PlayerDto> remove(MinecraftApi api, List<PlayerDto> players, ClientInfo clientInfo) -
set
-