Uses of Class
net.minecraft.network.protocol.game.ClientboundContainerSetContentPacket
Packages that use ClientboundContainerSetContentPacket
-
Uses of ClientboundContainerSetContentPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundContainerSetContentPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleContainerContent
(ClientboundContainerSetContentPacket p_104996_) -
Uses of ClientboundContainerSetContentPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundContainerSetContentPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundContainerSetContentPacket> GamePacketTypes.CLIENTBOUND_CONTAINER_SET_CONTENT
ClientboundContainerSetContentPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundContainerSetContentPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundContainerSetContentPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleContainerContent
(ClientboundContainerSetContentPacket p_131386_)