Class ClientboundPlayerInfoRemovePacket

java.lang.Object
org.geysermc.mcprotocollib.protocol.packet.ingame.clientbound.ClientboundPlayerInfoRemovePacket
All Implemented Interfaces:
Packet, MinecraftPacket

public class ClientboundPlayerInfoRemovePacket extends Object implements MinecraftPacket
  • Constructor Details

    • ClientboundPlayerInfoRemovePacket

      public ClientboundPlayerInfoRemovePacket(io.netty.buffer.ByteBuf in, MinecraftCodecHelper helper)
    • ClientboundPlayerInfoRemovePacket

      public ClientboundPlayerInfoRemovePacket(List<UUID> profileIds)
  • Method Details