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 TypeMethodDescriptionvoidClientPacketListener.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_SCREENstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundOpenScreenPacket> ClientboundOpenScreenPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleOpenScreen(ClientboundOpenScreenPacket p_131409_)