Interface DirectBeltInputBehaviour.InsertionCallback

Enclosing class:
DirectBeltInputBehaviour
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface DirectBeltInputBehaviour.InsertionCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.ItemStack
    apply(TransportedItemStack stack, net.minecraft.core.Direction side, boolean simulate)
     
  • Method Details

    • apply

      net.minecraft.world.item.ItemStack apply(TransportedItemStack stack, net.minecraft.core.Direction side, boolean simulate)