net.minecraft.network.packet.s2c.play

public record EntityValueDebugS2CPacket

implements Packet<ClientPlayPacketListener>

net.minecraft.network.protocol.game.ClientboundDebugEntityValuePacket
net.minecraft.class_11984
net.minecraft.network.packet.s2c.play.EntityValueDebugS2CPacket

Field summary

Modifier and TypeField
private final int
entityId
comp_4827
entityId
private final DebugSubscriptionType$OptionalValue<?>
update
comp_4828
update
public static final PacketCodec<RegistryByteBuf, EntityValueDebugS2CPacket>
STREAM_CODEC
field_62779
PACKET_CODEC

Constructor summary

ModifierConstructor
public (int entityId, DebugSubscriptionType$OptionalValue<?> update)

Method summary

Modifier and TypeMethod
public PacketType<EntityValueDebugS2CPacket>
type()
method_65080()
getPacketType()
public void
handle(ClientGamePacketListener listener)
method_74462(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
public int
entityId()
comp_4827()
entityId()
public DebugSubscriptionType$OptionalValue<?>
update()
comp_4828()
update()
public void
handle(PacketListener listener)
method_65081(class_2547 arg0)
apply(PacketListener arg0)