api
a9eff54633
jvm
api
/
org.kryptonmc.api.effect.particle
/
ParticleType
Particle
Type
@
CataloguedBy
(
catalogue
=
ParticleTypes::class
)
interface
ParticleType
:
Keyed
A type of particle effect.
Inheritors
ScopedParticleType
Members
Functions
builder
Link copied to clipboard
@
Contract
(
value
=
"_ -> new"
,
pure
=
true
)
abstract
fun
builder
(
)
:
BaseParticleEffectBuilder
<
*
>
Constructs a new builder to build a new
ParticleEffect
of this type.
key
Link copied to clipboard
@
NotNull
abstract
fun
key
(
)
:
@
NotNull
Key