Class ContainerItemContext

java.lang.Object
appeng.api.behaviors.ContainerItemContext

public final class ContainerItemContext extends Object
  • Method Details

    • getExtractableContent

      @Nullable public @Nullable GenericStack getExtractableContent()
    • insert

      public long insert(AEKey key, long amount, Actionable mode)
    • extract

      public long extract(AEKey key, long amount, Actionable mode)
    • playFillSound

      public void playFillSound(net.minecraft.world.entity.player.Player player, AEKey key)
    • playEmptySound

      public void playEmptySound(net.minecraft.world.entity.player.Player player, AEKey key)