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
    • getFloodgateRegisterData

      public static byte[] getFloodgateRegisterData()
      Get the prebuilt register data as a byte array
      Returns:
      the register data of the Floodgate channels
    • getSkinChannel

      public static String getSkinChannel()
      Returns the skin channel used in Floodgate
    • sendMessage

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