Interface ServerDataPacketView

All Superinterfaces:
PacketView

public interface ServerDataPacketView extends PacketView
Lazy copy-on-write view of clientbound server-list data.
  • Method Details

    • motd

      NativeText motd()
    • iconBytes

      @Nullable byte[] iconBytes()
      Returns the borrowed favicon bytes, or null.
    • motd

      void motd(NativeText motd)
    • iconBytes

      void iconBytes(@Nullable byte[] iconBytes)
      Replaces the borrowed favicon bytes; null clears them.