Uses of Class
net.minecraft.network.protocol.game.ServerboundSetCarriedItemPacket
Packages that use ServerboundSetCarriedItemPacket
Package
Description
-
Uses of ServerboundSetCarriedItemPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ServerboundSetCarriedItemPacketModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundSetCarriedItemPacket> GamePacketTypes.SERVERBOUND_SET_CARRIED_ITEM
static final StreamCodec
<FriendlyByteBuf, ServerboundSetCarriedItemPacket> ServerboundSetCarriedItemPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundSetCarriedItemPacketMethods in net.minecraft.network.protocol.game with parameters of type ServerboundSetCarriedItemPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListener.handleSetCarriedItem
(ServerboundSetCarriedItemPacket p_133774_) -
Uses of ServerboundSetCarriedItemPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundSetCarriedItemPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListenerImpl.handleSetCarriedItem
(ServerboundSetCarriedItemPacket p_9909_) -
Uses of ServerboundSetCarriedItemPacket in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type ServerboundSetCarriedItemPacketModifier and TypeMethodDescriptionvoid
FakePlayer.FakePlayerNetHandler.handleSetCarriedItem
(ServerboundSetCarriedItemPacket packet)