Class ObjectiveLocationMarker
java.lang.Object
com.hypixel.hytale.builtin.adventure.objectives.markers.objectivelocation.ObjectiveLocationMarker
- All Implemented Interfaces:
Component<EntityStore>,Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Objectiveprotected UUIDprotected ObjectiveLocationMarkerAreastatic final BuilderCodec<ObjectiveLocationMarker> protected int[]protected Stringprotected ObjectiveLocationTriggerCondition[]private UntrackObjectiveFields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getArea()voidsetActiveObjective(Objective activeObjective) voidsetActiveObjectiveUUID(UUID activeObjectiveUUID) voidsetObjectiveLocationMarkerId(String objectiveLocationMarkerId) voidsetUntrackPacket(UntrackObjective untrackPacket) voidupdateLocationMarkerValues(ObjectiveLocationMarkerAsset objectiveLocationMarkerAsset, float yaw, Store<EntityStore> store) Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.component.Component
cloneSerializable
-
Field Details
-
CODEC
-
objectiveLocationMarkerId
-
activeObjectiveUUID
-
area
-
environmentIndexes
protected int[] environmentIndexes -
triggerConditions
-
activeObjective
-
untrackPacket
-
-
Constructor Details
-
ObjectiveLocationMarker
public ObjectiveLocationMarker() -
ObjectiveLocationMarker
-
-
Method Details
-
getComponentType
-
setObjectiveLocationMarkerId
-
setActiveObjectiveUUID
-
getActiveObjective
-
setActiveObjective
-
getObjectiveLocationMarkerId
-
getUntrackPacket
-
setUntrackPacket
-
getArea
-
updateLocationMarkerValues
public void updateLocationMarkerValues(@Nonnull ObjectiveLocationMarkerAsset objectiveLocationMarkerAsset, float yaw, @Nonnull Store<EntityStore> store) -
clone
- Specified by:
clonein interfaceComponent<EntityStore>- Overrides:
clonein classObject
-