Uses of Class
net.minecraft.network.packet.s2c.play.ScreenHandlerSlotUpdateS2CPacket
Packages that use ScreenHandlerSlotUpdateS2CPacket
Package
Description
-
Uses of ScreenHandlerSlotUpdateS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type ScreenHandlerSlotUpdateS2CPacketModifier and TypeMethodDescriptionvoid
ClientPlayNetworkHandler.onScreenHandlerSlotUpdate
(ScreenHandlerSlotUpdateS2CPacket packet) -
Uses of ScreenHandlerSlotUpdateS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type ScreenHandlerSlotUpdateS2CPacketModifier and TypeMethodDescriptionvoid
ClientPlayPacketListener.onScreenHandlerSlotUpdate
(ScreenHandlerSlotUpdateS2CPacket packet) -
Uses of ScreenHandlerSlotUpdateS2CPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type ScreenHandlerSlotUpdateS2CPacketModifier and TypeFieldDescriptionstatic final PacketType
<ScreenHandlerSlotUpdateS2CPacket> PlayPackets.CONTAINER_SET_SLOT
-
Uses of ScreenHandlerSlotUpdateS2CPacket in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type ScreenHandlerSlotUpdateS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec
<RegistryByteBuf, ScreenHandlerSlotUpdateS2CPacket> ScreenHandlerSlotUpdateS2CPacket.CODEC
Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type ScreenHandlerSlotUpdateS2CPacket