Interface ExtractTransaction

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
DirectCommitExtractTransaction, SnapshotExtractTransaction

public interface ExtractTransaction extends AutoCloseable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ExtractTransaction
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
    extract(ItemResource resource, net.minecraft.world.entity.player.Player player)
     
  • Field Details

  • Method Details

    • extract

      boolean extract(ItemResource resource, net.minecraft.world.entity.player.Player player)
    • close

      void close()
      Specified by:
      close in interface AutoCloseable