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 TypeMethodDescriptionvoid
ServerPlayPacketListener.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.CODEC
Methods in net.minecraft.network.packet.c2s.play that return types with arguments of type CreativeInventoryActionC2SPacket -
Uses of CreativeInventoryActionC2SPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type CreativeInventoryActionC2SPacketModifier and TypeMethodDescriptionvoid
ServerPlayNetworkHandler.onCreativeInventoryAction
(CreativeInventoryActionC2SPacket packet)