Fixed warnings

This commit is contained in:
drcrazy 2017-09-30 03:58:01 +03:00
parent b10459a288
commit 1b4fee595d
5 changed files with 5 additions and 9 deletions

View file

@ -35,12 +35,8 @@ import reborncore.common.util.Inventory;
import techreborn.client.container.IRightClickHandler;
import techreborn.client.container.builder.BuiltContainer;
import java.util.function.Predicate;
public class UpgradeSlot extends Slot implements IRightClickHandler {
private Predicate<ItemStack> filter;
public UpgradeSlot(final IInventory inventory, final int index, final int xPosition, final int yPosition) {
super(inventory, index, xPosition, yPosition);
}