net.minecraft.network.packet.s2c.common

public record PostEffectsS2CPacket

implements Packet<ClientCommonPacketListener>

net.minecraft.network.protocol.common.ClientboundPostEffectsPacket
net.minecraft.class_1_1290
net.minecraft.network.packet.s2c.common.PostEffectsS2CPacket

Field summary

Modifier and TypeField
private final List<Identifier>
postEffects
comp_1_1323
postEffects
public static final PacketCodec<PacketByteBuf, PostEffectsS2CPacket>
STREAM_CODEC
field_1_8757
PACKET_CODEC

Constructor summary

ModifierConstructor
public (PacketByteBuf buf)
public (List<Identifier> postEffects)

Method summary

Modifier and TypeMethod
private void
write(FriendlyByteBuf output)
method_1_8186(class_2540 arg0)
write(PacketByteBuf buf)
public PacketType<PostEffectsS2CPacket>
type()
method_65080()
getPacketType()
public void
handle(ClientCommonPacketListener listener)
method_1_8185(class_8705 arg0)
apply(ClientCommonPacketListener arg0)
public List<Identifier>
postEffects()
comp_1_1323()
postEffects()
public void
handle(PacketListener listener)
method_65081(class_2547 arg0)
apply(PacketListener arg0)