net.minecraft.network.packet.s2c.play

public record PlayerRemoveS2CPacket

implements Packet<ClientPlayPacketListener>

net.minecraft.network.protocol.game.ClientboundPlayerInfoRemovePacket
net.minecraft.class_7828
net.minecraft.network.packet.s2c.play.PlayerRemoveS2CPacket

Field summary

Modifier and TypeField
private final List<UUID>
profileIds
comp_1105
profileIds
public static final PacketCodec<PacketByteBuf, PlayerRemoveS2CPacket>
STREAM_CODEC
field_47954
CODEC

Constructor summary

ModifierConstructor
private (PacketByteBuf buf)
public (List<UUID> profileIds)

Method summary

Modifier and TypeMethod
private void
write(FriendlyByteBuf output)
method_55901(class_2540 arg0)
write(PacketByteBuf buf)
public PacketType<PlayerRemoveS2CPacket>
type()
method_65080()
getPacketType()
public void
handle(ClientGamePacketListener listener)
method_46325(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
public List<UUID>
profileIds()
comp_1105()
profileIds()
public void
handle(PacketListener listener)
method_65081(class_2547 arg0)
apply(PacketListener arg0)