public class EntityEquipmentUpdateS2CPacket extends Object implements Packet<ClientPlayPacketListener>
| Modifier and Type | Field and Description |
|---|---|
private int |
id |
private EquipmentSlot |
slot |
private ItemStack |
stack |
| Constructor and Description |
|---|
EntityEquipmentUpdateS2CPacket() |
EntityEquipmentUpdateS2CPacket(int id,
EquipmentSlot slot,
ItemStack stack) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ClientPlayPacketListener clientPlayPacketListener) |
int |
getId() |
EquipmentSlot |
getSlot() |
ItemStack |
getStack() |
void |
read(PacketByteBuf buf) |
void |
write(PacketByteBuf buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisWritingErrorSkippableprivate int id
private EquipmentSlot slot
private ItemStack stack
public EntityEquipmentUpdateS2CPacket()
public EntityEquipmentUpdateS2CPacket(int id,
EquipmentSlot slot,
ItemStack stack)
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 ItemStack getStack()
@Environment(value=CLIENT) public int getId()
@Environment(value=CLIENT) public EquipmentSlot getSlot()