Class EliteWorkbenchCreatorSettings

java.lang.Object
me.wolfyscript.utilities.api.inventory.gui.GuiWindow<CCCache>
me.wolfyscript.customcrafting.gui.CCWindow
me.wolfyscript.customcrafting.gui.recipe_creator.recipe_creators.RecipeCreator
me.wolfyscript.customcrafting.gui.recipe_creator.recipe_creators.EliteWorkbenchCreatorSettings
All Implemented Interfaces:
org.bukkit.event.Listener

public class EliteWorkbenchCreatorSettings extends RecipeCreator
  • Field Summary

    Fields inherited from class me.wolfyscript.customcrafting.gui.recipe_creator.recipe_creators.RecipeCreator

    BACK

    Fields inherited from class me.wolfyscript.customcrafting.gui.CCWindow

    api, customCrafting

    Fields inherited from class me.wolfyscript.utilities.api.inventory.gui.GuiWindow

    wolfyUtilities
  • Constructor Summary

    Constructors
    Constructor
    Description
    EliteWorkbenchCreatorSettings​(me.wolfyscript.utilities.api.inventory.gui.GuiCluster<CCCache> cluster, CustomCrafting customCrafting)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onUpdateAsync​(me.wolfyscript.utilities.api.inventory.gui.GuiUpdate<CCCache> update)
     
    boolean
    validToSave​(CCCache cache)
     

    Methods inherited from class me.wolfyscript.customcrafting.gui.recipe_creator.recipe_creators.RecipeCreator

    onInit

    Methods inherited from class me.wolfyscript.customcrafting.gui.CCWindow

    getCustomCrafting, onUpdateSync

    Methods inherited from class me.wolfyscript.utilities.api.inventory.gui.GuiWindow

    getButton, getCluster, getHelpInformation, getInventoryName, getInventoryType, getNamespacedKey, getSize, getWolfyUtilities, hasButton, isForceSyncUpdate, onClose, openActionChat, openChat, openChat, openChat, registerButton, sendMessage, sendMessage, sendMessage, sendMessage, setForceSyncUpdate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EliteWorkbenchCreatorSettings

      public EliteWorkbenchCreatorSettings(me.wolfyscript.utilities.api.inventory.gui.GuiCluster<CCCache> cluster, CustomCrafting customCrafting)
  • Method Details