public class CPacketRecipeInfo extends java.lang.Object implements Packet<INetHandlerPlayServer>
Modifier and Type | Class and Description |
---|---|
static class |
CPacketRecipeInfo.Purpose |
Constructor and Description |
---|
CPacketRecipeInfo() |
CPacketRecipeInfo(boolean p_i48734_1_,
boolean p_i48734_2_,
boolean p_i48734_3_,
boolean p_i48734_4_) |
CPacketRecipeInfo(IRecipe p_i47518_1_) |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
func_199619_b() |
boolean |
func_202496_e() |
boolean |
func_202497_f() |
CPacketRecipeInfo.Purpose |
getPurpose() |
boolean |
isFilteringCraftable() |
boolean |
isGuiOpen() |
void |
processPacket(INetHandlerPlayServer handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
public CPacketRecipeInfo()
public CPacketRecipeInfo(IRecipe p_i47518_1_)
public CPacketRecipeInfo(boolean p_i48734_1_, boolean p_i48734_2_, boolean p_i48734_3_, boolean p_i48734_4_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet<INetHandlerPlayServer>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet<INetHandlerPlayServer>
java.io.IOException
public void processPacket(INetHandlerPlayServer handler)
processPacket
in interface Packet<INetHandlerPlayServer>
public CPacketRecipeInfo.Purpose getPurpose()
public ResourceLocation func_199619_b()
public boolean isGuiOpen()
public boolean isFilteringCraftable()
public boolean func_202496_e()
public boolean func_202497_f()