Interface MinecraftAllowListService
- All Known Implementing Classes:
MinecraftAllowListServiceImpl
public interface MinecraftAllowListService
-
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(UserWhiteListEntry infos, ClientInfo clientInfo) voidclear(ClientInfo clientInfo) voidkickUnlistedPlayers(ClientInfo clientInfo) voidremove(NameAndId nameAndId, ClientInfo clientInfo)
-
Method Details
-
getEntries
Collection<UserWhiteListEntry> getEntries() -
add
-
clear
-
remove
-
kickUnlistedPlayers
-