Interface JoinServerProtectHandler

All Known Implementing Classes:
AdvancedProtectHandler

public interface JoinServerProtectHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    onJoinServer​(String serverID, String username, Client client)
     
  • Method Details

    • onJoinServer

      default boolean onJoinServer(String serverID, String username, Client client)