| Package | Description |
|---|---|
| net.minecraft.item.crafting | |
| net.minecraft.network.play.server |
| Modifier and Type | Method and Description |
|---|---|
private void |
ServerRecipeBook.sendPacket(SRecipeBookPacket.State state,
ServerPlayerEntity player,
java.util.List<ResourceLocation> recipesIn) |
| Modifier and Type | Field and Description |
|---|---|
private SRecipeBookPacket.State |
SRecipeBookPacket.state |
| Modifier and Type | Method and Description |
|---|---|
SRecipeBookPacket.State |
SRecipeBookPacket.getState() |
static SRecipeBookPacket.State |
SRecipeBookPacket.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SRecipeBookPacket.State[] |
SRecipeBookPacket.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
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_) |