public enum ParticleSystems extends java.lang.Enum<ParticleSystems>
Enum Constant and Description |
---|
BLOOM |
DISCHARGE |
DRAIN |
HEAL |
RADIALTHUNDER |
REDCHAINPORTAL |
SHINY |
SLINGRING |
ULTRAWORMHOLE |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAMESPACE |
Modifier and Type | Method and Description |
---|---|
static ParticleSystem |
get(int i) |
static ParticleSystems |
get(net.minecraft.util.ResourceLocation rl) |
net.minecraft.util.ResourceLocation |
getResource() |
ParticleSystem |
getSystem() |
static ParticleSystems |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParticleSystems[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParticleSystems HEAL
public static final ParticleSystems REDCHAINPORTAL
public static final ParticleSystems DRAIN
public static final ParticleSystems BLOOM
public static final ParticleSystems DISCHARGE
public static final ParticleSystems RADIALTHUNDER
public static final ParticleSystems SLINGRING
public static final ParticleSystems ULTRAWORMHOLE
public static final ParticleSystems SHINY
public static final java.lang.String NAMESPACE
public static ParticleSystems[] values()
for (ParticleSystems c : ParticleSystems.values()) System.out.println(c);
public static ParticleSystems 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 ParticleSystem getSystem()
public net.minecraft.util.ResourceLocation getResource()
public static ParticleSystem get(int i)
public static ParticleSystems get(net.minecraft.util.ResourceLocation rl)