Class BukkitPacketBuilder

java.lang.Object
me.neznamy.tab.api.protocol.PacketBuilder
me.neznamy.tab.platforms.bukkit.BukkitPacketBuilder

public class BukkitPacketBuilder extends me.neznamy.tab.api.protocol.PacketBuilder
  • Field Summary

    Fields inherited from class me.neznamy.tab.api.protocol.PacketBuilder

    buildMap
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs new instance
  • Method Summary

    Modifier and Type
    Method
    Description
    build(me.neznamy.tab.api.protocol.PacketPlayOutBoss packet, me.neznamy.tab.api.ProtocolVersion clientVersion)
     
    build(me.neznamy.tab.api.protocol.PacketPlayOutChat packet, me.neznamy.tab.api.ProtocolVersion clientVersion)
     
    build(me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo packet, me.neznamy.tab.api.ProtocolVersion clientVersion)
     
    build(me.neznamy.tab.api.protocol.PacketPlayOutPlayerListHeaderFooter packet, me.neznamy.tab.api.ProtocolVersion clientVersion)
     
    build(me.neznamy.tab.api.protocol.PacketPlayOutScoreboardDisplayObjective packet, me.neznamy.tab.api.ProtocolVersion clientVersion)
     
    build(me.neznamy.tab.api.protocol.PacketPlayOutScoreboardObjective packet, me.neznamy.tab.api.ProtocolVersion clientVersion)
     
    build(me.neznamy.tab.api.protocol.PacketPlayOutScoreboardScore packet, me.neznamy.tab.api.ProtocolVersion clientVersion)
     
    build(me.neznamy.tab.api.protocol.PacketPlayOutScoreboardTeam packet, me.neznamy.tab.api.ProtocolVersion clientVersion)
     
    Builds entity destroy packet from custom packet class
    Builds entity metadata packet from custom packet class
    Builds entity teleport packet from custom packet class
    Builds entity spawn packet from custom packet class
    me.neznamy.tab.api.protocol.PacketPlayOutScoreboardDisplayObjective
     
    me.neznamy.tab.api.protocol.PacketPlayOutScoreboardObjective
    readObjective(Object nmsPacket)
     
    me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo
    readPlayerInfo(Object nmsPacket, me.neznamy.tab.api.ProtocolVersion clientVersion)
     
    toNMSComponent(me.neznamy.tab.api.chat.IChatBaseComponent component, me.neznamy.tab.api.ProtocolVersion clientVersion)
    Converts TAB's IChatBaseComponent into minecraft's component.

    Methods inherited from class me.neznamy.tab.api.protocol.PacketBuilder

    build, cutTo, jsonOrCut

    Methods inherited from class java.lang.Object

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