Class SphereParticleEffect


public class SphereParticleEffect extends CircleParticleEffect
A particle effect that creates a Fibonacci sphere
  • Constructor Details

    • SphereParticleEffect

      public SphereParticleEffect()
    • SphereParticleEffect

      public SphereParticleEffect(org.bukkit.configuration.ConfigurationSection section, WbsSettings settings, String directory)
      Create this effect from a ConfigurationSection, logging errors in the given settings
      Parameters:
      section - The section where this effect is defined
      settings - The settings to log errors against
      directory - The path taken through the config to get to this point, for logging purposes
  • Method Details