Uses of Enum Class
com.fs.starfarer.api.loading.Description.Type
Packages that use Description.Type
-
Uses of Description.Type in com.fs.starfarer.api
Methods in com.fs.starfarer.api with parameters of type Description.TypeModifier and TypeMethodDescriptionSettingsAPI.getDescription
(String id, Description.Type type) Gets entry from descriptions.csv. -
Uses of Description.Type in com.fs.starfarer.api.loading
Methods in com.fs.starfarer.api.loading that return Description.TypeModifier and TypeMethodDescriptionstatic Description.Type
Returns the enum constant of this class with the specified name.static Description.Type[]
Description.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.fs.starfarer.api.loading with parameters of type Description.Type