public class DustParticle extends GenericParticle
data, type| Constructor and Description |
|---|
DustParticle(com.nukkitx.math.vector.Vector3f pos,
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,
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 © 2020. All rights reserved.