Uses of Enum Class
gg.xp.xivsupport.models.ArenaSector
Packages that use ArenaSector
Package
Description
-
Uses of ArenaSector in gg.xp.xivsupport.callouts.conversions
Methods in gg.xp.xivsupport.callouts.conversions that return types with arguments of type ArenaSectorModifier and TypeMethodDescriptionDutySpecificArenaSectorConverter.getPerSectorSettings()
GlobalArenaSectorConverter.getPerSectorSettings()
Methods in gg.xp.xivsupport.callouts.conversions with parameters of type ArenaSectorModifier and TypeMethodDescriptionGlobalArenaSectorConverter.convert
(ArenaSector sector) @Nullable String
DutySpecificArenaSectorConverter.valueForSector
(ArenaSector sector) -
Uses of ArenaSector in gg.xp.xivsupport.events.triggers.duties.Pandamonium.events
Methods in gg.xp.xivsupport.events.triggers.duties.Pandamonium.events that return ArenaSectorMethods in gg.xp.xivsupport.events.triggers.duties.Pandamonium.events that return types with arguments of type ArenaSectorModifier and TypeMethodDescriptionTrinityFullEvent.getSafeSpots()
TrinitySecondEvent.getSafeSpots()
Constructors in gg.xp.xivsupport.events.triggers.duties.Pandamonium.events with parameters of type ArenaSector -
Uses of ArenaSector in gg.xp.xivsupport.models
Fields in gg.xp.xivsupport.models with type parameters of type ArenaSectorModifier 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).Methods in gg.xp.xivsupport.models that return ArenaSectorModifier 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.Methods in gg.xp.xivsupport.models that return types with arguments of type ArenaSectorModifier and TypeMethodDescriptionstatic List<ArenaSector>
ArenaSector.tryMergeQuadrants
(List<ArenaSector> quadrants) LiketryCombineTwoQuadrants(List)
(List)}, but returns a list.Methods in gg.xp.xivsupport.models with parameters of type ArenaSectorModifier and TypeMethodDescriptionint
ArenaSector.eighthsTo
(ArenaSector other) Computes the rotation from one sector to another, expressed in eight-turns.boolean
ArenaSector.isStrictlyAdjacentTo
(ArenaSector other) Method parameters in gg.xp.xivsupport.models with type arguments of type ArenaSectorModifier 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
Methods in gg.xp.xivsupport.triggers.Arcadion that return ArenaSector -
Uses of ArenaSector in gg.xp.xivsupport.triggers.ultimate
Methods in gg.xp.xivsupport.triggers.ultimate that return ArenaSectorModifier and TypeMethodDescriptionFRU.TidalLightSafeSpotEvent.getFirstDirection()
FRU.TidalLightSafeSpotEvent.getSafe()
FRU.TidalLightSafeSpotEvent.getSecondDirection()
Methods in gg.xp.xivsupport.triggers.ultimate that return types with arguments of type ArenaSectorModifier and TypeMethodDescriptionFRU.ApocDirectionsEvent.getFinalSafeSpots()
FRU.ApocDirectionsEvent.getFirstHits()
FRU.ApocDirectionsEvent.getInitialSafeSpots()