net.minecraft.network.protocol.game

public class ClientboundOpenScreenPacket

implements Packet<ClientGamePacketListener>

adr
net.minecraft.network.protocol.game.ClientboundOpenScreenPacket
net.minecraft.class_3944
net.minecraft.network.packet.s2c.play.OpenScreenS2CPacket
net.minecraft.src.C_5084_
net.minecraft.network.protocol.game.PacketPlayOutOpenWindow

Field summary

Modifier and TypeField
public static final StreamCodec<RegistryFriendlyByteBuf, ClientboundOpenScreenPacket>
a
STREAM_CODEC
field_47945
CODEC
f_314162_
private final int
b
containerId
field_17436
syncId
f_132611_
private final MenuType<?>
c
type
field_17437
screenHandlerId
f_132612_
private final Component
d
title
field_17438
name
f_132613_

Constructor summary

ModifierConstructor
public (int syncId, MenuType<?> screenHandlerId, Component name)

Method summary

Modifier and TypeMethod
public PacketType<ClientboundOpenScreenPacket>
a()
type()
method_55846()
getPacketId()
m_5779_()
public void
a(abu arg0)
handle(ClientGamePacketListener arg0)
method_17591(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
m_5797_(C_5031_ arg0)
public int
b()
getContainerId()
method_17592()
getSyncId()
m_132625_()
public MenuType<?>
e()
getType()
method_17593()
getScreenHandlerType()
m_132628_()
public Component
f()
getTitle()
method_17594()
getName()
m_132629_()