Interface EPEncounterCreator
- All Known Implementing Classes:
AbyssalLightDwellerEPEC
,AbyssalLightEPEC
,AbyssalNoEPEC
,AbyssalRogueStellarObjectDireHintsEPEC
,AbyssalRogueStellarObjectEPEC
,BaseEPEncounterCreator
,OutsideSystemNoEPEC
,OutsideSystemRemnantEPEC
,SlipstreamLuddicPathEPEC
,SlipstreamMercenaryEPEC
,SlipstreamNoEPEC
,SlipstreamPirateEPEC
,SlipstreamScavengerEPEC
public interface EPEncounterCreator
Implementations should generally avoid using member variables since instances will be shared across
saves.
- Author:
- Alex
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createEncounter
(EncounterManager manager, EncounterPoint point) float
float
float
getFrequencyForPoint
(EncounterManager manager, EncounterPoint point) getId()
float
float
-
Method Details
-
getId
String getId() -
getPointTimeoutMin
float getPointTimeoutMin() -
getPointTimeoutMax
float getPointTimeoutMax() -
getCreatorTimeoutMin
float getCreatorTimeoutMin() -
getCreatorTimeoutMax
float getCreatorTimeoutMax() -
getFrequencyForPoint
-
createEncounter
-