Uses of Record Class
net.minecraft.network.protocol.game.ServerboundSetCreativeModeSlotPacket
Packages that use ServerboundSetCreativeModeSlotPacket
Package
Description
-
Uses of ServerboundSetCreativeModeSlotPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ServerboundSetCreativeModeSlotPacketModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundSetCreativeModeSlotPacket> GamePacketTypes.SERVERBOUND_SET_CREATIVE_MODE_SLOT
ServerboundSetCreativeModeSlotPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundSetCreativeModeSlotPacketMethods in net.minecraft.network.protocol.game with parameters of type ServerboundSetCreativeModeSlotPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListener.handleSetCreativeModeSlot
(ServerboundSetCreativeModeSlotPacket pPacket) Update the server with an ItemStack in a slot. -
Uses of ServerboundSetCreativeModeSlotPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundSetCreativeModeSlotPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListenerImpl.handleSetCreativeModeSlot
(ServerboundSetCreativeModeSlotPacket pPacket) Update the server with an ItemStack in a slot. -
Uses of ServerboundSetCreativeModeSlotPacket in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type ServerboundSetCreativeModeSlotPacketModifier and TypeMethodDescriptionvoid
FakePlayer.FakePlayerNetHandler.handleSetCreativeModeSlot
(ServerboundSetCreativeModeSlotPacket packet)