ObjectiveLocationMarkerAsset

public class ObjectiveLocationMarkerAsset implements JsonAssetWithMap, DefaultAssetMap, ObjectiveLocationMarkerAsset>>

Class ObjectiveLocationMarkerAsset. Provides objectivelocationmarkerasset functionality for the Hytale server.

java.lang.Object > ObjectiveLocationMarkerAsset

Field Summary

data

protected AssetExtraInfo.Data data

Field data.

id

protected String id

Field id.

objectiveTypeSetup

protected ObjectiveTypeSetup objectiveTypeSetup

Field objectiveTypeSetup.

area

protected ObjectiveLocationMarkerArea area

Field area.

environmentIds

protected String[] environmentIds

Field environmentIds.

environmentIndexes

protected int[] environmentIndexes

Field environmentIndexes.

triggerConditions

protected ObjectiveLocationTriggerCondition[] triggerConditions

Field triggerConditions.

key

final String key

Field key.

index

final int index

Field index.

Method Detail

getAssetStore

public > getAssetStore ()

Method getAssetStore.

getAssetMap

public ObjectiveLocationMarkerAsset> getAssetMap ()

Method getAssetMap.

getId

public String getId ()

Method getId.

getObjectiveTypeSetup

public ObjectiveTypeSetup getObjectiveTypeSetup ()

Method getObjectiveTypeSetup.

getArea

public ObjectiveLocationMarkerArea getArea ()

Method getArea.

getEnvironmentIds

public String[] getEnvironmentIds ()

Method getEnvironmentIds.

getEnvironmentIndexes

public int[] getEnvironmentIndexes ()

Method getEnvironmentIndexes.

getTriggerConditions

public ObjectiveLocationTriggerCondition[] getTriggerConditions ()

Method getTriggerConditions.

toString

public String toString ()

Method toString.

KeyedCodec

public new KeyedCodec ("Area", ObjectiveLocationMarkerArea.CODEC)

Method KeyedCodec.

Parameters:
"Area" "Area"
ObjectiveLocationMarkerArea.CODEC ObjectiveLocationMarkerArea.CODEC