Package org.spongepowered.api.block.transaction
-
Interface Summary Interface Description NotificationTicket Operation Represents an operation in aServerWorld
that is an effective contextual "comparison" of what type of transaction is, such asOperations.PLACE
,Operations.BREAK
, andOperations.MODIFY
, but holds no bearing on the order of a transaction taking place. -
Class Summary Class Description BlockTransaction A specializedTransaction<BlockSnapshot>
that covers the required changes of oneBlockSnapshot
to another, with the added benefit of a contextual understanding of what sort ofoperation
is being performed to change from one block to another.BlockTransactionReceipt Operations