Class BlockTransactionLine

java.lang.Object
me.c7dev.dexterity.transaction.BlockTransactionLine

public class BlockTransactionLine extends Object
Stores the old and new state of a particular DexBlock
  • Constructor Details

    • BlockTransactionLine

      public BlockTransactionLine(DexBlock block)
  • Method Details

    • isCommitted

      public boolean isCommitted()
    • commit

      public void commit(DexBlockState to)
    • getFromState

      public DexBlockState getFromState()
    • refresh

      public void refresh(me.c7dev.dexterity.Dexterity plugin)
    • undo

      public UUID undo()
    • redo

      public void redo()