public class CRecipeInfoPacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
修飾子とタイプ | クラスと説明 |
---|---|
static class |
CRecipeInfoPacket.Purpose |
コンストラクタと説明 |
---|
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_) |
修飾子とタイプ | メソッドと説明 |
---|---|
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)
Passes this Packet on to the NetHandler for processing.
|
void |
readPacketData(PacketBuffer buf)
Reads the raw packet data from the data stream.
|
void |
writePacketData(PacketBuffer buf)
Writes the raw packet data to the data stream.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
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
インタフェース内 IPacket<IServerPlayNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
インタフェース内 IPacket<IServerPlayNetHandler>
java.io.IOException
public void processPacket(IServerPlayNetHandler handler)
processPacket
インタフェース内 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()