Class NetworkSettingsPacket

All Implemented Interfaces:
Cloneable

@Since("1.19.30-r1") @PowerNukkitXOnly public class NetworkSettingsPacket extends DataPacket
  • Field Details

    • compressionThreshold

      public int compressionThreshold
    • compressionAlgorithm

      public PacketCompressionAlgorithm compressionAlgorithm
    • clientThrottleEnabled

      public boolean clientThrottleEnabled
    • clientThrottleThreshold

      public byte clientThrottleThreshold
    • clientThrottleScalar

      public float clientThrottleScalar
  • Constructor Details

    • NetworkSettingsPacket

      public NetworkSettingsPacket()
  • Method Details