Package me.c7dev.dexterity.transaction
Class BlockTransactionLine
java.lang.Object
me.c7dev.dexterity.transaction.BlockTransactionLine
Stores the old and new state of a particular
DexBlock
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
commit
(DexBlockState to) boolean
void
redo()
void
refresh
(me.c7dev.dexterity.Dexterity plugin) undo()
-
Constructor Details
-
BlockTransactionLine
-
-
Method Details
-
isCommitted
public boolean isCommitted() -
commit
-
getFromState
-
refresh
public void refresh(me.c7dev.dexterity.Dexterity plugin) -
undo
-
redo
public void redo()
-