Class BungeePacketBuilder

java.lang.Object
me.neznamy.tab.api.protocol.PacketBuilder
me.neznamy.tab.platforms.bungeecord.BungeePacketBuilder

public class BungeePacketBuilder extends me.neznamy.tab.api.protocol.PacketBuilder
Packet builder for BungeeCord platform
  • Field Summary

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

    buildMap
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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)
     
    me.neznamy.tab.api.protocol.PacketPlayOutScoreboardDisplayObjective
     
    me.neznamy.tab.api.protocol.PacketPlayOutScoreboardObjective
    readObjective(Object bungeePacket)
     
    me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo
    readPlayerInfo(Object bungeePacket, me.neznamy.tab.api.ProtocolVersion clientVersion)
     

    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
  • Constructor Details

    • BungeePacketBuilder

      public BungeePacketBuilder()
  • Method Details

    • build

      public Object build(me.neznamy.tab.api.protocol.PacketPlayOutBoss packet, me.neznamy.tab.api.ProtocolVersion clientVersion)
      Overrides:
      build in class me.neznamy.tab.api.protocol.PacketBuilder
    • build

      public Object build(me.neznamy.tab.api.protocol.PacketPlayOutChat packet, me.neznamy.tab.api.ProtocolVersion clientVersion)
      Overrides:
      build in class me.neznamy.tab.api.protocol.PacketBuilder
    • build

      public Object build(me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo packet, me.neznamy.tab.api.ProtocolVersion clientVersion)
      Overrides:
      build in class me.neznamy.tab.api.protocol.PacketBuilder
    • build

      public Object build(me.neznamy.tab.api.protocol.PacketPlayOutPlayerListHeaderFooter packet, me.neznamy.tab.api.ProtocolVersion clientVersion)
      Overrides:
      build in class me.neznamy.tab.api.protocol.PacketBuilder
    • build

      public Object build(me.neznamy.tab.api.protocol.PacketPlayOutScoreboardDisplayObjective packet, me.neznamy.tab.api.ProtocolVersion clientVersion)
      Overrides:
      build in class me.neznamy.tab.api.protocol.PacketBuilder
    • build

      public Object build(me.neznamy.tab.api.protocol.PacketPlayOutScoreboardObjective packet, me.neznamy.tab.api.ProtocolVersion clientVersion)
      Overrides:
      build in class me.neznamy.tab.api.protocol.PacketBuilder
    • build

      public Object build(me.neznamy.tab.api.protocol.PacketPlayOutScoreboardScore packet, me.neznamy.tab.api.ProtocolVersion clientVersion)
      Overrides:
      build in class me.neznamy.tab.api.protocol.PacketBuilder
    • build

      public Object build(me.neznamy.tab.api.protocol.PacketPlayOutScoreboardTeam packet, me.neznamy.tab.api.ProtocolVersion clientVersion)
      Overrides:
      build in class me.neznamy.tab.api.protocol.PacketBuilder
    • readPlayerInfo

      public me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo readPlayerInfo(Object bungeePacket, me.neznamy.tab.api.ProtocolVersion clientVersion)
      Overrides:
      readPlayerInfo in class me.neznamy.tab.api.protocol.PacketBuilder
    • readObjective

      public me.neznamy.tab.api.protocol.PacketPlayOutScoreboardObjective readObjective(Object bungeePacket)
      Overrides:
      readObjective in class me.neznamy.tab.api.protocol.PacketBuilder
    • readDisplayObjective

      public me.neznamy.tab.api.protocol.PacketPlayOutScoreboardDisplayObjective readDisplayObjective(Object bungeePacket)
      Overrides:
      readDisplayObjective in class me.neznamy.tab.api.protocol.PacketBuilder