- Preparing search index...
- The search index is not available
DatapackJs
Type alias particleOption
particle
Option
: { count
: number; delta
: { x
?: number; y
?: number; z
?: number }; position
: Block; showIfFar
?: boolean; speed
: number; viewers
?: Entity }
Type declaration
-
count: number
-
delta: { x?: number; y?: number; z?: number }
-
Optional
x?: number
-
Optional
y?: number
-
Optional
z?: number
-
-
Optional
showIfFar?: boolean
-
speed: number
-
Optional
viewers?: Entity