mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-04-22 19:11:23 +00:00
add logs stripped
This commit is contained in:
@@ -39,8 +39,8 @@ import java.util.Map;
|
||||
public class GenerateLoot implements Listener {
|
||||
|
||||
private final ToolStats toolStats;
|
||||
public Map<Inventory, Location> generatedInventory = new HashMap<>();
|
||||
public List<Location> droppedLootLocations = new ArrayList<>();
|
||||
public final Map<Inventory, Location> generatedInventory = new HashMap<>();
|
||||
public final List<Location> droppedLootLocations = new ArrayList<>();
|
||||
|
||||
public GenerateLoot(ToolStats toolStats) {
|
||||
this.toolStats = toolStats;
|
||||
|
||||
Reference in New Issue
Block a user