Class SpellParticle

All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
InstantSpellParticle

public class SpellParticle extends Particle
Since:
2015/12/27 The name "spell" comes from minecraft wiki.
Author:
xtypr
  • Field Details

    • data

      protected final int data
  • Constructor Details

    • SpellParticle

      public SpellParticle(Vector3 pos)
    • SpellParticle

      public SpellParticle(Vector3 pos, int data)
    • SpellParticle

      public SpellParticle(Vector3 pos, BlockColor blockColor)
    • SpellParticle

      public SpellParticle(Vector3 pos, int r, int g, int b)
    • SpellParticle

      protected SpellParticle(Vector3 pos, int r, int g, int b, int a)
  • Method Details