public class RecipeBookServer extends RecipeBook
isFilteringCraftable, isGuiOpen, newRecipes, recipes| Constructor and Description | 
|---|
RecipeBookServer()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(java.util.List<IRecipe> recipesIn,
   EntityPlayerMP player)  | 
void | 
init(EntityPlayerMP player)  | 
void | 
read(NBTTagCompound tag)  | 
void | 
remove(java.util.List<IRecipe> recipesIn,
      EntityPlayerMP player)  | 
NBTTagCompound | 
write()  | 
copyFrom, getRecipeId, isFilteringCraftable, isGuiOpen, isNew, isUnlocked, lock, markNew, markSeen, setFilteringCraftable, setGuiOpen, unlockpublic void add(java.util.List<IRecipe> recipesIn, EntityPlayerMP player)
public void remove(java.util.List<IRecipe> recipesIn, EntityPlayerMP player)
public NBTTagCompound write()
public void read(NBTTagCompound tag)
public void init(EntityPlayerMP player)