public class InstantSpellParticle extends SpellParticle
| Modifier and Type | Field and Description |
|---|---|
protected int |
data |
| Constructor and Description |
|---|
InstantSpellParticle(com.nukkitx.math.vector.Vector3f pos) |
InstantSpellParticle(com.nukkitx.math.vector.Vector3f pos,
BlockColor blockColor) |
InstantSpellParticle(com.nukkitx.math.vector.Vector3f pos,
int data) |
InstantSpellParticle(com.nukkitx.math.vector.Vector3f pos,
int r,
int g,
int b) |
encodegetPosition, setPositionpublic InstantSpellParticle(com.nukkitx.math.vector.Vector3f pos)
public InstantSpellParticle(com.nukkitx.math.vector.Vector3f pos,
int data)
public InstantSpellParticle(com.nukkitx.math.vector.Vector3f pos,
BlockColor blockColor)
public InstantSpellParticle(com.nukkitx.math.vector.Vector3f pos,
int r,
int g,
int b)
Copyright © 2020. All rights reserved.