Uses of Class
alexiil.mc.lib.attributes.misc.Ref
| Package | Description |
|---|---|
| alexiil.mc.lib.attributes.fluid |
The base package for
fluid management. |
-
Uses of Ref in alexiil.mc.lib.attributes.fluid
Methods in alexiil.mc.lib.attributes.fluid with parameters of type Ref Modifier and Type Method Description static FluidExtractableFluidVolumeUtil. createItemInventoryExtractable(Ref<net.minecraft.item.ItemStack> stackRef, java.util.function.Consumer<net.minecraft.item.ItemStack> excessStacks)Deprecated.This has been replaced by the item-based attributes system.static FluidInsertableFluidVolumeUtil. createItemInventoryInsertable(Ref<net.minecraft.item.ItemStack> stackRef, java.util.function.Consumer<net.minecraft.item.ItemStack> excessStacks)Deprecated.This has been replaced by the item-based attributes system.FluidVolumeFluidProviderItem. drain(Ref<net.minecraft.item.ItemStack> stack)Deprecated.This has been replaced byFluidAttributes.EXTRACTABLE.booleanFluidProviderItem. fill(Ref<net.minecraft.item.ItemStack> stack, Ref<FluidVolume> with)Deprecated.This has been replaced byFluidAttributes.INSERTABLE.static FluidVolumeUtil.FluidTankInteractionFluidVolumeUtil. interactWithTank(FixedFluidInv inv, Ref<net.minecraft.item.ItemStack> stack, java.util.function.Consumer<net.minecraft.item.ItemStack> excessStacks)Deprecated.This has been replaced byFluidInvUtil.interactItemWithTank(FixedFluidInv, Reference, LimitedConsumer).static FluidVolumeUtil.FluidTankInteractionFluidVolumeUtil. interactWithTank(FluidInsertable invInsert, FluidExtractable invExtract, Ref<net.minecraft.item.ItemStack> stack, java.util.function.Consumer<net.minecraft.item.ItemStack> excessStacks)Deprecated.This has been replaced byFluidInvUtil.interactItemWithTank(FluidInsertable, FluidExtractable, Reference, LimitedConsumer).static FluidVolumeUtil.FluidTankInteractionFluidVolumeUtil. interactWithTank(FluidTransferable inv, Ref<net.minecraft.item.ItemStack> stack, java.util.function.Consumer<net.minecraft.item.ItemStack> excessStacks)Deprecated.This has been replaced byFluidInvUtil.interactItemWithTank(FluidTransferable, Reference, LimitedConsumer).