1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Added some documentation.

This commit is contained in:
LinoxGH 2020-06-24 22:17:01 +03:00
parent daadabd535
commit 776dc2a302

View File

@ -21,6 +21,15 @@ import me.mrCookieSlime.Slimefun.api.SlimefunItemStack;
import me.mrCookieSlime.Slimefun.api.energy.ChargableBlock;
import me.mrCookieSlime.Slimefun.api.inventory.BlockMenu;
/**
*
* The Auto Brewer machine with most if not all potion recipes.
*
* @author Linox
*
* @see AContainer
*
*/
public class AutoBrewer extends AContainer {
private static final HashMap<Material, PotionType> potionRecipes = new HashMap<>();