ClassMinionTheme

public enum ClassMinionTheme

Reusable class-fantasy themes. Mechanics bind to a theme, not to bespoke entity scripts.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Types

Link copied to clipboard
public final class Carrier extends Record

Functions

Link copied to clipboard
public double baseHealth()
Link copied to clipboard
public ClassMinionTheme.Carrier carrierFor(int sequence)
Link copied to clipboard
Link copied to clipboard
public static Optional<ClassMinionTheme> forAbility(String abilityId)
Link copied to clipboard
public boolean supportRole()
Link copied to clipboard
public static ClassMinionTheme valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<ClassMinionTheme> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.