Uses of Class
net.minecraft.network.protocol.game.ClientboundOpenScreenPacket
Packages that use ClientboundOpenScreenPacket
-
Uses of ClientboundOpenScreenPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundOpenScreenPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleOpenScreen
(ClientboundOpenScreenPacket p_105042_) -
Uses of ClientboundOpenScreenPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundOpenScreenPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundOpenScreenPacket> GamePacketTypes.CLIENTBOUND_OPEN_SCREEN
static final StreamCodec
<RegistryFriendlyByteBuf, ClientboundOpenScreenPacket> ClientboundOpenScreenPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundOpenScreenPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundOpenScreenPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleOpenScreen
(ClientboundOpenScreenPacket p_131409_)