net.minecraft.network.packet.s2c.play

public class RecipeS2CPacket

implements Packet<ClientPlayPacketHandler>

js
net.minecraft.unmapped.C_30786034
net.minecraft.network.packet.s2c.play.RecipeS2CPacket

Field summary

Modifier and TypeField
private RecipeS2CPacket$State
a
f_45694717
state
private List<Recipe>
b
f_31312973
recipes
private List<Recipe>
c
f_14037186
highlighted
private boolean
d
f_62545930
guiOpen
private boolean
e
f_67763481
filteringCraftable

Constructor summary

ModifierConstructor
public ()
public (RecipeS2CPacket$State state, List<Recipe> recipes, List<Recipe> highlighted, boolean guiOpen, boolean filteringCraftable)

Method summary

Modifier and TypeMethod
public void
a(hw arg0)
m_33820680(C_23730550 arg0)
handle(ClientPlayPacketHandler handler)
public void
a(gy arg0)
m_13296744(C_04635774 arg0)
read(PacketByteBuf arg0)
public void
b(gy arg0)
m_17566769(C_04635774 arg0)
write(PacketByteBuf arg0)
public List<Recipe>
a()
m_55278731()
getRecipes()
public List<Recipe>
b()
m_23008515()
getHighlightedRecipes()
public boolean
c()
m_30187866()
isGuiOpen()
public boolean
d()
m_20072190()
isFilteringCraftable()
public RecipeS2CPacket$State
e()
m_91136963()
getState()