public static enum SoundScapes.AmbienceGroup extends java.lang.Enum<SoundScapes.AmbienceGroup>
| Modifier and Type | Method and Description |
|---|---|
com.simibubi.create.foundation.sound.SoundScape |
instantiate(float pitch) |
static SoundScapes.AmbienceGroup |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoundScapes.AmbienceGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoundScapes.AmbienceGroup KINETIC
public static final SoundScapes.AmbienceGroup COG
public static final SoundScapes.AmbienceGroup CRUSHING
public static final SoundScapes.AmbienceGroup MILLING
public static SoundScapes.AmbienceGroup[] values()
for (SoundScapes.AmbienceGroup c : SoundScapes.AmbienceGroup.values()) System.out.println(c);
public static SoundScapes.AmbienceGroup valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic com.simibubi.create.foundation.sound.SoundScape instantiate(float pitch)