| Package | Description |
|---|---|
| net.minecraft.network.play.server | |
| net.minecraft.stats | |
| net.minecraftforge.common |
| Modifier and Type | Field and Description |
|---|---|
private SPacketRecipeBook.State |
SPacketRecipeBook.state |
| Modifier and Type | Method and Description |
|---|---|
SPacketRecipeBook.State |
SPacketRecipeBook.getState() |
static SPacketRecipeBook.State |
SPacketRecipeBook.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SPacketRecipeBook.State[] |
SPacketRecipeBook.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SPacketRecipeBook(SPacketRecipeBook.State stateIn,
java.util.List<IRecipe> recipesIn,
java.util.List<IRecipe> displayedRecipesIn,
boolean isGuiOpen,
boolean p_i47597_5_) |
| Modifier and Type | Method and Description |
|---|---|
private void |
RecipeBookServer.sendPacket(SPacketRecipeBook.State state,
EntityPlayerMP player,
java.util.List<IRecipe> recipesIn) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ForgeHooks.sendRecipeBook(NetHandlerPlayServer connection,
SPacketRecipeBook.State state,
java.util.List<IRecipe> recipes,
java.util.List<IRecipe> display,
boolean isGuiOpen,
boolean isFilteringCraftable) |