Uses of Record Class
net.minecraft.network.packet.c2s.play.CreativeInventoryActionC2SPacket
Packages that use CreativeInventoryActionC2SPacket
Package
Description
-
Uses of CreativeInventoryActionC2SPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type CreativeInventoryActionC2SPacketModifier and TypeMethodDescriptionvoidServerPlayPacketListener.onCreativeInventoryAction(CreativeInventoryActionC2SPacket packet) -
Uses of CreativeInventoryActionC2SPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type CreativeInventoryActionC2SPacketModifier and TypeFieldDescriptionstatic final PacketType<CreativeInventoryActionC2SPacket> PlayPackets.SET_CREATIVE_MODE_SLOT -
Uses of CreativeInventoryActionC2SPacket in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play with type parameters of type CreativeInventoryActionC2SPacketModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, CreativeInventoryActionC2SPacket> CreativeInventoryActionC2SPacket.CODECMethods in net.minecraft.network.packet.c2s.play that return types with arguments of type CreativeInventoryActionC2SPacket -
Uses of CreativeInventoryActionC2SPacket in net.minecraft.network.state
Fields in net.minecraft.network.state with type parameters of type CreativeInventoryActionC2SPacketModifier and TypeFieldDescriptionstatic final PacketCodecModifier<RegistryByteBuf, CreativeInventoryActionC2SPacket, PlayStateFactories.PacketCodecModifierContext> PlayStateFactories.CREATIVE_INVENTORY_ACTION_C2S_MODIFIER -
Uses of CreativeInventoryActionC2SPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type CreativeInventoryActionC2SPacketModifier and TypeMethodDescriptionvoidServerPlayNetworkHandler.onCreativeInventoryAction(CreativeInventoryActionC2SPacket packet)