Class WrapperPlayClientPluginMessage

java.lang.Object
com.github.retrooper.packetevents.wrapper.PacketWrapper<WrapperPlayClientPluginMessage>
com.github.retrooper.packetevents.wrapper.play.client.WrapperPlayClientPluginMessage

public class WrapperPlayClientPluginMessage extends PacketWrapper<WrapperPlayClientPluginMessage>
Mods and plugins can use this to send their data. Minecraft itself uses some plugin channels. These internal channels are in the minecraft namespace.
  • Constructor Details

    • WrapperPlayClientPluginMessage

      public WrapperPlayClientPluginMessage(PacketReceiveEvent event)
    • WrapperPlayClientPluginMessage

      public WrapperPlayClientPluginMessage(String channelName, byte[] data)
    • WrapperPlayClientPluginMessage

      public WrapperPlayClientPluginMessage(ResourceLocation channelName, byte[] data)
  • Method Details