Uses of Class
net.minecraft.network.protocol.game.ClientboundSetCarriedItemPacket
Packages that use ClientboundSetCarriedItemPacket
-
Uses of ClientboundSetCarriedItemPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSetCarriedItemPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleSetCarriedItem
(ClientboundSetCarriedItemPacket p_105078_) -
Uses of ClientboundSetCarriedItemPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSetCarriedItemPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundSetCarriedItemPacket> GamePacketTypes.CLIENTBOUND_SET_CARRIED_ITEM
static final StreamCodec
<FriendlyByteBuf, ClientboundSetCarriedItemPacket> ClientboundSetCarriedItemPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSetCarriedItemPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSetCarriedItemPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleSetCarriedItem
(ClientboundSetCarriedItemPacket p_131427_)