Class LoginPacketHandler

java.lang.Object
org.cloudburstmc.server.player.handler.LoginPacketHandler
All Implemented Interfaces:
com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler, com.nukkitx.protocol.PacketHandler

public class LoginPacketHandler extends Object implements com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
Author:
Extollite
  • Constructor Summary

    Constructors
    Constructor
    Description
    LoginPacketHandler​(com.nukkitx.protocol.bedrock.BedrockServerSession session, CloudServer server, BedrockInterface interfaz)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.LoginPacket packet)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler

    handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle
  • Constructor Details

    • LoginPacketHandler

      public LoginPacketHandler(com.nukkitx.protocol.bedrock.BedrockServerSession session, CloudServer server, BedrockInterface interfaz)
  • Method Details

    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.LoginPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler