Class TinkersSmelteryCache
java.lang.Object
io.github.sefiraat.slimetinker.items.workstations.smeltery.AbstractCache
io.github.sefiraat.slimetinker.items.workstations.smeltery.TinkersSmelteryCache
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final intstatic final intstatic final Stringstatic final intFields inherited from class io.github.sefiraat.slimetinker.items.workstations.smeltery.AbstractCache
blockMenu -
Constructor Summary
ConstructorsConstructorDescriptionTinkersSmelteryCache(me.mrCookieSlime.Slimefun.api.inventory.BlockMenu blockMenu) -
Method Summary
Modifier and TypeMethodDescriptionvoiddrops(org.bukkit.Location location) intvoidinput()voidkill(org.bukkit.Location location) voidprocess(boolean first) voidsetLevelLava(int levelLava) void
-
Field Details
-
LAVA_MAX
public static final int LAVA_MAX- See Also:
-
LAVA_PER_BUCKET
public static final int LAVA_PER_BUCKET- See Also:
-
METALS_MAX
public static final int METALS_MAX- See Also:
-
LAVA_LEVEL_BS
- See Also:
-
METAL_LEVEL_PREFIX
- See Also:
-
-
Constructor Details
-
TinkersSmelteryCache
public TinkersSmelteryCache(me.mrCookieSlime.Slimefun.api.inventory.BlockMenu blockMenu)
-
-
Method Details
-
input
public void input() -
process
public void process(boolean first) -
kill
public void kill(org.bukkit.Location location) -
drops
public void drops(org.bukkit.Location location) -
updateView
public void updateView() -
getTankContent
-
getLevelLava
public int getLevelLava() -
setLevelLava
public void setLevelLava(int levelLava)
-