Package org.geysermc.geyser.util
Class PluginMessageUtils
java.lang.Object
org.geysermc.geyser.util.PluginMessageUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
Get the prebuilt register data as a byte arraystatic byte[]
Get the prebuilt brand as a byte arraystatic String
Returns the skin channel used in Floodgatestatic void
sendMessage(GeyserSession session, String channel, byte[] data)
-
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
Returns the skin channel used in Floodgate -
sendMessage
-