Class DirectCommitExtractTransaction
java.lang.Object
com.refinedmods.refinedstorage.common.grid.DirectCommitExtractTransaction
- All Implemented Interfaces:
ExtractTransaction
,AutoCloseable
-
Field Summary
Fields inherited from interface com.refinedmods.refinedstorage.common.grid.ExtractTransaction
NOOP
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
boolean
extract
(ItemResource resource, net.minecraft.world.entity.player.Player player)
-
Constructor Details
-
DirectCommitExtractTransaction
-
-
Method Details
-
extract
- Specified by:
extract
in interfaceExtractTransaction
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceExtractTransaction
-