Uses of Record Class
net.minecraft.network.packet.s2c.play.PlayerListS2CPacket.Entry
-
Uses of PlayerListS2CPacket.Entry in net.minecraft.client.network
Modifier and TypeMethodDescriptionprivate void
ClientPlayNetworkHandler.handlePlayerListAction
(PlayerListS2CPacket.Action action, PlayerListS2CPacket.Entry receivedEntry, PlayerListEntry currentEntry) private void
ClientPlayNetworkHandler.setPublicSession
(PlayerListS2CPacket.Entry receivedEntry, PlayerListEntry currentEntry) -
Uses of PlayerListS2CPacket.Entry in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionprivate final List<PlayerListS2CPacket.Entry>
PlayerListS2CPacket.entries
Modifier and TypeMethodDescription(package private) PlayerListS2CPacket.Entry
PlayerListS2CPacket.Serialized.toEntry()
Modifier and TypeMethodDescriptionPlayerListS2CPacket.getEntries()
PlayerListS2CPacket.getPlayerAdditionEntries()
Modifier and TypeMethodDescriptionvoid
PlayerListS2CPacket.Action.Writer.write
(PacketByteBuf buf, PlayerListS2CPacket.Entry entry)