public static enum ParticlePipeManager.ParticlePositionIdentity extends java.lang.Enum<ParticlePipeManager.ParticlePositionIdentity> implements IParticlePositionPipe
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
java.util.List<ParticlePosition> |
pipe(ParticlePosition pos) |
static ParticlePipeManager.ParticlePositionIdentity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParticlePipeManager.ParticlePositionIdentity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
andThen, pipe
public static final ParticlePipeManager.ParticlePositionIdentity INSTANCE
public static ParticlePipeManager.ParticlePositionIdentity[] values()
for (ParticlePipeManager.ParticlePositionIdentity c : ParticlePipeManager.ParticlePositionIdentity.values()) System.out.println(c);
public static ParticlePipeManager.ParticlePositionIdentity 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 java.util.List<ParticlePosition> pipe(ParticlePosition pos)
pipe
in interface IParticlePositionPipe