public class ClientCraftingBookDataPacket extends MinecraftPacket
| Constructor and Description |
|---|
ClientCraftingBookDataPacket(boolean craftingBookOpen,
boolean filterActive) |
ClientCraftingBookDataPacket(int recipeId) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRecipeId() |
CraftingBookDataType |
getType() |
boolean |
isCraftingBookOpen() |
boolean |
isFilterActive() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ClientCraftingBookDataPacket(int recipeId)
public ClientCraftingBookDataPacket(boolean craftingBookOpen,
boolean filterActive)
public CraftingBookDataType getType()
public int getRecipeId()
public boolean isCraftingBookOpen()
public boolean isFilterActive()
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.