public static enum SkeletalFilament.FilamentBehaviour extends Enum<SkeletalFilament.FilamentBehaviour>
| Modifier and Type | Method and Description |
|---|---|
static SkeletalFilament.FilamentBehaviour |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkeletalFilament.FilamentBehaviour[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SkeletalFilament.FilamentBehaviour GROW
public static final SkeletalFilament.FilamentBehaviour SHRINK
public static final SkeletalFilament.FilamentBehaviour STAGNANT
public static final SkeletalFilament.FilamentBehaviour FOLLOW
public static SkeletalFilament.FilamentBehaviour[] values()
for (SkeletalFilament.FilamentBehaviour c : SkeletalFilament.FilamentBehaviour.values()) System.out.println(c);
public static SkeletalFilament.FilamentBehaviour valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.