Uses of Class
alexiil.mc.lib.attributes.misc.Ref
-
Uses of Ref in alexiil.mc.lib.attributes.fluid
Modifier and TypeMethodDescriptionstatic FluidExtractable
FluidVolumeUtil.createItemInventoryExtractable(Ref<net.minecraft.item.ItemStack> stackRef, Consumer<net.minecraft.item.ItemStack> excessStacks)
Deprecated, for removal: This API element is subject to removal in a future version.This has been replaced by the item-based attributes system.static FluidInsertable
FluidVolumeUtil.createItemInventoryInsertable(Ref<net.minecraft.item.ItemStack> stackRef, Consumer<net.minecraft.item.ItemStack> excessStacks)
Deprecated, for removal: This API element is subject to removal in a future version.This has been replaced by the item-based attributes system.Deprecated, for removal: This API element is subject to removal in a future version.This has been replaced byFluidAttributes.EXTRACTABLE
.boolean
FluidProviderItem.fill(Ref<net.minecraft.item.ItemStack> stack, Ref<FluidVolume> with)
Deprecated, for removal: This API element is subject to removal in a future version.This has been replaced byFluidAttributes.INSERTABLE
.FluidVolumeUtil.interactWithTank(FixedFluidInv inv, Ref<net.minecraft.item.ItemStack> stack, Consumer<net.minecraft.item.ItemStack> excessStacks)
Deprecated, for removal: This API element is subject to removal in a future version.This has been replaced byFluidInvUtil.interactItemWithTank(FixedFluidInv, Reference, LimitedConsumer)
.FluidVolumeUtil.interactWithTank(FluidInsertable invInsert, FluidExtractable invExtract, Ref<net.minecraft.item.ItemStack> stack, Consumer<net.minecraft.item.ItemStack> excessStacks)
Deprecated, for removal: This API element is subject to removal in a future version.This has been replaced byFluidInvUtil.interactItemWithTank(FluidInsertable, FluidExtractable, Reference, LimitedConsumer)
.FluidVolumeUtil.interactWithTank(FluidTransferable inv, Ref<net.minecraft.item.ItemStack> stack, Consumer<net.minecraft.item.ItemStack> excessStacks)
Deprecated, for removal: This API element is subject to removal in a future version.This has been replaced byFluidInvUtil.interactItemWithTank(FluidTransferable, Reference, LimitedConsumer)
.