Package net.minheur.potoflux.utils
Class LogAmountManager
java.lang.Object
net.minheur.potoflux.utils.LogAmountManager
Manages the log amount, storing and getting the value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intGets the actual log amountstatic voidinit()Gets the data, increases the log amount then stores it back
-
Constructor Details
-
LogAmountManager
public LogAmountManager()
-
-
Method Details
-
init
public static void init()Gets the data, increases the log amount then stores it back -
getLogAmount
public static int getLogAmount()Gets the actual log amount- Returns:
- actual log amount
-