Interface LoginPacketView

All Superinterfaces:
PacketView

public interface LoginPacketView extends PacketView
Read-only view of a clientbound login packet.
  • Method Details

    • playerId

      int playerId()
    • hardcore

      boolean hardcore()
    • levels

      NativeValue levels()
    • maxPlayers

      int maxPlayers()
    • chunkRadius

      int chunkRadius()
    • simulationDistance

      int simulationDistance()
    • reducedDebugInfo

      boolean reducedDebugInfo()
    • showDeathScreen

      boolean showDeathScreen()
    • limitedCrafting

      boolean limitedCrafting()
    • spawnInfo

      NativeValue spawnInfo()
    • enforcesSecureChat

      boolean enforcesSecureChat()