public class ObjectiveAsset implementsJsonAssetWithMap,DefaultAssetMap,ObjectiveAsset>>
Class ObjectiveAsset. Provides objectiveasset functionality for the Hytale server.
java.lang.Object > ObjectiveAsset
Field Summary
extraData
protected
AssetExtraInfo.Data
extraData
Field extraData.
id
protected
String
id
Field id.
category
protected
String
category
Field category.
taskSets
protected
TaskSet[]
taskSets
Field taskSets.
completionHandlers
protected
ObjectiveCompletionAsset[]
completionHandlers
Field completionHandlers.
objectiveTitleKey
protected
String
objectiveTitleKey
Field objectiveTitleKey.
objectiveDescriptionKey
protected
String
objectiveDescriptionKey
Field objectiveDescriptionKey.
removeOnItemDrop
protected
boolean
removeOnItemDrop
Field removeOnItemDrop.
Method Detail
getAssetStore
public
>
getAssetStore
()
Method getAssetStore.
getAssetMap
public
ObjectiveAsset>
getAssetMap
()
Method getAssetMap.
ObjectiveAsset
public
public
ObjectiveAsset
(final String id, final String category, final TaskSet[] taskSets, final ObjectiveCompletionAsset[] completionHandlers, final String objectiveTitleKey, final String objectiveDescriptionKey, final boolean removeOnItemDrop)
Method ObjectiveAsset.
- Parameters:
final Stringidfinal Stringcategoryfinal TaskSet[]taskSetsfinal ObjectiveCompletionAsset[]completionHandlersfinal StringobjectiveTitleKeyfinal StringobjectiveDescriptionKeyfinal booleanremoveOnItemDrop
getId
public
String
getId
()
Method getId.
getCategory
public
String
getCategory
()
Method getCategory.
getTitleKey
public
String
getTitleKey
()
Method getTitleKey.
getDescriptionKey
public
String
getDescriptionKey
()
Method getDescriptionKey.
getTaskSets
public
TaskSet[]
getTaskSets
()
Method getTaskSets.
getCompletionHandlers
public
ObjectiveCompletionAsset[]
getCompletionHandlers
()
Method getCompletionHandlers.
getObjectiveTitleKey
public
String
getObjectiveTitleKey
()
Method getObjectiveTitleKey.
getObjectiveDescriptionKey
public
String
getObjectiveDescriptionKey
()
Method getObjectiveDescriptionKey.
isRemoveOnItemDrop
public
boolean
isRemoveOnItemDrop
()
Method isRemoveOnItemDrop.
isValidForPlayer
public
boolean
isValidForPlayer
()
Method isValidForPlayer.
isValidForMarker
public
boolean
isValidForMarker
()
Method isValidForMarker.
toString
public
String
toString
()
Method toString.