public class RecipeS2CPacket
implements Packet<ClientPlayPacketHandler>
| js | |
| net.minecraft.unmapped.C_30786034 | |
| net.minecraft.network.packet.s2c.play.RecipeS2CPacket |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| private RecipeS2CPacket$State |
| ||||||
| private List<Recipe> |
| ||||||
| private List<Recipe> |
| ||||||
| private boolean |
| ||||||
| private boolean |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | () |
| public | (RecipeS2CPacket$State state, List<Recipe> recipes, List<Recipe> highlighted, boolean guiOpen, boolean filteringCraftable) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public void |
| ||||||
| public void |
| ||||||
| public void |
| ||||||
| public List<Recipe> |
| ||||||
| public List<Recipe> |
| ||||||
| public boolean |
| ||||||
| public boolean |
| ||||||
| public RecipeS2CPacket$State |
|