Class CCCache
java.lang.Object
me.wolfyscript.utilities.api.inventory.gui.cache.CustomCache
me.wolfyscript.customcrafting.data.CCCache
public class CCCache
extends me.wolfyscript.utilities.api.inventory.gui.cache.CustomCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyItem(me.wolfyscript.utilities.api.inventory.custom_items.CustomItem customItem)
void
applyPotionEffect(org.bukkit.potion.PotionEffect potionEffect)
Getters and setters for all the Recipes that are saved in this cache.CustomCookingRecipe<?,?>
Util methods to get specific kinds of Recipes that are cached into this class Used for the GUI Recipe Creators!getItems()
ICustomRecipe<?,?>
<T extends ICustomRecipe<?, ?>>
TgetRecipe(RecipeType<T> recipeType)
RecipeType<?>
void
void
setApplyItem(ApplyItem applyItem)
void
setApplyPotionEffect(ApplyPotionEffect applyPotionEffect)
void
setCustomRecipe(ICustomRecipe<?,?> customRecipe)
void
setEliteWorkbench(EliteWorkbench eliteWorkbench)
void
setRecipeType(RecipeType<?> recipeType)
void
setSetting(Setting setting)
void
setSubSetting(String setting)
Methods inherited from class me.wolfyscript.utilities.api.inventory.gui.cache.CustomCache
getButtons, getWindowCache, hasWindowCache, setButton
-
Constructor Details
-
CCCache
public CCCache()
-
-
Method Details
-
getSetting
-
setSetting
-
getRecipeType
-
setRecipeType
-
getSubSetting
-
setSubSetting
-
getChatLists
-
getKnowledgeBook
-
getItems
-
getRecipeList
-
getPotionEffectCache
-
getIngredientData
-
getTagSettingsCache
-
setApplyPotionEffect
-
applyPotionEffect
public void applyPotionEffect(org.bukkit.potion.PotionEffect potionEffect) -
setApplyItem
-
applyItem
public void applyItem(me.wolfyscript.utilities.api.inventory.custom_items.CustomItem customItem) -
getParticleCache
-
getEliteWorkbench
-
setEliteWorkbench
-
getBrewingGUICache
-
getRecipeBookEditor
-
setCustomRecipe
-
getRecipe
-
getRecipe
-
getCookingRecipe
Util methods to get specific kinds of Recipes that are cached into this class Used for the GUI Recipe Creators! -
resetRecipe
public void resetRecipe() -
getCraftingRecipe
-
getAdvancedCraftingRecipe
Getters and setters for all the Recipes that are saved in this cache. Usage for the GUI Creator! -
getAnvilRecipe
-
getEliteCraftingRecipe
-
getCauldronRecipe
-
getStonecutterRecipe
-
getGrindstoneRecipe
-
getBrewingRecipe
-
getSmithingRecipe
-