Enum Constant and Description |
---|
Blob |
BlueMagic |
CycloneBlob |
Dragon |
Electric |
Leaf |
RedOrbShrinking |
ShadowBlob |
Shiny |
SlingRing |
SmallRising |
Modifier and Type | Method and Description |
---|---|
static ParticleEffect |
read(io.netty.buffer.ByteBuf buf) |
static Particles |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Particles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static void |
write(net.minecraft.network.PacketBuffer buf,
Particles particle,
java.lang.Object... args) |
public static final Particles Blob
public static final Particles BlueMagic
public static final Particles CycloneBlob
public static final Particles Dragon
public static final Particles Electric
public static final Particles Leaf
public static final Particles RedOrbShrinking
public static final Particles ShadowBlob
public static final Particles Shiny
public static final Particles SlingRing
public static final Particles SmallRising
public static Particles[] values()
for (Particles c : Particles.values()) System.out.println(c);
public static Particles 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 static void write(net.minecraft.network.PacketBuffer buf, Particles particle, java.lang.Object... args)
public static ParticleEffect read(io.netty.buffer.ByteBuf buf)