public class SpellParticle extends Particle
| Modifier and Type | Field and Description |
|---|---|
protected int |
data |
| Modifier | Constructor and Description |
|---|---|
|
SpellParticle(com.nukkitx.math.vector.Vector3f pos) |
|
SpellParticle(com.nukkitx.math.vector.Vector3f pos,
BlockColor blockColor) |
|
SpellParticle(com.nukkitx.math.vector.Vector3f pos,
int data) |
|
SpellParticle(com.nukkitx.math.vector.Vector3f pos,
int r,
int g,
int b) |
protected |
SpellParticle(com.nukkitx.math.vector.Vector3f pos,
int r,
int g,
int b,
int a) |
| Modifier and Type | Method and Description |
|---|---|
com.nukkitx.protocol.bedrock.BedrockPacket[] |
encode() |
getPosition, setPositionpublic SpellParticle(com.nukkitx.math.vector.Vector3f pos)
public SpellParticle(com.nukkitx.math.vector.Vector3f pos,
int data)
public SpellParticle(com.nukkitx.math.vector.Vector3f pos,
BlockColor blockColor)
public SpellParticle(com.nukkitx.math.vector.Vector3f pos,
int r,
int g,
int b)
protected SpellParticle(com.nukkitx.math.vector.Vector3f pos,
int r,
int g,
int b,
int a)
Copyright © 2020. All rights reserved.