Package com.nexomc.nexo.recipes.builders
Class ShapedBuilder
-
- All Implemented Interfaces:
public final class ShapedBuilder extends WorkbenchBuilder
-
-
Field Summary
Fields Modifier and Type Field Description private final Inventory
inventory
private final File
configFile
private final YamlConfiguration
config
private final Player
player
private final Component
inventoryTitle
-
Constructor Summary
Constructors Constructor Description ShapedBuilder(Player player)
-
Method Summary
Modifier and Type Method Description Unit
saveRecipe(String name, String permission)
-
Methods inherited from class com.nexomc.nexo.recipes.builders.RecipeBuilder
close, getConfig, getConfigFile, getInventory, getInventoryTitle, getPlayer, open, saveConfig, setInventory, validSlot
-
Methods inherited from class com.nexomc.nexo.recipes.builders.WorkbenchBuilder
createInventory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
saveRecipe
Unit saveRecipe(String name, String permission)
-
-
-
-