Uses of Enum Class
gg.xp.xivsupport.models.ArenaSector
Package
Description
-
Uses of ArenaSector in gg.xp.xivsupport.callouts.conversions
Modifier and TypeMethodDescriptionDutySpecificArenaSectorConverter.getPerSectorSettings()
GlobalArenaSectorConverter.getPerSectorSettings()
Modifier and TypeMethodDescriptionGlobalArenaSectorConverter.convert
(ArenaSector sector) @Nullable String
DutySpecificArenaSectorConverter.valueForSector
(ArenaSector sector) -
Uses of ArenaSector in gg.xp.xivsupport.events.triggers.duties.Pandamonium.events
Modifier and TypeMethodDescriptionTrinityFullEvent.getSafeSpots()
TrinitySecondEvent.getSafeSpots()
-
Uses of ArenaSector in gg.xp.xivsupport.models
Modifier and TypeFieldDescriptionstatic final List<ArenaSector>
ArenaSector.all
Intercardinals and cardinals.static final List<ArenaSector>
ArenaSector.cardinals
The list of cardinal directions.static final Comparator<ArenaSector>
ArenaSector.northCcwSort
Sort starting north and going CCWstatic final List<ArenaSector>
ArenaSector.quadrants
The the list of intercardinal directions (or quadrants, if you prefer).Modifier and TypeMethodDescriptionstatic ArenaSector
ArenaPos.combatantFacing
(double heading) static ArenaSector
ArenaPos.combatantFacing
(Position position) static ArenaSector
ArenaPos.combatantFacing
(XivCombatant cbt) ArenaPos.forCombatant
(XivCombatant cbt) ArenaPos.forPosition
(Position pos) ArenaSector.opposite()
ArenaSector.plusEighths
(int eighths) Add the given number of eighth-turns (clockwise) to this sector and return the result.ArenaSector.plusQuads
(int quads) LikeplusEighths(int)
, but quarter-turns rather than eights.static @Nullable ArenaSector
ArenaSector.tryCombineTwoCardinals
(List<ArenaSector> cardinals) Given two cardinals, check if there is an intercardinal adjacent to both of them.static @Nullable ArenaSector
ArenaSector.tryCombineTwoQuadrants
(List<ArenaSector> quadrants) Given two intercardinal quadrants, check if there is a cardinal adjacent to both of them.static ArenaSector
Returns the enum constant of this class with the specified name.static ArenaSector[]
ArenaSector.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic List<ArenaSector>
ArenaSector.tryMergeQuadrants
(List<ArenaSector> quadrants) LiketryCombineTwoQuadrants(List)
(List)}, but returns a list.Modifier and TypeMethodDescriptionint
ArenaSector.eighthsTo
(ArenaSector other) Computes the rotation from one sector to another, expressed in eight-turns.boolean
ArenaSector.isStrictlyAdjacentTo
(ArenaSector other) Modifier and TypeMethodDescriptionstatic @Nullable ArenaSector
ArenaSector.tryCombineTwoCardinals
(List<ArenaSector> cardinals) Given two cardinals, check if there is an intercardinal adjacent to both of them.static @Nullable ArenaSector
ArenaSector.tryCombineTwoQuadrants
(List<ArenaSector> quadrants) Given two intercardinal quadrants, check if there is a cardinal adjacent to both of them.static List<ArenaSector>
ArenaSector.tryMergeQuadrants
(List<ArenaSector> quadrants) LiketryCombineTwoQuadrants(List)
(List)}, but returns a list. -
Uses of ArenaSector in gg.xp.xivsupport.triggers.Arcadion
-
Uses of ArenaSector in gg.xp.xivsupport.triggers.ultimate
Modifier and TypeMethodDescriptionFRU.ApocDirectionsEvent.getFinalSafeSpots()
FRU.ApocDirectionsEvent.getFirstHits()
FRU.ApocDirectionsEvent.getInitialSafeSpots()