Package com.nexomc.nexo.recipes.builders
Class StonecuttingBuilder
-
- All Implemented Interfaces:
public final class StonecuttingBuilder extends RecipeBuilder
-
-
Field Summary
Fields Modifier and Type Field Description private final Inventoryinventoryprivate final FileconfigFileprivate final YamlConfigurationconfigprivate final Playerplayerprivate final ComponentinventoryTitle
-
Constructor Summary
Constructors Constructor Description StonecuttingBuilder(Player player)
-
Method Summary
Modifier and Type Method Description InventorycreateInventory(Player player, Component inventoryTitle)UnitsaveRecipe(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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
createInventory
Inventory createInventory(Player player, Component inventoryTitle)
-
saveRecipe
Unit saveRecipe(String name, String permission)
-
-
-
-