Uses of Record Class
gg.xp.xivsupport.models.Position
Packages that use Position
Package
Description
-
Uses of Position in gg.xp.telestosupport.doodle
Fields in gg.xp.telestosupport.doodle declared as PositionConstructors in gg.xp.telestosupport.doodle with parameters of type Position -
Uses of Position in gg.xp.xivsupport.events.actlines.events
Methods in gg.xp.xivsupport.events.actlines.events that return PositionModifier and TypeMethodDescription@Nullable PositionCastLocationDataEvent.getPos()DescribesCastLocation.getPos()If the cast is targeted on a location (including an optional rotation), then it will be returned in this method.@Nullable PositionSnapshotLocationDataEvent.getPos()MarkerPlacedEvent.getPosition()Constructors in gg.xp.xivsupport.events.actlines.events with parameters of type PositionModifierConstructorDescriptionCastLocationDataEvent(AbilityCastStart event, Position pos) MarkerPlacedEvent(FloorMarker marker, Position position, XivCombatant placer) SnapshotLocationDataEvent(AbilityUsedEvent event, @Nullable XivCombatant animationTarget, Position pos) SnapshotLocationDataEvent(AbilityUsedEvent event, Position pos) Deprecated. -
Uses of Position in gg.xp.xivsupport.events.state
Methods in gg.xp.xivsupport.events.state that return PositionMethods in gg.xp.xivsupport.events.state with parameters of type PositionModifier and TypeMethodDescriptiondefault voidXivState.provideCombatantPos(XivCombatant target, Position newPos) voidXivState.provideCombatantPos(XivCombatant target, Position newPos, boolean trusted) voidXivStateDummy.provideCombatantPos(XivCombatant target, Position newPos, boolean trusted) voidXivStateImpl.provideCombatantPos(XivCombatant target, Position newPos, boolean trusted) -
Uses of Position in gg.xp.xivsupport.events.state.floormarkers
Methods in gg.xp.xivsupport.events.state.floormarkers that return types with arguments of type Position -
Uses of Position in gg.xp.xivsupport.events.triggers.duties.Pandamonium.events
Methods in gg.xp.xivsupport.events.triggers.duties.Pandamonium.events that return Position -
Uses of Position in gg.xp.xivsupport.gui.map
Methods in gg.xp.xivsupport.gui.map that return types with arguments of type Position -
Uses of Position in gg.xp.xivsupport.gui.map.omen
Methods in gg.xp.xivsupport.gui.map.omen that return PositionModifier and TypeMethodDescription@Nullable PositionCastFinishedOmen.omenPosition(Function<XivCombatant, Position> freshPosLookup) @Nullable PositionCastOmen.omenPosition(Function<XivCombatant, Position> freshPosLookup) @Nullable PositionInstantOmen.omenPosition(Function<XivCombatant, Position> freshPosLookup) @Nullable PositionOmenInstance.omenPosition(Function<XivCombatant, Position> freshPosLookup) Method parameters in gg.xp.xivsupport.gui.map.omen with type arguments of type PositionModifier and TypeMethodDescription@Nullable PositionCastFinishedOmen.omenPosition(Function<XivCombatant, Position> freshPosLookup) @Nullable PositionCastOmen.omenPosition(Function<XivCombatant, Position> freshPosLookup) @Nullable PositionInstantOmen.omenPosition(Function<XivCombatant, Position> freshPosLookup) @Nullable PositionOmenInstance.omenPosition(Function<XivCombatant, Position> freshPosLookup) -
Uses of Position in gg.xp.xivsupport.models
Methods in gg.xp.xivsupport.models that return PositionModifier and TypeMethodDescriptionPosition.facing(double angle) Returns this position, but with a new heading.Returns this position, but with the heading modified to face towards the given position.@Nullable PositionXivCombatant.getPos()static PositionPosition.intersection(Position a, Position b) Given two positions, compute the intersection of the positions if you were to draw a line extending forward and back from the point.Position.normalizedTo(Position basis) static PositionPosition.of2d(double x, double y) static PositionPosition.perpendicularIntersection(Position a, Position b) Given two positions, compute the intersection of the positions if you were to draw a line perpendicular to each position's facing.Position.translateAbsolute(double deltaX, double deltaY) Position.translateRelative(double right, double forward) Performs a translation of this position, using its facing angle.Methods in gg.xp.xivsupport.models with parameters of type PositionModifier and TypeMethodDescriptionstatic ArenaSectorArenaPos.combatantFacing(Position position) doublePosition.distanceFrom2D(Position other) doubleArenaPos.distanceFromCenter(Position pos) Returns this position, but with the heading modified to face towards the given position.ArenaPos.forPosition(Position pos) static PositionPosition.intersection(Position a, Position b) Given two positions, compute the intersection of the positions if you were to draw a line extending forward and back from the point.Position.normalizedTo(Position basis) static PositionPosition.perpendicularIntersection(Position a, Position b) Given two positions, compute the intersection of the positions if you were to draw a line perpendicular to each position's facing.Constructors in gg.xp.xivsupport.models with parameters of type PositionModifierConstructorDescriptionXivCombatant(long id, String name, boolean isPc, boolean isThePlayer, long rawType, @Nullable HitPoints hp, @Nullable ManaPoints mp, @Nullable Position pos, long bNpcId, long bNpcNameId, long partyType, long level, long ownerId, long shieldAmount) XivCombatant(long id, String name, boolean isPc, boolean isThePlayer, long rawType, @Nullable HitPoints hp, @Nullable ManaPoints mp, @Nullable Position pos, long bNpcId, long bNpcNameId, long partyType, long level, long ownerId, long shieldAmount, short transformationId, short weaponId, float radius) XivPlayerCharacter(long id, String name, Job job, XivWorld world, boolean isLocalPlayerCharacter, long typeRaw, HitPoints hp, ManaPoints mp, Position pos, long bNpcId, long bNpcNameId, long partyType, long level, long ownerId, long shieldAmount) XivPlayerCharacter(long id, String name, Job job, XivWorld world, boolean isLocalPlayerCharacter, long typeRaw, HitPoints hp, ManaPoints mp, Position pos, long bNpcId, long bNpcNameId, long partyType, long level, long ownerId, long shieldAmount, short transformationId, short weaponId, float radius) -
Uses of Position in gg.xp.xivsupport.triggers.car
Methods in gg.xp.xivsupport.triggers.car with parameters of type Position