public class CRecipeInfoPacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
Modifier and Type | Class and Description |
---|---|
static class |
CRecipeInfoPacket.Purpose |
Modifier and Type | Field and Description |
---|---|
private boolean |
field_218782_g |
private boolean |
field_218783_h |
private boolean |
field_218784_i |
private boolean |
field_218785_j |
private boolean |
filteringCraftable |
private boolean |
furnaceFilteringCraftable |
private boolean |
isFurnaceGuiOpen |
private boolean |
isGuiOpen |
private CRecipeInfoPacket.Purpose |
purpose |
private ResourceLocation |
recipe |
Constructor and Description |
---|
CRecipeInfoPacket() |
CRecipeInfoPacket(boolean p_i50758_1_,
boolean p_i50758_2_,
boolean p_i50758_3_,
boolean p_i50758_4_,
boolean p_i50758_5_,
boolean p_i50758_6_) |
CRecipeInfoPacket(IRecipe<?> p_i47518_1_) |
Modifier and Type | Method and Description |
---|---|
boolean |
func_218778_i() |
boolean |
func_218779_h() |
boolean |
func_218780_j() |
boolean |
func_218781_k() |
CRecipeInfoPacket.Purpose |
getPurpose() |
ResourceLocation |
getRecipeId() |
boolean |
isFilteringCraftable() |
boolean |
isFurnaceFilteringCraftable() |
boolean |
isFurnaceGuiOpen() |
boolean |
isGuiOpen() |
void |
processPacket(IServerPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
private CRecipeInfoPacket.Purpose purpose
private ResourceLocation recipe
private boolean isGuiOpen
private boolean filteringCraftable
private boolean isFurnaceGuiOpen
private boolean furnaceFilteringCraftable
private boolean field_218782_g
private boolean field_218783_h
private boolean field_218784_i
private boolean field_218785_j
public CRecipeInfoPacket()
public CRecipeInfoPacket(IRecipe<?> p_i47518_1_)
public CRecipeInfoPacket(boolean p_i50758_1_, boolean p_i50758_2_, boolean p_i50758_3_, boolean p_i50758_4_, boolean p_i50758_5_, boolean p_i50758_6_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface IPacket<IServerPlayNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface IPacket<IServerPlayNetHandler>
java.io.IOException
public void processPacket(IServerPlayNetHandler handler)
processPacket
in interface IPacket<IServerPlayNetHandler>
public CRecipeInfoPacket.Purpose getPurpose()
public ResourceLocation getRecipeId()
public boolean isGuiOpen()
public boolean isFilteringCraftable()
public boolean isFurnaceGuiOpen()
public boolean isFurnaceFilteringCraftable()
public boolean func_218779_h()
public boolean func_218778_i()
public boolean func_218780_j()
public boolean func_218781_k()