public class ClientPrepareCraftingGridPacket extends MinecraftPacket
| Constructor and Description |
|---|
ClientPrepareCraftingGridPacket(int windowId,
int recipeId,
boolean makeAll) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesMakeAll() |
int |
getRecipeId() |
int |
getWindowId() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ClientPrepareCraftingGridPacket(int windowId,
int recipeId,
boolean makeAll)
public int getWindowId()
public int getRecipeId()
public boolean doesMakeAll()
public void read(com.github.steveice10.packetlib.io.NetInput in)
throws IOException
IOExceptionpublic void write(com.github.steveice10.packetlib.io.NetOutput out)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.