CommonObjectiveHistoryData

abstract class CommonObjectiveHistoryData

Class CommonObjectiveHistoryData. Provides commonobjectivehistorydata functionality for the Hytale server.

java.lang.Object > CommonObjectiveHistoryData

Field Summary

id

protected String id

Field id.

timesCompleted

protected int timesCompleted

Field timesCompleted.

lastCompletionTimestamp

protected Instant lastCompletionTimestamp

Field lastCompletionTimestamp.

category

protected String category

Field category.

Method Detail

CommonObjectiveHistoryData

public public CommonObjectiveHistoryData (final String id, final String category)

Method CommonObjectiveHistoryData.

Parameters:
final String id
final String category

getId

public String getId ()

Method getId.

getTimesCompleted

public int getTimesCompleted ()

Method getTimesCompleted.

getLastCompletionTimestamp

public Instant getLastCompletionTimestamp ()

Method getLastCompletionTimestamp.

getCategory

public String getCategory ()

Method getCategory.

completed

protected void completed ()

Method completed.

toString

public String toString ()

Method toString.