public class ScoreboardDisplayS2CPacket extends Object implements Packet<ClientPlayPacketListener>
| Constructor and Description |
|---|
ScoreboardDisplayS2CPacket() |
ScoreboardDisplayS2CPacket(int slot,
ScoreboardObjective objective) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ClientPlayPacketListener clientPlayPacketListener) |
String |
getName() |
int |
getSlot() |
void |
read(PacketByteBuf buf) |
void |
write(PacketByteBuf buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisWritingErrorSkippableprivate int slot
private String name
public ScoreboardDisplayS2CPacket()
public ScoreboardDisplayS2CPacket(int slot,
@Nullable
ScoreboardObjective objective)
public void read(PacketByteBuf buf) throws IOException
read in interface Packet<ClientPlayPacketListener>IOExceptionpublic void write(PacketByteBuf buf) throws IOException
write in interface Packet<ClientPlayPacketListener>IOExceptionpublic void apply(ClientPlayPacketListener clientPlayPacketListener)
apply in interface Packet<ClientPlayPacketListener>@Environment(value=CLIENT) public int getSlot()