Cleaned up a lot of different inspections
This commit is contained in:
parent
0dd0854bd9
commit
70d98455b7
207 changed files with 603 additions and 731 deletions
|
@ -18,8 +18,8 @@ import java.util.Map;
|
|||
* form.
|
||||
*/
|
||||
public class CompressionRegistry {
|
||||
public static List<CompressionHandler> compressionRegistry = new ArrayList<CompressionHandler>();
|
||||
public static Map<ItemStack, Integer> thresholdMap = new HashMap<ItemStack, Integer>();
|
||||
public static List<CompressionHandler> compressionRegistry = new ArrayList<>();
|
||||
public static Map<ItemStack, Integer> thresholdMap = new HashMap<>();
|
||||
|
||||
public static void registerHandler(CompressionHandler handler) {
|
||||
compressionRegistry.add(handler);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue