Particle_f64

case
class Particle_f64(particleId: Int, longDistance: Boolean, x: Double, y: Double, z: Double, offsetX: Float, offsetY: Float, offsetZ: Float, speed: Float, count: Int, blockState: Option[VarInt], red: Option[Float], green: Option[Float], blue: Option[Float], scale: Option[Float], item: Option[NBTCompound])

Particle spawns particles at the target location with the various modifiers.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product