Uses of Record Class
net.minecraft.network.packet.c2s.play.SlotChangedStateC2SPacket
Packages that use SlotChangedStateC2SPacket
Package
Description
-
Uses of SlotChangedStateC2SPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type SlotChangedStateC2SPacketModifier and TypeMethodDescriptionvoid
ServerPlayPacketListener.onSlotChangedState
(SlotChangedStateC2SPacket packet) -
Uses of SlotChangedStateC2SPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type SlotChangedStateC2SPacketModifier and TypeFieldDescriptionstatic final PacketType
<SlotChangedStateC2SPacket> PlayPackets.CONTAINER_SLOT_STATE_CHANGED
-
Uses of SlotChangedStateC2SPacket in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play with type parameters of type SlotChangedStateC2SPacketModifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, SlotChangedStateC2SPacket> SlotChangedStateC2SPacket.CODEC
Methods in net.minecraft.network.packet.c2s.play that return types with arguments of type SlotChangedStateC2SPacket -
Uses of SlotChangedStateC2SPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type SlotChangedStateC2SPacketModifier and TypeMethodDescriptionvoid
ServerPlayNetworkHandler.onSlotChangedState
(SlotChangedStateC2SPacket packet)