Added stats & debug info commands

This commit is contained in:
Sn0wStorm
2020-04-13 22:25:26 +02:00
parent 786a3c5741
commit b2d1af28cf
2 changed files with 77 additions and 2 deletions
+2 -2
View File
@@ -195,9 +195,9 @@ public class BIngredients {
return count;
}
/*public Map<Material, Integer> getIngredients() {
public List<Ingredient> getIngredientList() {
return ingredients;
}*/
}
public int getCookedTime() {
return cookedTime;