Skip to content

Commit

Permalink
Removed Wildcard import
Browse files Browse the repository at this point in the history
  • Loading branch information
Intybyte committed May 10, 2024
1 parent 228c8cf commit 2517c0f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@
import me.mrCookieSlime.Slimefun.Objects.handlers.BlockTicker;
import org.bukkit.inventory.meta.ItemMeta;

import java.util.*;
import java.util.Map;
import java.util.Comparator;
import java.util.ArrayList;
import java.util.List;
import java.util.NoSuchElementException;

/**
* The {@link EnergyRegulator} is a special type of {@link SlimefunItem} which serves as the heart of every
Expand Down

0 comments on commit 2517c0f

Please sign in to comment.