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