Refactor out inv wrapper
This commit is contained in:
parent
18950e0b29
commit
7dc6dddc51
38 changed files with 120 additions and 127 deletions
|
@ -26,7 +26,7 @@ package techreborn.utils;
|
|||
|
||||
import net.minecraft.block.Block;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import reborncore.common.util.Inventory;
|
||||
import reborncore.common.util.RebornInventory;
|
||||
import reborncore.common.util.Tank;
|
||||
import reborncore.fluid.Fluid;
|
||||
import reborncore.fluid.FluidStack;
|
||||
|
@ -48,11 +48,11 @@ public class FluidUtils {
|
|||
return null;
|
||||
}
|
||||
|
||||
public static void drainContainers(Tank tank, Inventory<?> inventory, int i, int i1) {
|
||||
public static void drainContainers(Tank tank, RebornInventory<?> inventory, int i, int i1) {
|
||||
|
||||
}
|
||||
|
||||
public static void fillContainers(Tank tank, Inventory<?> inventory, int i, int i1, Fluid fluidType) {
|
||||
public static void fillContainers(Tank tank, RebornInventory<?> inventory, int i, int i1, Fluid fluidType) {
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue