Uses of Record Class
net.minecraft.network.protocol.game.ServerboundContainerButtonClickPacket
Packages that use ServerboundContainerButtonClickPacket
Package
Description
-
Uses of ServerboundContainerButtonClickPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ServerboundContainerButtonClickPacketModifier and TypeFieldDescriptionstatic final PacketType<ServerboundContainerButtonClickPacket> GamePacketTypes.SERVERBOUND_CONTAINER_BUTTON_CLICKstatic final StreamCodec<FriendlyByteBuf, ServerboundContainerButtonClickPacket> ServerboundContainerButtonClickPacket.STREAM_CODECMethods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundContainerButtonClickPacketMethods in net.minecraft.network.protocol.game with parameters of type ServerboundContainerButtonClickPacketModifier and TypeMethodDescriptionvoidServerGamePacketListener.handleContainerButtonClick(ServerboundContainerButtonClickPacket p_133748_) -
Uses of ServerboundContainerButtonClickPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundContainerButtonClickPacketModifier and TypeMethodDescriptionvoidServerGamePacketListenerImpl.handleContainerButtonClick(ServerboundContainerButtonClickPacket p_9854_) -
Uses of ServerboundContainerButtonClickPacket in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type ServerboundContainerButtonClickPacketModifier and TypeMethodDescriptionvoidFakePlayer.FakePlayerNetHandler.handleContainerButtonClick(ServerboundContainerButtonClickPacket packet)