public static class Particle.ParticleData
extends java.lang.Object
Constructor and Description |
---|
ParticleData(Type type,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
<T> T |
get() |
Type |
getType() |
java.lang.Object |
getValue() |
void |
setType(Type type) |
void |
setValue(java.lang.Object value) |