Uses of Class
net.minecraft.network.protocol.game.ClientboundContainerSetSlotPacket
Packages that use ClientboundContainerSetSlotPacket
-
Uses of ClientboundContainerSetSlotPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundContainerSetSlotPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleContainerSetSlot
(ClientboundContainerSetSlotPacket pPacket) Handles picking up an ItemStack or dropping one in your inventory or an open (non-creative) container -
Uses of ClientboundContainerSetSlotPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundContainerSetSlotPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundContainerSetSlotPacket> GamePacketTypes.CLIENTBOUND_CONTAINER_SET_SLOT
ClientboundContainerSetSlotPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundContainerSetSlotPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundContainerSetSlotPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleContainerSetSlot
(ClientboundContainerSetSlotPacket pPacket) Handles picking up an ItemStack or dropping one in your inventory or an open (non-creative) container