Class InstantSpellParticle


public class InstantSpellParticle extends SpellParticle
Created on 2016/1/4 by xtypr. Package cn.nukkit.level.particle in project nukkit .
  • Field Details

    • data

      protected int data
  • Constructor Details

    • InstantSpellParticle

      public InstantSpellParticle(com.nukkitx.math.vector.Vector3f pos)
    • InstantSpellParticle

      public InstantSpellParticle(com.nukkitx.math.vector.Vector3f pos, int data)
    • InstantSpellParticle

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

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