Interface ShapeDisplayMechanic


public interface ShapeDisplayMechanic
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(Particle particle, org.bukkit.Location current, org.bukkit.util.Vector addition, int count)
     
  • Method Details

    • apply

      void apply(Particle particle, org.bukkit.Location current, org.bukkit.util.Vector addition, int count)
      Parameters:
      particle - particle to be displayed

      current - the location the vector will be/has been added to, in some cases this is the last position the particle was displayed, in others it is the center of the shape

      addition - the vector that will be/has been added to the location before the particle is displayed

      count - current amount of particles that have been displayed (set back to 0 once the entire shape is displayed)