Package | Description |
---|---|
com.BombingGames.WurfelEngine.Core.Gameobjects |
Game Objects are objects like entities and block which can be found in the map.
|
Modifier and Type | Method and Description |
---|---|
static Particle.ParticleType |
Particle.ParticleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Particle.ParticleType[] |
Particle.ParticleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Particle.setType(Particle.ParticleType type) |