Uses of Interface
com.fs.starfarer.api.input.InputEventAPI
Packages that use InputEventAPI
Package
Description
-
Uses of InputEventAPI in com.fs.starfarer.api.campaign
Method parameters in com.fs.starfarer.api.campaign with type arguments of type InputEventAPIModifier and TypeMethodDescriptionvoid
BaseCustomUIPanelPlugin.processInput
(List<InputEventAPI> events) void
CustomUIPanelPlugin.processInput
(List<InputEventAPI> events) List of input events that occurred this frame. -
Uses of InputEventAPI in com.fs.starfarer.api.campaign.listeners
Method parameters in com.fs.starfarer.api.campaign.listeners with type arguments of type InputEventAPIModifier and TypeMethodDescriptionvoid
CampaignInputListener.processCampaignInputPostCore
(List<InputEventAPI> events) static void
ListenerUtil.processCampaignInputPostCore
(List<InputEventAPI> events) void
CampaignInputListener.processCampaignInputPreCore
(List<InputEventAPI> events) static void
ListenerUtil.processCampaignInputPreCore
(List<InputEventAPI> events) void
CampaignInputListener.processCampaignInputPreFleetControl
(List<InputEventAPI> events) static void
ListenerUtil.processCampaignInputPreFleetControl
(List<InputEventAPI> events) -
Uses of InputEventAPI in com.fs.starfarer.api.combat
Method parameters in com.fs.starfarer.api.combat with type arguments of type InputEventAPIModifier and TypeMethodDescriptionvoid
BaseEveryFrameCombatPlugin.advance
(float amount, List<InputEventAPI> events) void
EveryFrameCombatPlugin.advance
(float amount, List<InputEventAPI> events) void
BaseEveryFrameCombatPlugin.processInputPreCoreControls
(float amount, List<InputEventAPI> events) void
EveryFrameCombatPlugin.processInputPreCoreControls
(float amount, List<InputEventAPI> events) -
Uses of InputEventAPI in com.fs.starfarer.api.impl.campaign
Method parameters in com.fs.starfarer.api.impl.campaign with type arguments of type InputEventAPIModifier and TypeMethodDescriptionvoid
ExampleCustomUIPanel.processInput
(List<InputEventAPI> events) -
Uses of InputEventAPI in com.fs.starfarer.api.impl.campaign.eventide
Method parameters in com.fs.starfarer.api.impl.campaign.eventide with type arguments of type InputEventAPIModifier and TypeMethodDescriptionvoid
DuelPanel.processInput
(List<InputEventAPI> events) void
DuelTutorialPanel.processInput
(List<InputEventAPI> events) -
Uses of InputEventAPI in com.fs.starfarer.api.impl.campaign.skills
Method parameters in com.fs.starfarer.api.impl.campaign.skills with type arguments of type InputEventAPIModifier and TypeMethodDescriptionvoid
CommRelayScript.advance
(float amount, List<InputEventAPI> events) void
CoordinatedManeuversScript.advance
(float amount, List<InputEventAPI> events) void
ElectronicWarfareScript.advance
(float amount, List<InputEventAPI> events) void
NeuralLinkScript.advance
(float amount, List<InputEventAPI> events) void
NeuralLinkScript.processInputPreCoreControls
(float amount, List<InputEventAPI> events) -
Uses of InputEventAPI in com.fs.starfarer.api.impl.codex
Method parameters in com.fs.starfarer.api.impl.codex with type arguments of type InputEventAPIModifier and TypeMethodDescriptionvoid
CodexCustomEntryExample.processInput
(List<InputEventAPI> events) -
Uses of InputEventAPI in com.fs.starfarer.api.impl.combat
Method parameters in com.fs.starfarer.api.impl.combat with type arguments of type InputEventAPIModifier and TypeMethodDescriptionvoid
ChiralFigmentStats.FigmentPlugin.advance
(float amount, List<InputEventAPI> events) void
EscapeRevealPlugin.advance
(float amount, List<InputEventAPI> events) void
GenericCombatPlugin.advance
(float amount, List<InputEventAPI> events) void
GravityPullEffect.advance
(float amount, List<InputEventAPI> events) void
LowCRShipDamageSequence.advance
(float amount, List<InputEventAPI> events) void
RiftTrailEffect.advance
(float amount, List<InputEventAPI> events) -
Uses of InputEventAPI in com.fs.starfarer.api.impl.combat.dem
Method parameters in com.fs.starfarer.api.impl.combat.dem with type arguments of type InputEventAPIModifier and TypeMethodDescriptionvoid
DEMScript.advance
(float amount, List<InputEventAPI> events) -
Uses of InputEventAPI in com.fs.starfarer.api.impl.combat.dweller
Method parameters in com.fs.starfarer.api.impl.combat.dweller with type arguments of type InputEventAPIModifier and TypeMethodDescriptionvoid
DwellerCombatStrategyForBothSidesPlugin.advance
(float amount, List<InputEventAPI> events) void
VortexLauncherEffect.DisturbShroudPlugin.advance
(float amount, List<InputEventAPI> events) -
Uses of InputEventAPI in com.fs.starfarer.api.impl.combat.threat
Method parameters in com.fs.starfarer.api.impl.combat.threat with type arguments of type InputEventAPIModifier and TypeMethodDescriptionvoid
AttackSwarmPhaseModeScript.advance
(float amount, List<InputEventAPI> events) void
EnergyLashSystemScript.DelayedCombatActionPlugin.advance
(float amount, List<InputEventAPI> events) void
ThreatCombatStrategyForBothSidesPlugin.advance
(float amount, List<InputEventAPI> events) void
ThreatShipConstructionScript.advance
(float amount, List<InputEventAPI> events) void
ThreatShipReclamationScript.advance
(float amount, List<InputEventAPI> events) -
Uses of InputEventAPI in com.fs.starfarer.api.impl.hullmods
Method parameters in com.fs.starfarer.api.impl.hullmods with type arguments of type InputEventAPIModifier and TypeMethodDescriptionvoid
ShardSpawner.ShardFadeInPlugin.advance
(float amount, List<InputEventAPI> events) -
Uses of InputEventAPI in com.fs.starfarer.api.ui
Methods in com.fs.starfarer.api.ui with parameters of type InputEventAPIMethod parameters in com.fs.starfarer.api.ui with type arguments of type InputEventAPI