public class PunchBlockParticle extends Particle
| Modifier and Type | Field and Description |
|---|---|
protected int |
data |
| Constructor and Description |
|---|
PunchBlockParticle(com.nukkitx.math.vector.Vector3f pos,
BlockState state,
Direction face) |
PunchBlockParticle(com.nukkitx.math.vector.Vector3f pos,
Identifier blockId,
int blockDamage,
Direction face) |
| Modifier and Type | Method and Description |
|---|---|
com.nukkitx.protocol.bedrock.BedrockPacket[] |
encode() |
getPosition, setPositionpublic PunchBlockParticle(com.nukkitx.math.vector.Vector3f pos,
BlockState state,
Direction face)
public PunchBlockParticle(com.nukkitx.math.vector.Vector3f pos,
Identifier blockId,
int blockDamage,
Direction face)
Copyright © 2020. All rights reserved.