Interface StorageMonitorInsertionStrategy

All Known Implementing Classes:
CompositeStorageMonitorInsertionStrategy, FluidStorageMonitorInsertionStrategy, ItemStorageMonitorInsertionStrategy
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@API(status=STABLE, since="2.0.0-milestone.3.1") @FunctionalInterface public interface StorageMonitorInsertionStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<net.minecraft.world.item.ItemStack>
    insert(ResourceKey configuredResource, net.minecraft.world.item.ItemStack stack, Actor actor, Network network)
     
  • Method Details

    • insert

      Optional<net.minecraft.world.item.ItemStack> insert(ResourceKey configuredResource, net.minecraft.world.item.ItemStack stack, Actor actor, Network network)