Uses of Class
net.minecraft.network.packet.c2s.play.UpdateSelectedSlotC2SPacket
Packages that use UpdateSelectedSlotC2SPacket
Package
Description
- 
Uses of UpdateSelectedSlotC2SPacket in net.minecraft.network.listenerMethods in net.minecraft.network.listener with parameters of type UpdateSelectedSlotC2SPacketModifier and TypeMethodDescriptionvoidServerPlayPacketListener.onUpdateSelectedSlot(UpdateSelectedSlotC2SPacket packet) 
- 
Uses of UpdateSelectedSlotC2SPacket in net.minecraft.network.packetFields in net.minecraft.network.packet with type parameters of type UpdateSelectedSlotC2SPacketModifier and TypeFieldDescriptionstatic final PacketType<UpdateSelectedSlotC2SPacket> PlayPackets.SET_CARRIED_ITEM_C2S
- 
Uses of UpdateSelectedSlotC2SPacket in net.minecraft.network.packet.c2s.playFields in net.minecraft.network.packet.c2s.play with type parameters of type UpdateSelectedSlotC2SPacketModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, UpdateSelectedSlotC2SPacket> UpdateSelectedSlotC2SPacket.CODECMethods in net.minecraft.network.packet.c2s.play that return types with arguments of type UpdateSelectedSlotC2SPacket
- 
Uses of UpdateSelectedSlotC2SPacket in net.minecraft.server.networkMethods in net.minecraft.server.network with parameters of type UpdateSelectedSlotC2SPacketModifier and TypeMethodDescriptionvoidServerPlayNetworkHandler.onUpdateSelectedSlot(UpdateSelectedSlotC2SPacket packet)