Fixed warnings
This commit is contained in:
parent
b10459a288
commit
1b4fee595d
5 changed files with 5 additions and 9 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue