L2JPREMIUM  5M
com.premium.game.manager.RecipeController Class Reference
Collaboration diagram for com.premium.game.manager.RecipeController:

Public Member Functions

int[] getAllItemIds ()
 
L2RecipeList getRecipeByItemId (int itemId)
 
L2RecipeList getRecipeList (int listId)
 
int getRecipesCount ()
 
synchronized void requestBookOpen (L2PcInstance player, boolean isDwarvenCraft)
 
synchronized void requestMakeItem (L2PcInstance player, int recipeListId)
 
synchronized void requestMakeItemAbort (L2PcInstance player)
 
synchronized void requestManufactureItem (L2PcInstance manufacturer, int recipeListId, L2PcInstance player)
 

Static Public Member Functions

static RecipeController getInstance ()
 

Static Public Attributes

static final Logger _log = Logger.getLogger(RecipeController.class.getName())
 

Static Protected Attributes

static final Map< L2PcInstance, RecipeItemMaker > _activeMakers = Collections.synchronizedMap(new WeakHashMap<L2PcInstance, RecipeItemMaker>())
 

The documentation for this class was generated from the following file: