public class DustParticle extends GenericParticle
data, type| Constructor and Description |
|---|
DustParticle(com.nukkitx.math.vector.Vector3f pos,
org.cloudburstmc.api.util.data.BlockColor blockColor) |
DustParticle(com.nukkitx.math.vector.Vector3f pos,
int r,
int g,
int b) |
DustParticle(com.nukkitx.math.vector.Vector3f pos,
int r,
int g,
int b,
int a) |
encodegetPosition, setPositionpublic DustParticle(com.nukkitx.math.vector.Vector3f pos,
org.cloudburstmc.api.util.data.BlockColor blockColor)
public DustParticle(com.nukkitx.math.vector.Vector3f pos,
int r,
int g,
int b)
public DustParticle(com.nukkitx.math.vector.Vector3f pos,
int r,
int g,
int b,
int a)
Copyright © 2021. All rights reserved.