Class PluginMessageUtils

java.lang.Object
org.geysermc.geyser.util.PluginMessageUtils

public class PluginMessageUtils extends Object
  • Constructor Details

    • PluginMessageUtils

      public PluginMessageUtils()
  • Method Details

    • getGeyserBrandData

      public static byte[] getGeyserBrandData()
      Get the prebuilt brand as a byte array
      Returns:
      the brand information of the Geyser client
    • sendMessage

      public static void sendMessage(GeyserSession session, String channel, byte[] data)