net.minecraft.network.packet.s2c.play

public class ScreenHandlerPropertyUpdateS2CPacket

implements Packet<ClientPlayPacketListener>

net.minecraft.network.protocol.game.ClientboundContainerSetDataPacket
net.minecraft.class_2651
net.minecraft.network.packet.s2c.play.ScreenHandlerPropertyUpdateS2CPacket

Field summary

Modifier and TypeField
public static final PacketCodec<PacketByteBuf, ScreenHandlerPropertyUpdateS2CPacket>
STREAM_CODEC
field_47917
CODEC
private final int
containerId
field_12150
syncId
private final int
id
field_12149
propertyId
private final int
value
field_12148
value

Constructor summary

ModifierConstructor
public (int syncId, int propertyId, int value)
private (PacketByteBuf buf)

Method summary

Modifier and TypeMethod
private void
write(FriendlyByteBuf output)
method_55870(class_2540 arg0)
write(PacketByteBuf buf)
public PacketType<ScreenHandlerPropertyUpdateS2CPacket>
type()
method_65080()
getPacketType()
public void
handle(ClientGamePacketListener listener)
method_11447(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
public int
getContainerId()
method_11448()
getSyncId()
public int
getId()
method_11445()
getPropertyId()
public int
getValue()
method_11446()
getValue()
public void
handle(PacketListener listener)
method_65081(class_2547 arg0)
apply(PacketListener arg0)