Uses of Record Class
net.minecraft.network.packet.c2s.play.CreativeInventoryActionC2SPacket
Packages that use CreativeInventoryActionC2SPacket
Package
Description
- 
Uses of CreativeInventoryActionC2SPacket in net.minecraft.network.listenerMethods in net.minecraft.network.listener with parameters of type CreativeInventoryActionC2SPacketModifier and TypeMethodDescriptionvoidServerPlayPacketListener.onCreativeInventoryAction(CreativeInventoryActionC2SPacket packet) 
- 
Uses of CreativeInventoryActionC2SPacket in net.minecraft.network.packetFields 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.playFields 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.server.networkMethods in net.minecraft.server.network with parameters of type CreativeInventoryActionC2SPacketModifier and TypeMethodDescriptionvoidServerPlayNetworkHandler.onCreativeInventoryAction(CreativeInventoryActionC2SPacket packet)