Uses of Enum Class
net.risingworld.api.definitions.Era

Packages that use Era
Package
Description
 
  • Uses of Era in net.risingworld.api.definitions

    Fields in net.risingworld.api.definitions declared as Era
    Modifier and Type
    Field
    Description
    Clothing.ClothingDefinition.era
    Era/age this clothing piece belongs to
    Constructions.ConstructionDefinition.era
    Era/age this clothing piece belongs to
    Items.ItemDefinition.era
    Era/age this item belongs to
    Objects.ObjectDefinition.era
    Era/age this object belongs to
    Vehicles.VehicleDefinition.era
    Era/age this vehicle belongs to
    Methods in net.risingworld.api.definitions that return Era
    Modifier and Type
    Method
    Description
    static Era
    Era.get(int value)
     
    static Era
    Era.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Era[]
    Era.values()
    Returns an array containing the constants of this enum class, in the order they are declared.