Class DustParticle


public class DustParticle extends GenericParticle
Created on 2015/11/21 by xtypr. Package cn.nukkit.level.particle in project Nukkit .
  • Constructor Details

    • DustParticle

      public DustParticle(com.nukkitx.math.vector.Vector3f pos, org.cloudburstmc.api.util.data.BlockColor blockColor)
    • DustParticle

      public DustParticle(com.nukkitx.math.vector.Vector3f pos, int r, int g, int b)
    • DustParticle

      public DustParticle(com.nukkitx.math.vector.Vector3f pos, int r, int g, int b, int a)