UseEntityTransactionRecord

public class UseEntityTransactionRecord extends TransactionRecord

Class UseEntityTransactionRecord. Provides useentitytransactionrecord functionality for the Hytale server.

java.lang.Object > TransactionRecord > UseEntityTransactionRecord

Field Summary

objectiveUUID

protected UUID objectiveUUID

Field objectiveUUID.

taskId

protected String taskId

Field taskId.

Method Detail

UseEntityTransactionRecord

public public UseEntityTransactionRecord (final UUID objectiveUUID, final String taskId)

Method UseEntityTransactionRecord.

Parameters:
final UUID objectiveUUID
final String taskId

revert

public void revert ()

Method revert.

complete

public void complete ()

Method complete.

unload

public void unload ()

Method unload.

shouldBeSerialized

public boolean shouldBeSerialized ()

Method shouldBeSerialized.

toString

public String toString ()

Method toString.