(FluidStack aFluid, ItemStack aFull, ItemStack aEmpty)
| 895 | public static final Map<ItemStackContainer, Map<String, FluidContainerData>> EMPTY_TO_FLUID_TO_DATA = new ItemStackMap<>(); |
| 896 | |
| 897 | public static void reg(FluidStack aFluid, ItemStack aFull, ItemStack aEmpty) { |
| 898 | reg(aFluid, aFull, aEmpty, F); |
| 899 | } |
| 900 | public static void reg(FluidStack aFluid, ItemStack aFull, ItemStack aEmpty, boolean aOverrideFillingEmpty, boolean aOverrideDrainingFull) { |
| 901 | reg(aFluid, aFull, aEmpty, F, aOverrideFillingEmpty, aOverrideDrainingFull); |
| 902 | } |
no test coverage detected