Class ObjectiveLocationMarkerAsset
java.lang.Object
com.hypixel.hytale.builtin.adventure.objectives.config.ObjectiveLocationMarkerAsset
- All Implemented Interfaces:
JsonAsset<String>,JsonAssetWithMap<String,DefaultAssetMap<String, ObjectiveLocationMarkerAsset>>
public class ObjectiveLocationMarkerAsset
extends Object
implements JsonAssetWithMap<String,DefaultAssetMap<String,ObjectiveLocationMarkerAsset>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ObjectiveLocationMarkerAreaprivate static AssetStore<String, ObjectiveLocationMarkerAsset, DefaultAssetMap<String, ObjectiveLocationMarkerAsset>> static final AssetBuilderCodec<String, ObjectiveLocationMarkerAsset> protected AssetExtraInfo.Dataprotected String[]protected int[]protected Stringprotected ObjectiveTypeSetupprotected ObjectiveLocationTriggerCondition[]static final ValidatorCache<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArea()static AssetStore<String, ObjectiveLocationMarkerAsset, DefaultAssetMap<String, ObjectiveLocationMarkerAsset>> String[]int[]getId()toString()
-
Field Details
-
CODEC
-
VALIDATOR_CACHE
-
ASSET_STORE
private static AssetStore<String,ObjectiveLocationMarkerAsset, ASSET_STOREDefaultAssetMap<String, ObjectiveLocationMarkerAsset>> -
data
-
id
-
objectiveTypeSetup
-
area
-
environmentIds
-
environmentIndexes
protected int[] environmentIndexes -
triggerConditions
-
-
Constructor Details
-
ObjectiveLocationMarkerAsset
public ObjectiveLocationMarkerAsset()
-
-
Method Details
-
getAssetStore
public static AssetStore<String,ObjectiveLocationMarkerAsset, getAssetStore()DefaultAssetMap<String, ObjectiveLocationMarkerAsset>> -
getAssetMap
-
getId
-
getObjectiveTypeSetup
-
getArea
-
getEnvironmentIds
-
getEnvironmentIndexes
public int[] getEnvironmentIndexes() -
getTriggerConditions
-
toString
-