Uses of Record Class
net.minecraft.network.protocol.game.ClientboundSetCursorItemPacket
Packages that use ClientboundSetCursorItemPacket
-
Uses of ClientboundSetCursorItemPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSetCursorItemPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleSetCursorItem
(ClientboundSetCursorItemPacket p_364656_) -
Uses of ClientboundSetCursorItemPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSetCursorItemPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundSetCursorItemPacket> GamePacketTypes.CLIENTBOUND_SET_CURSOR_ITEM
static final StreamCodec
<RegistryFriendlyByteBuf, ClientboundSetCursorItemPacket> ClientboundSetCursorItemPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSetCursorItemPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSetCursorItemPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleSetCursorItem
(ClientboundSetCursorItemPacket p_361508_)