Class NMS_1_19_R1_ChatPreviewHandler

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelDuplexHandler
dev.jorel.commandapi.nms.NMS_1_19_Common_ChatPreviewHandler
dev.jorel.commandapi.nms.NMS_1_19_R1_ChatPreviewHandler
All Implemented Interfaces:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler, io.netty.channel.ChannelOutboundHandler

public class NMS_1_19_R1_ChatPreviewHandler extends NMS_1_19_Common_ChatPreviewHandler
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

    io.netty.channel.ChannelHandler.Sharable
  • Field Summary

    Fields inherited from class dev.jorel.commandapi.nms.NMS_1_19_Common_ChatPreviewHandler

    connection, nms, player, plugin
  • Constructor Summary

    Constructors
    Constructor
    Description
    NMS_1_19_R1_ChatPreviewHandler(NMS<net.minecraft.commands.CommandSourceStack> nms, org.bukkit.plugin.Plugin plugin, org.bukkit.entity.Player player)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    handleChatPreviewPacket(net.minecraft.network.protocol.game.ServerboundChatPreviewPacket chatPreview)
     

    Methods inherited from class dev.jorel.commandapi.nms.NMS_1_19_Common_ChatPreviewHandler

    channelRead, parseChatPreviewQuery

    Methods inherited from class io.netty.channel.ChannelDuplexHandler

    bind, close, connect, deregister, disconnect, flush, read, write

    Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter

    channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered

    Methods inherited from class io.netty.channel.ChannelHandlerAdapter

    ensureNotSharable, handlerAdded, handlerRemoved, isSharable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.netty.channel.ChannelHandler

    handlerAdded, handlerRemoved
  • Constructor Details

    • NMS_1_19_R1_ChatPreviewHandler

      public NMS_1_19_R1_ChatPreviewHandler(NMS<net.minecraft.commands.CommandSourceStack> nms, org.bukkit.plugin.Plugin plugin, org.bukkit.entity.Player player)
  • Method Details