Class MinecraftAllowListServiceImpl
java.lang.Object
net.minecraft.server.jsonrpc.internalapi.MinecraftAllowListServiceImpl
- All Implemented Interfaces:
MinecraftAllowListService
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMinecraftAllowListServiceImpl(DedicatedServer pServer, JsonRpcLogger pJsonrpcLogger) -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(UserWhiteListEntry p_449112_, ClientInfo p_449757_) voidclear(ClientInfo p_449708_) voidkickUnlistedPlayers(ClientInfo p_449108_) voidremove(NameAndId p_449664_, ClientInfo p_449053_)
-
Field Details
-
server
-
jsonrpcLogger
-
-
Constructor Details
-
MinecraftAllowListServiceImpl
-
-
Method Details
-
getEntries
- Specified by:
getEntriesin interfaceMinecraftAllowListService
-
add
- Specified by:
addin interfaceMinecraftAllowListService
-
clear
- Specified by:
clearin interfaceMinecraftAllowListService
-
remove
- Specified by:
removein interfaceMinecraftAllowListService
-
kickUnlistedPlayers
- Specified by:
kickUnlistedPlayersin interfaceMinecraftAllowListService
-