net.minecraft.network.packet.s2c.play

public class OpenInventoryMenuS2CPacket

implements Packet<ClientPlayPacketHandler>

ge
net.minecraft.class_2011
net.minecraft.network.packet.s2c.play.OpenInventoryMenuS2CPacket
net.minecraft.network.play.server.SPacketOpenWindow

Field summary

Modifier and TypeField
private int
a
field_8604
menuId
windowId
private String
b
field_8606
type
inventoryType
private Text
c
field_11605
displayName
windowTitle
private int
d
field_8607
size
slotCount
private int
e
field_8609
ownerId
entityId

Constructor summary

ModifierConstructor
public ()
public (int menuId, String menuType, Text displayName)
public (int menuId, String menuType, Text displayName, int size)
public (int menuId, String menuType, Text displayName, int size, int ownerId)

Method summary

Modifier and TypeMethod
public void
a(fk arg0)
method_7714(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
processPacket(INetHandlerPlayClient handler)
public void
a(eo arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
readPacketData(PacketBuffer arg0)
public void
b(eo arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
writePacketData(PacketBuffer arg0)
public int
a()
method_7715()
getMenuId()
getWindowId()
public String
b()
method_7717()
getMenuType()
getGuiId()
public Text
c()
method_10653()
getDisplayName()
getWindowTitle()
public int
d()
method_7718()
getSize()
getSlotCount()
public int
e()
method_7720()
getOwnerId()
getEntityId()
public boolean
f()
method_7719()
hasSize()
hasSlots()