Uses of Class
net.minecraft.network.protocol.game.ClientboundContainerSetDataPacket
Packages that use ClientboundContainerSetDataPacket
Package
Description
-
Uses of ClientboundContainerSetDataPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundContainerSetDataPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleContainerSetData
(ClientboundContainerSetDataPacket pPacket) Sets the progressbar of the opened window to the specified value -
Uses of ClientboundContainerSetDataPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundContainerSetDataPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundContainerSetDataPacket> GamePacketTypes.CLIENTBOUND_CONTAINER_SET_DATA
static final StreamCodec
<FriendlyByteBuf, ClientboundContainerSetDataPacket> ClientboundContainerSetDataPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundContainerSetDataPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundContainerSetDataPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleContainerSetData
(ClientboundContainerSetDataPacket pPacket) Sets the progressbar of the opened window to the specified value -
Uses of ClientboundContainerSetDataPacket in net.neoforged.neoforge.network.payload
Methods in net.neoforged.neoforge.network.payload that return ClientboundContainerSetDataPacket