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 TypeMethodDescriptionvoidapplyItem(me.wolfyscript.utilities.api.inventory.custom_items.CustomItem customItem)voidapplyPotionEffect(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<?>voidvoidsetApplyItem(ApplyItem applyItem)voidsetApplyPotionEffect(ApplyPotionEffect applyPotionEffect)voidsetCustomRecipe(ICustomRecipe<?,?> customRecipe)voidsetEliteWorkbench(EliteWorkbench eliteWorkbench)voidsetRecipeType(RecipeType<?> recipeType)voidsetSetting(Setting setting)voidsetSubSetting(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
-