Uses of Enum Class
com.fs.starfarer.api.characters.RelationshipAPI.RelationshipTargetType
Packages that use RelationshipAPI.RelationshipTargetType
-
Uses of RelationshipAPI.RelationshipTargetType in com.fs.starfarer.api.characters
Methods in com.fs.starfarer.api.characters that return RelationshipAPI.RelationshipTargetTypeModifier and TypeMethodDescriptionRelationshipAPI.RelationshipTarget.getType()
Returns the enum constant of this class with the specified name.RelationshipAPI.RelationshipTargetType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fs.starfarer.api.characters with parameters of type RelationshipAPI.RelationshipTargetTypeModifier and TypeMethodDescriptionvoid
RelationshipAPI.RelationshipTarget.setType
(RelationshipAPI.RelationshipTargetType type) Constructors in com.fs.starfarer.api.characters with parameters of type RelationshipAPI.RelationshipTargetTypeModifierConstructorDescriptionRelationshipTarget
(RelationshipAPI.RelationshipTargetType type, FactionAPI faction)