public class SRecipeBookPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
修飾子とタイプ | クラスと説明 |
---|---|
static class |
SRecipeBookPacket.State |
コンストラクタと説明 |
---|
SRecipeBookPacket() |
SRecipeBookPacket(SRecipeBookPacket.State p_i48735_1_,
java.util.Collection<ResourceLocation> p_i48735_2_,
java.util.Collection<ResourceLocation> p_i48735_3_,
boolean p_i48735_4_,
boolean p_i48735_5_,
boolean p_i48735_6_,
boolean p_i48735_7_) |
修飾子とタイプ | メソッドと説明 |
---|---|
java.util.List<ResourceLocation> |
getDisplayedRecipes() |
java.util.List<ResourceLocation> |
getRecipes() |
SRecipeBookPacket.State |
getState() |
boolean |
isFilteringCraftable() |
boolean |
isFurnaceFilteringCraftable() |
boolean |
isFurnaceGuiOpen() |
boolean |
isGuiOpen() |
void |
processPacket(IClientPlayNetHandler 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 SRecipeBookPacket()
public SRecipeBookPacket(SRecipeBookPacket.State p_i48735_1_, java.util.Collection<ResourceLocation> p_i48735_2_, java.util.Collection<ResourceLocation> p_i48735_3_, boolean p_i48735_4_, boolean p_i48735_5_, boolean p_i48735_6_, boolean p_i48735_7_)
public void processPacket(IClientPlayNetHandler handler)
processPacket
インタフェース内 IPacket<IClientPlayNetHandler>
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
インタフェース内 IPacket<IClientPlayNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
インタフェース内 IPacket<IClientPlayNetHandler>
java.io.IOException
public java.util.List<ResourceLocation> getRecipes()
public java.util.List<ResourceLocation> getDisplayedRecipes()
public boolean isGuiOpen()
public boolean isFilteringCraftable()
public boolean isFurnaceGuiOpen()
public boolean isFurnaceFilteringCraftable()
public SRecipeBookPacket.State getState()