Class ParticleStyleWhirl
java.lang.Object
dev.esophose.playerparticles.styles.DefaultParticleStyle
dev.esophose.playerparticles.styles.ParticleStyleWhirl
- All Implemented Interfaces:
ParticleStyle
public class ParticleStyleWhirl extends DefaultParticleStyle
-
Field Summary
Fields inherited from class dev.esophose.playerparticles.styles.DefaultParticleStyle
playerParticles
-
Constructor Summary
Constructors Modifier Constructor Description protected
ParticleStyleWhirl()
-
Method Summary
Modifier and Type Method Description protected java.util.List<java.lang.String>
getGuiIconMaterialNames()
java.util.List<PParticle>
getParticles(ParticlePair particle, org.bukkit.Location location)
Gets all the particles to display based on the style's logicprotected void
loadSettings(CommentedFileConfiguration config)
Loads the settings for this styleprotected void
setDefaultSettings(CommentedFileConfiguration config)
Sets the default settings for this stylevoid
updateTimers()
Used to update timers for animations, called once per particle tickMethods inherited from class dev.esophose.playerparticles.styles.DefaultParticleStyle
canBeFixed, canToggleWithCombat, canToggleWithMovement, getFixedEffectOffset, getGuiIconMaterial, getInternalName, getName, isEnabled, loadSettings, setIfNotExists
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.esophose.playerparticles.styles.ParticleStyle
getParticles, hasLongRangeVisibility
-
Constructor Details
-
ParticleStyleWhirl
protected ParticleStyleWhirl()
-
-
Method Details
-
getParticles
Description copied from interface:ParticleStyle
Gets all the particles to display based on the style's logic- Parameters:
particle
- The ParticlePair that contains the particle's datalocation
- The central location of the particles- Returns:
- A List of PParticles to spawn
-
updateTimers
public void updateTimers()Description copied from interface:ParticleStyle
Used to update timers for animations, called once per particle tick -
getGuiIconMaterialNames
protected java.util.List<java.lang.String> getGuiIconMaterialNames()- Specified by:
getGuiIconMaterialNames
in classDefaultParticleStyle
- Returns:
- A list of Strings to try to turn into Materials
-
setDefaultSettings
Description copied from class:DefaultParticleStyle
Sets the default settings for this style- Specified by:
setDefaultSettings
in classDefaultParticleStyle
- Parameters:
config
- The config to save to
-
loadSettings
Description copied from class:DefaultParticleStyle
Loads the settings for this style- Specified by:
loadSettings
in classDefaultParticleStyle
- Parameters:
config
- The config to load from
-