public class GenericParticle extends Particle
| Modifier and Type | Field and Description |
|---|---|
protected int |
data |
protected com.nukkitx.protocol.bedrock.data.LevelEventType |
type |
| Constructor and Description |
|---|
GenericParticle(com.nukkitx.math.vector.Vector3f pos,
com.nukkitx.protocol.bedrock.data.LevelEventType type) |
GenericParticle(com.nukkitx.math.vector.Vector3f pos,
com.nukkitx.protocol.bedrock.data.LevelEventType type,
int data) |
| Modifier and Type | Method and Description |
|---|---|
com.nukkitx.protocol.bedrock.BedrockPacket[] |
encode() |
getPosition, setPositionprotected final com.nukkitx.protocol.bedrock.data.LevelEventType type
protected final int data
Copyright © 2020. All rights reserved.