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