Class ScoreboardDisplay

java.lang.Object
net.md_5.bungee.protocol.DefinedPacket
net.md_5.bungee.protocol.packet.ScoreboardDisplay

@Deprecated public class ScoreboardDisplay extends DefinedPacket
Deprecated.
not handled anymore
  • Constructor Details

    • ScoreboardDisplay

      public ScoreboardDisplay()
      Deprecated.
    • ScoreboardDisplay

      public ScoreboardDisplay(byte position, String name)
      Deprecated.
  • Method Details

    • read

      public void read(io.netty.buffer.ByteBuf buf)
      Deprecated.
      Overrides:
      read in class DefinedPacket
    • write

      public void write(io.netty.buffer.ByteBuf buf)
      Deprecated.
      Overrides:
      write in class DefinedPacket
    • handle

      public void handle(AbstractPacketHandler handler) throws Exception
      Deprecated.
      Specified by:
      handle in class DefinedPacket
      Throws:
      Exception
    • getPosition

      public byte getPosition()
      Deprecated.
      0 = list, 1 = side, 2 = below.
    • getName

      public String getName()
      Deprecated.
    • setPosition

      public void setPosition(byte position)
      Deprecated.
      0 = list, 1 = side, 2 = below.
    • setName

      public void setName(String name)
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Specified by:
      toString in class DefinedPacket
    • equals

      public boolean equals(Object o)
      Deprecated.
      Specified by:
      equals in class DefinedPacket
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Specified by:
      hashCode in class DefinedPacket