net.minecraft.network.protocol.game

public class ClientboundOpenScreenPacket

implements Packet<ClientGamePacketListener>

aeh
net.minecraft.network.protocol.game.ClientboundOpenScreenPacket
net.minecraft.class_3944

Field summary

Modifier and TypeField
public static final StreamCodec<RegistryFriendlyByteBuf, ClientboundOpenScreenPacket>
a
STREAM_CODEC
field_47945
private final int
b
containerId
field_17436
private final MenuType<?>
c
type
field_17437
private final Component
d
title
field_17438

Constructor summary

ModifierConstructor
public (int arg0, MenuType<?> arg1, Component arg2)

Method summary

Modifier and TypeMethod
public PacketType<ClientboundOpenScreenPacket>
a()
type()
method_65080()
public void
a(acj arg0)
handle(ClientGamePacketListener arg0)
method_17591(class_2602 arg0)
public int
b()
getContainerId()
method_17592()
public MenuType<?>
e()
getType()
method_17593()
public Component
f()
getTitle()
method_17594()