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 TypeMethodDescriptionvoidClientPacketListener.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_ITEMstatic final StreamCodec<FriendlyByteBuf, ClientboundSetCarriedItemPacket> ClientboundSetCarriedItemPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleSetCarriedItem(ClientboundSetCarriedItemPacket p_131427_)