Index
All Classes and Interfaces|All Packages|Serialized Form
A
- accept(RotationHandler, int) - Method in interface hm.zelha.particlesfx.util.ArrayListSafe.removeMechanic
- accept(RotationHandler, LocationSafe) - Method in interface hm.zelha.particlesfx.util.ArrayListSafe.addMechanic
- add(double, double, double) - Method in class hm.zelha.particlesfx.util.LocationSafe
- add(double, double, double) - Method in class hm.zelha.particlesfx.util.Rotation
- add(int, L) - Method in class hm.zelha.particlesfx.util.ArrayListSafe
- add(L) - Method in class hm.zelha.particlesfx.util.ArrayListSafe
- add(Location) - Method in class hm.zelha.particlesfx.util.LocationSafe
- add(Vector) - Method in class hm.zelha.particlesfx.util.LocationSafe
- addAddMechanics(ParticleShapeCompound, ArrayListSafe.addMechanic) - Method in class hm.zelha.particlesfx.util.ArrayListSafe
- addAxis(double, double, double) - Method in class hm.zelha.particlesfx.util.Rotation
-
adds the given pitch, yaw, and roll to this rotation's axis, which will be applied before this rotation in
Rotation.apply(Vector) - addCircleInfo(int, CircleInfo) - Method in class hm.zelha.particlesfx.shapers.ParticleCylinder
- addCircleInfo(int, CircleInfo) - Method in class hm.zelha.particlesfx.shapers.ParticleSpiral
- addCircleInfo(CircleInfo) - Method in class hm.zelha.particlesfx.shapers.ParticleCylinder
- addCircleInfo(CircleInfo) - Method in class hm.zelha.particlesfx.shapers.ParticleSpiral
- addCompound(ParticleShapeCompound, RotationHandler) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- addCorner(int, Corner, int...) - Method in class hm.zelha.particlesfx.shapers.ParticlePolygon
- addCorner(Corner, int...) - Method in class hm.zelha.particlesfx.shapers.ParticlePolygon
- addCurve(int, CurveInfo) - Method in class hm.zelha.particlesfx.shapers.ParticleLineCurved
- addCurve(CurveInfo) - Method in class hm.zelha.particlesfx.shapers.ParticleLineCurved
- addIgnoredColor(Color) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
- addImage(int, File) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
-
adds an image from a file (gifs supported!)
- addImage(int, String) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
-
adds an image from a URL (gifs supported!)
- addImage(File) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
-
adds an image from a file (gifs supported!)
- addImage(String) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
-
adds an image from a URL (gifs supported!)
- additionToLocation(Location, Location, Vector) - Static method in class hm.zelha.particlesfx.util.LVMath
- additionToLocation(Location, Location, Vector, boolean) - Static method in class hm.zelha.particlesfx.util.LVMath
- addLines(int, String...) - Method in class hm.zelha.particlesfx.shapers.ParticleText
- addLines(String...) - Method in class hm.zelha.particlesfx.shapers.ParticleText
- addLocation(int, LocationSafe) - Method in class hm.zelha.particlesfx.shapers.ParticleLine
- addLocation(LocationSafe) - Method in class hm.zelha.particlesfx.shapers.ParticleLine
- addMechanic(ShapeDisplayMechanic.Phase, ShapeDisplayMechanic) - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- addMechanic(ShapeDisplayMechanic.Phase, ShapeDisplayMechanic) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
-
Similar to
Consumer
in the case of phasesShapeDisplayMechanic.Phase.BEFORE_ROTATIONandShapeDisplayMechanic.Phase.AFTER_ROTATIONthe given mechanic will run before the location is modified to display the next particle, allowing you to modify the addition vector however you want, though doing so may be very volatile
keep in mind that all changes to the given objects will be reflected in the display() method, and considering that the display() method often displays hundreds of particles, try to make sure the mechanic isn't very resource-intensive
ShapeDisplayMechanic.apply(Particle, Location, Vector, int) - addMechanic(ShapeDisplayMechanic.Phase, ShapeDisplayMechanic) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- addOrRemoveImages(Object, boolean, int) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
- addParticle(Particle, int) - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- addParticle(Particle, int) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
-
adds a particle for this shape to display after a certain amount of other particles
- addParticle(Particle, int) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- addPlayer(UUID) - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- addPlayer(UUID) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
-
adds a player for this shape to display to, defaults to all online players in the shape's world if the list is empty
- addPlayer(UUID) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- addPlayer(Player) - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- addPlayer(Player) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
-
adds a player for this shape to display to, defaults to all online players in the shape's world if the list is empty
- addPlayer(Player) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- addRecalcMechanic(ParticleShapeCompound, Consumer<Location>) - Method in class hm.zelha.particlesfx.util.LocationSafe
-
only meant to be used in
ParticleShapeCompound - addRemoveMechanics(ParticleShapeCompound, ArrayListSafe.removeMechanic) - Method in class hm.zelha.particlesfx.util.ArrayListSafe
- addShape(Shape) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- addShape(Shape, String) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
-
Adds the given shape to this ParticleShapeCompound under the given name, so that you can easily access the shape via
ParticleShapeCompound.getShape(String) - AFTER_DISPLAY - Enum constant in enum class hm.zelha.particlesfx.util.ShapeDisplayMechanic.Phase
-
Ran after all particles are displayed on every call of the display() method.
- AFTER_DISPLAY_FULL - Enum constant in enum class hm.zelha.particlesfx.util.ShapeDisplayMechanic.Phase
-
Ran after all particles are displayed on every full display of the shape.
- AFTER_DISPLAY_PARTICLE - Enum constant in enum class hm.zelha.particlesfx.util.ShapeDisplayMechanic.Phase
-
Ran after a particle is displayed at the current location.
- AFTER_ROTATION - Enum constant in enum class hm.zelha.particlesfx.util.ShapeDisplayMechanic.Phase
-
Ran after rotation is applied to the location the particle will be displayed to.
- animator - Variable in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- apply(Particle, Location, Vector, int) - Method in interface hm.zelha.particlesfx.util.ShapeDisplayMechanic
- apply(Vector) - Method in class hm.zelha.particlesfx.util.Rotation
- applyMechanics(ShapeDisplayMechanic.Phase, Particle, Location, Vector) - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- applyPitch(Vector) - Method in class hm.zelha.particlesfx.util.Rotation
- applyRoll(Vector) - Method in class hm.zelha.particlesfx.util.Rotation
- applyYaw(Vector) - Method in class hm.zelha.particlesfx.util.Rotation
- AQUA - Static variable in class hm.zelha.particlesfx.util.Color
- ArrayListSafe<L> - Class in hm.zelha.particlesfx.util
-
only meant to be used in ParticleSFX internals
if you're wondering what this does, it's meant to handle the indexing and everything related to keeping ParticleShapeCompound working properly, it's nothing you should worry about unless youre trying to create things that extend RotationHandler or ParticleShaper and want to allow them to be inside a ParticleShapeCompound. - ArrayListSafe(RotationHandler) - Constructor for class hm.zelha.particlesfx.util.ArrayListSafe
- ArrayListSafe.addMechanic - Interface in hm.zelha.particlesfx.util
- ArrayListSafe.removeMechanic - Interface in hm.zelha.particlesfx.util
- async - Variable in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- atom(Particle, Particle, LocationSafe, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
-
The given
ParticleShapeCompoundcontains aParticleSphere, named "nucleus", and threeParticleCircles, named "electron1" to "electron3"
You can get the individual shapes usingParticleShapeCompound.getShape(String) - atom(Particle, LocationSafe, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
-
The given
ParticleShapeCompoundcontains aParticleSphere, named "nucleus", and threeParticleCircles, named "electron1" to "electron3"
You can get the individual shapes usingParticleShapeCompound.getShape(String) - attraction - Variable in class hm.zelha.particlesfx.shapers.ParticleFluid
B
- BEFORE_DISPLAY - Enum constant in enum class hm.zelha.particlesfx.util.ShapeDisplayMechanic.Phase
-
Ran before any particles are displayed on every call of the display() method.
- BEFORE_DISPLAY_FULL - Enum constant in enum class hm.zelha.particlesfx.util.ShapeDisplayMechanic.Phase
-
Ran before any particles are displayed on every full display of the shape.
- BEFORE_ROTATION - Enum constant in enum class hm.zelha.particlesfx.util.ShapeDisplayMechanic.Phase
-
Ran before rotation is applied to the location the particle will be displayed to.
- BLACK - Static variable in class hm.zelha.particlesfx.util.Color
- BLUE - Static variable in class hm.zelha.particlesfx.util.Color
- borderX - Variable in class hm.zelha.particlesfx.shapers.ParticleText
- borderZ - Variable in class hm.zelha.particlesfx.shapers.ParticleText
C
- calculateCentroid(List<? extends Location>) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- centered - Variable in class hm.zelha.particlesfx.shapers.ParticleText
- centroid - Variable in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- circleFrequency - Variable in class hm.zelha.particlesfx.shapers.ParticleCylinder
- circleFrequency - Variable in class hm.zelha.particlesfx.shapers.ParticleSphereCSA
- circleHelper - Variable in class hm.zelha.particlesfx.shapers.ParticleCylinder
- circleHelper - Variable in class hm.zelha.particlesfx.shapers.ParticleSpiral
- CircleInfo - Class in hm.zelha.particlesfx.util
- CircleInfo(LocationSafe, double) - Constructor for class hm.zelha.particlesfx.util.CircleInfo
- CircleInfo(LocationSafe, double, double) - Constructor for class hm.zelha.particlesfx.util.CircleInfo
- CircleInfo(LocationSafe, double, double, double, double) - Constructor for class hm.zelha.particlesfx.util.CircleInfo
- CircleInfo(LocationSafe, double, double, double, double, double) - Constructor for class hm.zelha.particlesfx.util.CircleInfo
- circleInfos - Variable in class hm.zelha.particlesfx.shapers.ParticleCylinder
- circleInfos - Variable in class hm.zelha.particlesfx.shapers.ParticleSpiral
- cirTracker - Variable in class hm.zelha.particlesfx.shapers.ParticleCylinder
- cirTracker - Variable in class hm.zelha.particlesfx.shapers.ParticleSphereCSA
- clone() - Method in interface hm.zelha.particlesfx.particles.parents.ColorableParticle
- clone() - Method in interface hm.zelha.particlesfx.particles.parents.IParticle
- clone() - Method in interface hm.zelha.particlesfx.particles.parents.LiquidParticle
- clone() - Method in interface hm.zelha.particlesfx.particles.parents.MaterialParticle
- clone() - Method in class hm.zelha.particlesfx.particles.parents.Particle
- clone() - Method in interface hm.zelha.particlesfx.particles.parents.SizeableParticle
- clone() - Method in class hm.zelha.particlesfx.particles.parents.TravellingParticle
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleAngry
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleAsh
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleAshWhite
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleBlockBreak
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleBlockCrumble
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleBlockDust
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleBlockMarker
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleBubble
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleBubblePop
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleCampfireCosy
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleCampfireSignal
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleCherryLeaves
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleCloud
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleCrimsonSpore
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleCrit
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleCurrentDown
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleDamage
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleDragonBreath
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleDustColored
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleDustMulticolored
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleDustPlume
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleEffect
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleEffectColored
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleEnchant
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleEnchantedHit
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleEnderSignal
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleEndRod
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleExplosion
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleExplosionEmitter
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleFirework
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleFishing
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleFlame
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleFlameSmall
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleFlameSoul
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleFlash
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleGlow
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleGlowInk
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleGust
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleGustEmitterLarge
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleGustEmitterSmall
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleGustSmall
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleHappy
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleHeart
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleHoney
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleInfested
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleInstantEffect
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleItemBreak
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleLava
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleLavaPop
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleMycelium
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleNautilus
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleNectar
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleNote
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleNull
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleObsidianTear
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleOmenRaid
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleOmenTrial
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleOminous
- clone() - Method in class hm.zelha.particlesfx.particles.ParticlePaleOakLeaves
- clone() - Method in class hm.zelha.particlesfx.particles.ParticlePoof
- clone() - Method in class hm.zelha.particlesfx.particles.ParticlePortal
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleScrape
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleSculkCharge
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleSculkChargePop
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleShriek
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleSmoke
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleSmokeLarge
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleSmokeWhite
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleSneeze
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleSnowflake
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleSonicBoom
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleSoul
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleSoulSculk
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleSpit
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleSplash
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleSporeBlossom
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleSquidInk
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleSweepAttack
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleTotem
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleTrail
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleTrialOminous
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleTrialSpawner
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleUnderwater
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleVault
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleVibration
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleWarpedSpore
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleWater
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleWaxOff
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleWaxOn
- clone() - Method in class hm.zelha.particlesfx.particles.ParticleWitch
- clone() - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- clone() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- clone() - Method in class hm.zelha.particlesfx.shapers.ParticleCircle
- clone() - Method in class hm.zelha.particlesfx.shapers.ParticleCircleFilled
- clone() - Method in class hm.zelha.particlesfx.shapers.ParticleCylinder
- clone() - Method in class hm.zelha.particlesfx.shapers.ParticleFluid
- clone() - Method in class hm.zelha.particlesfx.shapers.ParticleImage
-
using this method will cause the current thread to stall until any currently running image production is finished.
- clone() - Method in class hm.zelha.particlesfx.shapers.ParticleLine
- clone() - Method in class hm.zelha.particlesfx.shapers.ParticleLineCurved
- clone() - Method in class hm.zelha.particlesfx.shapers.ParticlePolygon
- clone() - Method in class hm.zelha.particlesfx.shapers.ParticlePolygonFilled
- clone() - Method in class hm.zelha.particlesfx.shapers.ParticleSphere
- clone() - Method in class hm.zelha.particlesfx.shapers.ParticleSphereCSA
- clone() - Method in class hm.zelha.particlesfx.shapers.ParticleSpiral
- clone() - Method in class hm.zelha.particlesfx.shapers.ParticleText
- clone() - Method in class hm.zelha.particlesfx.util.CircleInfo
- clone() - Method in class hm.zelha.particlesfx.util.Color
- clone() - Method in class hm.zelha.particlesfx.util.Corner
- clone() - Method in class hm.zelha.particlesfx.util.CurveInfo
- clone() - Method in class hm.zelha.particlesfx.util.LocationSafe
- clone() - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- clone() - Method in class hm.zelha.particlesfx.util.Rotation
- cloneConstructor() - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- cloneConstructor() - Method in class hm.zelha.particlesfx.shapers.ParticleCircle
- cloneConstructor() - Method in class hm.zelha.particlesfx.shapers.ParticleCircleFilled
- cloneConstructor() - Method in class hm.zelha.particlesfx.shapers.ParticleCylinder
- cloneConstructor() - Method in class hm.zelha.particlesfx.shapers.ParticleFluid
- cloneConstructor() - Method in class hm.zelha.particlesfx.shapers.ParticleImage
- cloneConstructor() - Method in class hm.zelha.particlesfx.shapers.ParticleLine
- cloneConstructor() - Method in class hm.zelha.particlesfx.shapers.ParticleLineCurved
- cloneConstructor() - Method in class hm.zelha.particlesfx.shapers.ParticlePolygon
- cloneConstructor() - Method in class hm.zelha.particlesfx.shapers.ParticlePolygonFilled
- cloneConstructor() - Method in class hm.zelha.particlesfx.shapers.ParticleSphere
- cloneConstructor() - Method in class hm.zelha.particlesfx.shapers.ParticleSphereCSA
- cloneConstructor() - Method in class hm.zelha.particlesfx.shapers.ParticleSpiral
- cloneConstructor() - Method in class hm.zelha.particlesfx.shapers.ParticleText
- color - Variable in class hm.zelha.particlesfx.particles.ParticleDustColored
- color - Variable in class hm.zelha.particlesfx.particles.ParticleEffectColored
- color - Variable in class hm.zelha.particlesfx.particles.ParticleTrail
- Color - Class in hm.zelha.particlesfx.util
- Color(int) - Constructor for class hm.zelha.particlesfx.util.Color
- Color(int, int, int) - Constructor for class hm.zelha.particlesfx.util.Color
- ColorableParticle - Interface in hm.zelha.particlesfx.particles.parents
- colorHelper - Variable in class hm.zelha.particlesfx.particles.ParticleDustColored
- colorHelper2 - Variable in class hm.zelha.particlesfx.particles.ParticleDustMulticolored
- compounds - Variable in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- connect(int, Corner) - Method in class hm.zelha.particlesfx.util.Corner
- connect(Corner) - Method in class hm.zelha.particlesfx.util.Corner
- control - Variable in class hm.zelha.particlesfx.particles.parents.TravellingParticle
- Corner - Class in hm.zelha.particlesfx.util
- Corner(LocationSafe) - Constructor for class hm.zelha.particlesfx.util.Corner
- Corner(World, double, double, double) - Constructor for class hm.zelha.particlesfx.util.Corner
- corners - Variable in class hm.zelha.particlesfx.shapers.ParticlePolygon
- count - Variable in class hm.zelha.particlesfx.particles.parents.Particle
- count - Variable in class hm.zelha.particlesfx.shapers.ParticleSpiral
- cube(Particle, LocationSafe, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- cubeFilled(Particle, LocationSafe, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- cup(Particle, LocationSafe, double, double, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
-
The given
ParticleShapeCompoundcontains aParticleCylinder, named "cup", aParticleSpiral, named "bottom", and aParticleLineCurved, named "handle"
You can get the individual shapes usingParticleShapeCompound.getShape(String) - cup(Particle, LocationSafe, double, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
-
The given
ParticleShapeCompoundcontains aParticleCylinder, named "cup", aParticleSpiral, named "bottom", and aParticleLineCurved, named "handle"
You can get the individual shapes usingParticleShapeCompound.getShape(String) - cup(Particle, LocationSafe, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
-
The given
ParticleShapeCompoundcontains aParticleCylinder, named "cup", aParticleSpiral, named "bottom", and aParticleLineCurved, named "handle"
You can get the individual shapes usingParticleShapeCompound.getShape(String) - currentCount - Variable in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- currentThread - Variable in class hm.zelha.particlesfx.shapers.ParticleImage
- CurveInfo - Class in hm.zelha.particlesfx.util
- CurveInfo(double, double) - Constructor for class hm.zelha.particlesfx.util.CurveInfo
- CurveInfo(double, double, double) - Constructor for class hm.zelha.particlesfx.util.CurveInfo
- CurveInfo(double, double, double, double, double, double) - Constructor for class hm.zelha.particlesfx.util.CurveInfo
- curves - Variable in class hm.zelha.particlesfx.shapers.ParticleLineCurved
D
- DARK_GRAY - Static variable in class hm.zelha.particlesfx.util.Color
- delay - Variable in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- disconnect(int) - Method in class hm.zelha.particlesfx.util.Corner
- disconnect(Corner) - Method in class hm.zelha.particlesfx.util.Corner
- display() - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- display() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- display() - Method in class hm.zelha.particlesfx.shapers.ParticleCircle
- display() - Method in class hm.zelha.particlesfx.shapers.ParticleCircleFilled
- display() - Method in class hm.zelha.particlesfx.shapers.ParticleCylinder
- display() - Method in class hm.zelha.particlesfx.shapers.ParticleFluid
- display() - Method in class hm.zelha.particlesfx.shapers.ParticleImage
- display() - Method in class hm.zelha.particlesfx.shapers.ParticleLine
- display() - Method in class hm.zelha.particlesfx.shapers.ParticleLineCurved
- display() - Method in class hm.zelha.particlesfx.shapers.ParticlePolygon
- display() - Method in class hm.zelha.particlesfx.shapers.ParticlePolygonFilled
- display() - Method in class hm.zelha.particlesfx.shapers.ParticleSphere
- display() - Method in class hm.zelha.particlesfx.shapers.ParticleSphereCSA
- display() - Method in class hm.zelha.particlesfx.shapers.ParticleSpiral
- display() - Method in class hm.zelha.particlesfx.shapers.ParticleText
- display() - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- display(Location) - Method in interface hm.zelha.particlesfx.particles.parents.IParticle
- display(Location) - Method in class hm.zelha.particlesfx.particles.parents.Particle
- display(Location) - Method in class hm.zelha.particlesfx.particles.ParticleNull
- display(Location, List<CraftPlayer>) - Method in class hm.zelha.particlesfx.particles.parents.Particle
- display(Location, List<CraftPlayer>) - Method in class hm.zelha.particlesfx.particles.ParticleDustColored
- display(Location, List<CraftPlayer>) - Method in class hm.zelha.particlesfx.particles.ParticleDustMulticolored
- display(Location, List<CraftPlayer>) - Method in class hm.zelha.particlesfx.particles.ParticleEffectColored
- display(Location, List<CraftPlayer>) - Method in class hm.zelha.particlesfx.particles.ParticleNull
- display(Location, Location) - Method in class hm.zelha.particlesfx.particles.parents.TravellingParticle
-
Displays this particle with the given location and location to go without changing this object's toGo variable
- display(Location, Vector) - Method in class hm.zelha.particlesfx.particles.parents.TravellingParticle
-
Displays this particle with the given location and velocity without changing this object's velocity variable
- displayForPlayers(Location, List<UUID>) - Method in interface hm.zelha.particlesfx.particles.parents.IParticle
- displayForPlayers(Location, List<UUID>) - Method in class hm.zelha.particlesfx.particles.parents.Particle
- displayForPlayers(Location, Player...) - Method in interface hm.zelha.particlesfx.particles.parents.IParticle
- displayForPlayers(Location, Player...) - Method in class hm.zelha.particlesfx.particles.parents.Particle
- displayForPlayers(Location, Player...) - Method in class hm.zelha.particlesfx.particles.ParticleNull
- displayForPlayers(Location, Location, Player...) - Method in class hm.zelha.particlesfx.particles.parents.TravellingParticle
-
Displays this particle to the given players with the given location and location to go without changing this object's toGo variable
- displayForPlayers(Location, Vector, Player...) - Method in class hm.zelha.particlesfx.particles.parents.TravellingParticle
-
Displays this particle to the given players with the given location and velocity without changing this object's velocity variable
- displaysThisFrame - Variable in class hm.zelha.particlesfx.shapers.ParticleImage
- divide(Vector, double) - Static method in class hm.zelha.particlesfx.util.LVMath
- donut(Particle, LocationSafe, double, double, double, int, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- donut(Particle, LocationSafe, double, double, int, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- donut(Particle, LocationSafe, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- donut(Particle, LocationSafe, double, int, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- DRIPPING - Enum constant in enum class hm.zelha.particlesfx.util.LiquidParticleState
E
- equals(Object) - Method in class hm.zelha.particlesfx.util.Color
F
- face(Location) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- face(Location) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- faceAroundLocation(Location, Location) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- faceAroundLocation(Location, Location) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- fakeOffsetHelper - Variable in class hm.zelha.particlesfx.particles.parents.Particle
- FALLING - Enum constant in enum class hm.zelha.particlesfx.util.LiquidParticleState
- flower(Particle, LocationSafe, double, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
-
The given
ParticleShapeCompoundcontains aParticleLineCurved, named "stem", and another ParticleShapeCompound, named "head", which contains 11ParticleCircleFilleds, named "center" and "petal1" to "petal10"
You can get the individual shapes usingParticleShapeCompound.getShape(String) - flower(Particle, LocationSafe, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
-
The given
ParticleShapeCompoundcontains aParticleLineCurved, named "stem", and another ParticleShapeCompound, named "head", which contains 11ParticleCircleFilleds, named "center" and "petal1" to "petal10"
You can get the individual shapes usingParticleShapeCompound.getShape(String) - font - Variable in class hm.zelha.particlesfx.shapers.ParticleText
- frame - Variable in class hm.zelha.particlesfx.shapers.ParticleImage
- frameDelay - Variable in class hm.zelha.particlesfx.shapers.ParticleImage
- fuzz - Variable in class hm.zelha.particlesfx.shapers.ParticleImage
G
- generateFakeOffset() - Method in class hm.zelha.particlesfx.particles.parents.Particle
- getAbsoluteSum(Vector) - Static method in class hm.zelha.particlesfx.util.LVMath
- getApexPosition() - Method in class hm.zelha.particlesfx.util.CurveInfo
- getAroundAxisPitch() - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getAroundAxisPitch() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getAroundAxisRoll() - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getAroundAxisRoll() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getAroundAxisYaw() - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getAroundAxisYaw() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getAroundPitch() - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getAroundPitch() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getAroundRoll() - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getAroundRoll() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getAroundRotationOrder() - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getAroundRotationOrder() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getAroundYaw() - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getAroundYaw() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getArrivalTime() - Method in class hm.zelha.particlesfx.particles.ParticleTrail
- getArrivalTime() - Method in class hm.zelha.particlesfx.particles.ParticleVibration
- getAttraction() - Method in class hm.zelha.particlesfx.shapers.ParticleFluid
- getAxisPitch() - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getAxisPitch() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getAxisPitch() - Method in class hm.zelha.particlesfx.util.Rotation
- getAxisRoll() - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getAxisRoll() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getAxisRoll() - Method in class hm.zelha.particlesfx.util.Rotation
- getAxisYaw() - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getAxisYaw() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getAxisYaw() - Method in class hm.zelha.particlesfx.util.Rotation
- getBlue() - Method in class hm.zelha.particlesfx.util.Color
- getBorderX() - Method in class hm.zelha.particlesfx.shapers.ParticleText
- getBorderZ() - Method in class hm.zelha.particlesfx.shapers.ParticleText
- getCenter() - Method in class hm.zelha.particlesfx.shapers.ParticleCircle
- getCenter() - Method in class hm.zelha.particlesfx.shapers.ParticleImage
- getCenter() - Method in class hm.zelha.particlesfx.shapers.ParticleText
- getCenter() - Method in class hm.zelha.particlesfx.util.CircleInfo
- getCircleFrequency() - Method in class hm.zelha.particlesfx.shapers.ParticleCylinder
- getCircleFrequency() - Method in class hm.zelha.particlesfx.shapers.ParticleSphereCSA
- getCircleInfo(int) - Method in class hm.zelha.particlesfx.shapers.ParticleCylinder
- getCircleInfo(int) - Method in class hm.zelha.particlesfx.shapers.ParticleSpiral
- getCircleInfoAmount() - Method in class hm.zelha.particlesfx.shapers.ParticleCylinder
- getCircleInfoAmount() - Method in class hm.zelha.particlesfx.shapers.ParticleSpiral
- getCircleInfos() - Method in class hm.zelha.particlesfx.shapers.ParticleCylinder
- getCircleInfos() - Method in class hm.zelha.particlesfx.shapers.ParticleSpiral
- getClonedCenter() - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getClonedCenter() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getColor() - Method in interface hm.zelha.particlesfx.particles.parents.ColorableParticle
-
nullable to allow for randomly colored particles without being complicated
- getColor() - Method in class hm.zelha.particlesfx.particles.ParticleDustColored
- getColor() - Method in class hm.zelha.particlesfx.particles.ParticleEffectColored
- getColor() - Method in class hm.zelha.particlesfx.particles.ParticleTrail
- getConnection(int) - Method in class hm.zelha.particlesfx.util.Corner
- getConnectionAmount() - Method in class hm.zelha.particlesfx.util.Corner
- getCorner(int) - Method in class hm.zelha.particlesfx.shapers.ParticlePolygon
- getCornerAmount() - Method in class hm.zelha.particlesfx.shapers.ParticlePolygon
- getCornerAmount() - Method in class hm.zelha.particlesfx.util.PolygonLayer
- getCorners() - Method in class hm.zelha.particlesfx.shapers.ParticlePolygon
- getCount() - Method in interface hm.zelha.particlesfx.particles.parents.IParticle
- getCount() - Method in class hm.zelha.particlesfx.particles.parents.Particle
- getCount() - Method in class hm.zelha.particlesfx.shapers.ParticleSpiral
- getCurrentParticle() - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- getCurve(int) - Method in class hm.zelha.particlesfx.shapers.ParticleLineCurved
- getCurveAmount() - Method in class hm.zelha.particlesfx.shapers.ParticleLineCurved
- getDelay() - Method in class hm.zelha.particlesfx.particles.ParticleShriek
- getDelay() - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- getDelay() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getDelay() - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
-
Deprecated.
- getDirection(Location, Location) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getDirection(Location, Location) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- getEntity() - Method in class hm.zelha.particlesfx.particles.ParticleVibration
-
This particle can track entities client-side, which can make for some really neat effects.
- getFont() - Method in class hm.zelha.particlesfx.shapers.ParticleText
- getFrameAmount() - Method in class hm.zelha.particlesfx.shapers.ParticleImage
-
using this method will cause the current thread to stall until any currently running image production is finished.
- getFrameDelay() - Method in class hm.zelha.particlesfx.shapers.ParticleImage
- getFuzz() - Method in class hm.zelha.particlesfx.shapers.ParticleImage
- getGravity() - Method in class hm.zelha.particlesfx.shapers.ParticleFluid
- getGreen() - Method in class hm.zelha.particlesfx.util.Color
- getHeight() - Method in class hm.zelha.particlesfx.util.CurveInfo
- getIgnoredColor(int) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
- getIgnoredColorAmount() - Method in class hm.zelha.particlesfx.shapers.ParticleImage
- getKey() - Method in class hm.zelha.particlesfx.util.Pair
- getLength() - Method in class hm.zelha.particlesfx.util.CurveInfo
- getLimit() - Method in class hm.zelha.particlesfx.shapers.ParticleCircle
- getLine(int) - Method in class hm.zelha.particlesfx.shapers.ParticleText
- getLineAmount() - Method in class hm.zelha.particlesfx.shapers.ParticleText
- getLiquidState() - Method in interface hm.zelha.particlesfx.particles.parents.LiquidParticle
- getLiquidState() - Method in class hm.zelha.particlesfx.particles.ParticleHoney
- getLiquidState() - Method in class hm.zelha.particlesfx.particles.ParticleLava
- getLiquidState() - Method in class hm.zelha.particlesfx.particles.ParticleNectar
- getLiquidState() - Method in class hm.zelha.particlesfx.particles.ParticleObsidianTear
- getLiquidState() - Method in class hm.zelha.particlesfx.particles.ParticleSporeBlossom
- getLiquidState() - Method in class hm.zelha.particlesfx.particles.ParticleWater
- getLocation() - Method in class hm.zelha.particlesfx.util.Corner
- getLocation(int) - Method in class hm.zelha.particlesfx.shapers.ParticleLine
- getLocationAmount() - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getLocationAmount() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getLocations() - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getLocations() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getLocationsList(RotationHandler) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getLocationToGo() - Method in class hm.zelha.particlesfx.particles.parents.TravellingParticle
- getMaterial() - Method in interface hm.zelha.particlesfx.particles.parents.MaterialParticle
- getMaterial() - Method in class hm.zelha.particlesfx.particles.ParticleBlockBreak
- getMaterial() - Method in class hm.zelha.particlesfx.particles.ParticleBlockCrumble
- getMaterial() - Method in class hm.zelha.particlesfx.particles.ParticleBlockDust
- getMaterial() - Method in class hm.zelha.particlesfx.particles.ParticleBlockMarker
- getMaterial() - Method in class hm.zelha.particlesfx.particles.ParticleItemBreak
- getMechanicAmount() - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- getMechanicAmount() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getMechanicAmount() - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
-
Deprecated.
- getOffsets(Location) - Method in class hm.zelha.particlesfx.particles.parents.Particle
-
Meant to be overridden by child classes to modify the offset values of the packet sent to the player.
- getOffsets(Location) - Method in class hm.zelha.particlesfx.particles.parents.TravellingParticle
- getOffsets(Location) - Method in class hm.zelha.particlesfx.particles.ParticleEnchant
- getOffsets(Location) - Method in class hm.zelha.particlesfx.particles.ParticleExplosion
- getOffsets(Location) - Method in class hm.zelha.particlesfx.particles.ParticleNautilus
- getOffsets(Location) - Method in class hm.zelha.particlesfx.particles.ParticlePortal
- getOffsets(Location) - Method in class hm.zelha.particlesfx.particles.ParticleSweepAttack
- getOffsets(Location) - Method in class hm.zelha.particlesfx.particles.ParticleTrail
- getOffsets(Location) - Method in class hm.zelha.particlesfx.particles.ParticleVault
- getOffsets(Location) - Method in class hm.zelha.particlesfx.particles.ParticleVibration
- getOffsetX() - Method in interface hm.zelha.particlesfx.particles.parents.IParticle
- getOffsetX() - Method in class hm.zelha.particlesfx.particles.parents.Particle
- getOffsetY() - Method in interface hm.zelha.particlesfx.particles.parents.IParticle
- getOffsetY() - Method in class hm.zelha.particlesfx.particles.parents.Particle
- getOffsetZ() - Method in interface hm.zelha.particlesfx.particles.parents.IParticle
- getOffsetZ() - Method in class hm.zelha.particlesfx.particles.parents.Particle
- getPacketCount() - Method in class hm.zelha.particlesfx.particles.parents.Particle
-
Meant to be overridden by child classes to modify the count value of the packet sent to the player.
- getPacketCount() - Method in class hm.zelha.particlesfx.particles.parents.TravellingParticle
- getPacketCount() - Method in class hm.zelha.particlesfx.particles.ParticleExplosion
- getPacketCount() - Method in class hm.zelha.particlesfx.particles.ParticleSweepAttack
- getPacketCount() - Method in class hm.zelha.particlesfx.particles.ParticleTrail
- getPacketCount() - Method in class hm.zelha.particlesfx.particles.ParticleVibration
- getPacketSpeed() - Method in class hm.zelha.particlesfx.particles.parents.Particle
-
Meant to be overridden by child classes to modify the speed value of the packet sent to the player.
- getPacketSpeed() - Method in class hm.zelha.particlesfx.particles.parents.TravellingParticle
- getPacketSpeed() - Method in class hm.zelha.particlesfx.particles.ParticleExplosion
- getPacketSpeed() - Method in class hm.zelha.particlesfx.particles.ParticleSweepAttack
- getParticle() - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- getParticle() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getParticle() - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
-
Deprecated.
- getParticleFrequency() - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- getParticleFrequency() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getParticleFrequency() - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- getParticlesPerDisplay() - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- getParticlesPerDisplay() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getParticlesPerDisplay() - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- getPitch() - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getPitch() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getPitch() - Method in class hm.zelha.particlesfx.util.CircleInfo
- getPitch() - Method in class hm.zelha.particlesfx.util.CurveInfo
- getPitch() - Method in class hm.zelha.particlesfx.util.PolygonLayer
- getPitch() - Method in class hm.zelha.particlesfx.util.Rotation
- getPixelColor(int, int, int) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
-
using this method will cause the current thread to stall until any currently running image production is finished.
- getPlayerAmount() - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- getPlayerAmount() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getPlayerAmount() - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- getPlayers() - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- getPlayers() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getPlayers() - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- getPlugin() - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- getRadius() - Method in interface hm.zelha.particlesfx.particles.parents.IParticle
- getRadius() - Method in class hm.zelha.particlesfx.particles.parents.Particle
- getRed() - Method in class hm.zelha.particlesfx.util.Color
- getRepulsion() - Method in class hm.zelha.particlesfx.shapers.ParticleFluid
- getRepulsionDistance() - Method in class hm.zelha.particlesfx.shapers.ParticleFluid
- getRGB() - Method in class hm.zelha.particlesfx.util.Color
- getRoll() - Method in class hm.zelha.particlesfx.particles.ParticleSculkCharge
- getRoll() - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getRoll() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getRoll() - Method in class hm.zelha.particlesfx.util.CircleInfo
- getRoll() - Method in class hm.zelha.particlesfx.util.CurveInfo
- getRoll() - Method in class hm.zelha.particlesfx.util.PolygonLayer
- getRoll() - Method in class hm.zelha.particlesfx.util.Rotation
- getRotationOrder() - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getRotationOrder() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getRotationOrder() - Method in class hm.zelha.particlesfx.util.Rotation
- getSecondaryParticle(int) - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- getSecondaryParticle(int) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getSecondaryParticle(int) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
-
Deprecated.
- getSecondaryParticleAmount() - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- getSecondaryParticleAmount() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getSecondaryParticleAmount() - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
-
Deprecated.
- getShape(int) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- getShape(String) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- getShapeAmount() - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- getShapes() - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- getSize() - Method in interface hm.zelha.particlesfx.particles.parents.SizeableParticle
- getSize() - Method in class hm.zelha.particlesfx.particles.ParticleDustColored
-
only changes between 0 and 4.
- getSize() - Method in class hm.zelha.particlesfx.particles.ParticleExplosion
- getSize() - Method in class hm.zelha.particlesfx.particles.ParticleSweepAttack
- getSpawnLocation() - Method in class hm.zelha.particlesfx.shapers.ParticleFluid
- getSpeed() - Method in interface hm.zelha.particlesfx.particles.parents.IParticle
- getSpeed() - Method in class hm.zelha.particlesfx.particles.parents.Particle
- getSpin() - Method in class hm.zelha.particlesfx.shapers.ParticleSpiral
- getStrangePacket(Location) - Method in class hm.zelha.particlesfx.particles.parents.Particle
-
Meant to be overridden by child classes when a different packet is needed to display the particle.
- getStrangePacket(Location) - Method in class hm.zelha.particlesfx.particles.ParticleEnderSignal
- getStrangePacket(Location) - Method in class hm.zelha.particlesfx.particles.ParticleTrail
- getStrangePacket(Location) - Method in class hm.zelha.particlesfx.particles.ParticleVibration
- getText() - Method in class hm.zelha.particlesfx.shapers.ParticleText
- getTotalDistance() - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getTotalDistance() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getTotalDistance() - Method in class hm.zelha.particlesfx.shapers.ParticlePolygon
- getTransitionColor() - Method in class hm.zelha.particlesfx.particles.ParticleDustMulticolored
- getTransparency() - Method in class hm.zelha.particlesfx.particles.ParticleEffectColored
- getValue() - Method in class hm.zelha.particlesfx.util.Pair
- getVelocity() - Method in class hm.zelha.particlesfx.particles.parents.TravellingParticle
- getWorld() - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getWorld() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getXRadius() - Method in class hm.zelha.particlesfx.shapers.ParticleCircle
- getXRadius() - Method in class hm.zelha.particlesfx.shapers.ParticleImage
- getXRadius() - Method in class hm.zelha.particlesfx.shapers.ParticleText
- getXRadius() - Method in class hm.zelha.particlesfx.util.CircleInfo
- getXRadius() - Method in class hm.zelha.particlesfx.util.PolygonLayer
- getXYZ(Location) - Method in class hm.zelha.particlesfx.particles.parents.Particle
-
Meant to be overridden by child classes to modify the X/Y/Z values of the packet sent to the player.
- getXYZ(Location) - Method in class hm.zelha.particlesfx.particles.parents.TravellingParticle
- getXYZ(Location) - Method in class hm.zelha.particlesfx.particles.ParticleEnchant
- getXYZ(Location) - Method in class hm.zelha.particlesfx.particles.ParticleExplosion
- getXYZ(Location) - Method in class hm.zelha.particlesfx.particles.ParticleNautilus
- getXYZ(Location) - Method in class hm.zelha.particlesfx.particles.ParticleSweepAttack
- getXYZ(Location) - Method in class hm.zelha.particlesfx.particles.ParticleTrail
- getXYZ(Location) - Method in class hm.zelha.particlesfx.particles.ParticleVault
- getXYZ(Location) - Method in class hm.zelha.particlesfx.particles.ParticleVibration
- getYaw() - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- getYaw() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- getYaw() - Method in class hm.zelha.particlesfx.util.CircleInfo
- getYaw() - Method in class hm.zelha.particlesfx.util.CurveInfo
- getYaw() - Method in class hm.zelha.particlesfx.util.PolygonLayer
- getYaw() - Method in class hm.zelha.particlesfx.util.Rotation
- getYPosition() - Method in class hm.zelha.particlesfx.util.PolygonLayer
- getYRadius() - Method in class hm.zelha.particlesfx.shapers.ParticleSphere
- getZRadius() - Method in class hm.zelha.particlesfx.shapers.ParticleCircle
- getZRadius() - Method in class hm.zelha.particlesfx.shapers.ParticleImage
- getZRadius() - Method in class hm.zelha.particlesfx.shapers.ParticleText
- getZRadius() - Method in class hm.zelha.particlesfx.util.CircleInfo
- getZRadius() - Method in class hm.zelha.particlesfx.util.PolygonLayer
- gravity - Variable in class hm.zelha.particlesfx.shapers.ParticleFluid
- GRAY - Static variable in class hm.zelha.particlesfx.util.Color
- GREEN - Static variable in class hm.zelha.particlesfx.util.Color
H
- hasPlayer(Player) - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- hasPlayer(Player) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- hasPlayer(Player) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- heart2D(Particle, LocationSafe, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
-
the size parameter isn't followed exactly and will probably need some fine-tuning to get correct.
- height - Variable in class hm.zelha.particlesfx.shapers.ParticleText
- hm.zelha.particlesfx.particles - package hm.zelha.particlesfx.particles
- hm.zelha.particlesfx.particles.parents - package hm.zelha.particlesfx.particles.parents
- hm.zelha.particlesfx.shapers - package hm.zelha.particlesfx.shapers
- hm.zelha.particlesfx.shapers.parents - package hm.zelha.particlesfx.shapers.parents
- hm.zelha.particlesfx.util - package hm.zelha.particlesfx.util
I
- ignoredColors - Variable in class hm.zelha.particlesfx.shapers.ParticleImage
- image - Variable in class hm.zelha.particlesfx.shapers.ParticleText
- images - Variable in class hm.zelha.particlesfx.shapers.ParticleImage
- inherit(Particle) - Method in interface hm.zelha.particlesfx.particles.parents.ColorableParticle
- inherit(Particle) - Method in interface hm.zelha.particlesfx.particles.parents.IParticle
- inherit(Particle) - Method in interface hm.zelha.particlesfx.particles.parents.LiquidParticle
- inherit(Particle) - Method in interface hm.zelha.particlesfx.particles.parents.MaterialParticle
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.parents.Particle
- inherit(Particle) - Method in interface hm.zelha.particlesfx.particles.parents.SizeableParticle
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.parents.TravellingParticle
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleAngry
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleAsh
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleAshWhite
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleBlockBreak
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleBlockCrumble
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleBlockDust
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleBlockMarker
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleBubble
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleBubblePop
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleCampfireCosy
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleCampfireSignal
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleCherryLeaves
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleCloud
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleCrimsonSpore
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleCrit
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleCurrentDown
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleDamage
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleDragonBreath
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleDustColored
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleDustMulticolored
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleDustPlume
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleEffect
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleEffectColored
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleEnchant
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleEnchantedHit
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleEnderSignal
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleEndRod
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleExplosion
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleExplosionEmitter
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleFirework
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleFishing
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleFlame
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleFlameSmall
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleFlameSoul
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleFlash
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleGlow
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleGlowInk
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleGust
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleGustEmitterLarge
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleGustEmitterSmall
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleGustSmall
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleHappy
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleHeart
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleHoney
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleInfested
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleInstantEffect
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleItemBreak
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleLava
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleLavaPop
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleMycelium
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleNautilus
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleNectar
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleNote
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleNull
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleObsidianTear
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleOmenRaid
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleOmenTrial
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleOminous
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticlePaleOakLeaves
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticlePoof
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticlePortal
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleScrape
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleSculkCharge
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleSculkChargePop
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleShriek
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleSmoke
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleSmokeLarge
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleSmokeWhite
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleSneeze
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleSnowflake
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleSonicBoom
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleSoul
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleSoulSculk
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleSpit
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleSplash
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleSporeBlossom
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleSquidInk
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleSweepAttack
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleTotem
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleTrail
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleTrialOminous
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleTrialSpawner
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleUnderwater
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleVault
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleVibration
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleWarpedSpore
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleWater
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleWaxOff
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleWaxOn
- inherit(Particle) - Method in class hm.zelha.particlesfx.particles.ParticleWitch
- inherit(Shape) - Method in class hm.zelha.particlesfx.util.Rotation
- inherit(CircleInfo) - Method in class hm.zelha.particlesfx.util.CircleInfo
- inherit(Rotation) - Method in class hm.zelha.particlesfx.util.Rotation
- initLayers(LocationSafe, PolygonLayer...) - Method in class hm.zelha.particlesfx.shapers.ParticlePolygon
- initLayers(LocationSafe, PolygonLayer...) - Method in class hm.zelha.particlesfx.shapers.ParticlePolygonFilled
- inverse - Variable in class hm.zelha.particlesfx.particles.parents.TravellingParticle
- inverted - Variable in class hm.zelha.particlesfx.shapers.ParticleText
- IParticle - Interface in hm.zelha.particlesfx.particles.parents
- isAsync() - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- isAsync() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- isAsync() - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
-
Deprecated.
- isCentered() - Method in class hm.zelha.particlesfx.shapers.ParticleText
- isChanged() - Method in class hm.zelha.particlesfx.util.LocationSafe
- isInverse() - Method in class hm.zelha.particlesfx.particles.ParticlePortal
- isInverted() - Method in class hm.zelha.particlesfx.shapers.ParticleText
- isLimitInverse() - Method in class hm.zelha.particlesfx.shapers.ParticleCircle
- isLocked() - Method in class hm.zelha.particlesfx.util.Color
- isModified() - Method in class hm.zelha.particlesfx.util.CircleInfo
- isRotatingCircles() - Method in class hm.zelha.particlesfx.shapers.ParticleCylinder
- isRotatingCircles() - Method in class hm.zelha.particlesfx.shapers.ParticleSpiral
- isRotatingCurves() - Method in class hm.zelha.particlesfx.shapers.ParticleLineCurved
- isRunning() - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- isRunning() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- isRunning() - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
L
- LANDING - Enum constant in enum class hm.zelha.particlesfx.util.LiquidParticleState
- lastRotatedAround - Variable in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- LIME - Static variable in class hm.zelha.particlesfx.util.Color
- limit - Variable in class hm.zelha.particlesfx.shapers.ParticleCircle
- limitInverse - Variable in class hm.zelha.particlesfx.shapers.ParticleCircle
- LiquidParticle - Interface in hm.zelha.particlesfx.particles.parents
- LiquidParticleState - Enum Class in hm.zelha.particlesfx.util
- locationHelper - Variable in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- locationHelper2 - Variable in class hm.zelha.particlesfx.shapers.ParticleFluid
- locationHelper2 - Variable in class hm.zelha.particlesfx.shapers.ParticlePolygonFilled
- locations - Variable in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- LocationSafe - Class in hm.zelha.particlesfx.util
-
This class is meant to allow me to keep locations mutable without shapes going completely bonkers if they're modified
This class also extendsLocationso you can use it in the same way as that class - LocationSafe(Location) - Constructor for class hm.zelha.particlesfx.util.LocationSafe
- LocationSafe(World, double, double, double) - Constructor for class hm.zelha.particlesfx.util.LocationSafe
- lock() - Method in class hm.zelha.particlesfx.util.Color
-
makes this object unmodifiable
- LVMath - Class in hm.zelha.particlesfx.util
-
location and vector math utils for cleaner code, not meant to be used outside ParticleSFX internals
M
- MAGENTA - Static variable in class hm.zelha.particlesfx.util.Color
- MAROON - Static variable in class hm.zelha.particlesfx.util.Color
- MaterialParticle - Interface in hm.zelha.particlesfx.particles.parents
- mechanics - Variable in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- move(double, double, double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- move(double, double, double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
-
adds the given x, y, z values to every location in the shape
- move(Location) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- move(Location) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
-
adds the given location to every location in the shape
- move(Vector) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- move(Vector) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
-
adds the given vector to every location in the shape
- multiply(double) - Method in class hm.zelha.particlesfx.util.LocationSafe
- mushroom(Particle, LocationSafe, double, double, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- mushroom(Particle, LocationSafe, double, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- mushroom(Particle, LocationSafe, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
N
- nameMap - Variable in class hm.zelha.particlesfx.util.ParticleShapeCompound
- NAVY - Static variable in class hm.zelha.particlesfx.util.Color
O
- offsetHelper - Variable in class hm.zelha.particlesfx.particles.parents.Particle
- offsetX - Variable in class hm.zelha.particlesfx.particles.parents.Particle
- offsetY - Variable in class hm.zelha.particlesfx.particles.parents.Particle
- offsetZ - Variable in class hm.zelha.particlesfx.particles.parents.Particle
- OLIVE - Static variable in class hm.zelha.particlesfx.util.Color
- ORANGE - Static variable in class hm.zelha.particlesfx.util.Color
- originalCentroid - Variable in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- origins - Variable in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- overallCount - Variable in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
P
- Pair<K,
V> - Class in hm.zelha.particlesfx.util - Pair(K, V) - Constructor for class hm.zelha.particlesfx.util.Pair
- particle - Variable in class hm.zelha.particlesfx.particles.parents.Particle
- particle - Variable in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- Particle - Class in hm.zelha.particlesfx.particles.parents
- Particle(String, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.parents.Particle
- ParticleAngry - Class in hm.zelha.particlesfx.particles
- ParticleAngry() - Constructor for class hm.zelha.particlesfx.particles.ParticleAngry
- ParticleAngry(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleAngry
- ParticleAngry(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleAngry
- ParticleAngry(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleAngry
- ParticleAsh - Class in hm.zelha.particlesfx.particles
- ParticleAsh() - Constructor for class hm.zelha.particlesfx.particles.ParticleAsh
- ParticleAsh(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleAsh
- ParticleAsh(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleAsh
- ParticleAsh(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleAsh
- ParticleAshWhite - Class in hm.zelha.particlesfx.particles
- ParticleAshWhite() - Constructor for class hm.zelha.particlesfx.particles.ParticleAshWhite
- ParticleAshWhite(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleAshWhite
- ParticleAshWhite(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleAshWhite
- ParticleAshWhite(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleAshWhite
- ParticleBlockBreak - Class in hm.zelha.particlesfx.particles
- ParticleBlockBreak() - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockBreak
- ParticleBlockBreak(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockBreak
- ParticleBlockBreak(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockBreak
- ParticleBlockBreak(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockBreak
- ParticleBlockBreak(Material) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockBreak
- ParticleBlockBreak(Material, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockBreak
- ParticleBlockBreak(Material, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockBreak
- ParticleBlockBreak(Material, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockBreak
- ParticleBlockCrumble - Class in hm.zelha.particlesfx.particles
- ParticleBlockCrumble() - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockCrumble
- ParticleBlockCrumble(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockCrumble
- ParticleBlockCrumble(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockCrumble
- ParticleBlockCrumble(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockCrumble
- ParticleBlockCrumble(Material) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockCrumble
- ParticleBlockCrumble(Material, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockCrumble
- ParticleBlockCrumble(Material, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockCrumble
- ParticleBlockCrumble(Material, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockCrumble
- ParticleBlockDust - Class in hm.zelha.particlesfx.particles
- ParticleBlockDust() - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockDust
- ParticleBlockDust(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockDust
- ParticleBlockDust(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockDust
- ParticleBlockDust(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockDust
- ParticleBlockDust(Material) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockDust
- ParticleBlockDust(Material, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockDust
- ParticleBlockDust(Material, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockDust
- ParticleBlockDust(Material, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockDust
- ParticleBlockMarker - Class in hm.zelha.particlesfx.particles
- ParticleBlockMarker() - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockMarker
- ParticleBlockMarker(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockMarker
- ParticleBlockMarker(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockMarker
- ParticleBlockMarker(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockMarker
- ParticleBlockMarker(Material) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockMarker
- ParticleBlockMarker(Material, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockMarker
- ParticleBlockMarker(Material, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockMarker
- ParticleBlockMarker(Material, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBlockMarker
- ParticleBubble - Class in hm.zelha.particlesfx.particles
-
this particle almost instantly disappears when displayed out of water, which can be displeasing to the eyes
- ParticleBubble() - Constructor for class hm.zelha.particlesfx.particles.ParticleBubble
- ParticleBubble(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleBubble
- ParticleBubble(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBubble
- ParticleBubble(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBubble
- ParticleBubble(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleBubble
- ParticleBubble(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleBubble
- ParticleBubble(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBubble
- ParticleBubble(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleBubble
- ParticleBubble(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleBubble
- ParticleBubble(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBubble
- ParticleBubblePop - Class in hm.zelha.particlesfx.particles
- ParticleBubblePop() - Constructor for class hm.zelha.particlesfx.particles.ParticleBubblePop
- ParticleBubblePop(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleBubblePop
- ParticleBubblePop(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBubblePop
- ParticleBubblePop(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBubblePop
- ParticleBubblePop(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleBubblePop
- ParticleBubblePop(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleBubblePop
- ParticleBubblePop(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBubblePop
- ParticleBubblePop(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleBubblePop
- ParticleBubblePop(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleBubblePop
- ParticleBubblePop(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleBubblePop
- ParticleCampfireCosy - Class in hm.zelha.particlesfx.particles
- ParticleCampfireCosy() - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireCosy
- ParticleCampfireCosy(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireCosy
- ParticleCampfireCosy(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireCosy
- ParticleCampfireCosy(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireCosy
- ParticleCampfireCosy(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireCosy
- ParticleCampfireCosy(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireCosy
- ParticleCampfireCosy(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireCosy
- ParticleCampfireCosy(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireCosy
- ParticleCampfireCosy(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireCosy
- ParticleCampfireCosy(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireCosy
- ParticleCampfireSignal - Class in hm.zelha.particlesfx.particles
- ParticleCampfireSignal() - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireSignal
- ParticleCampfireSignal(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireSignal
- ParticleCampfireSignal(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireSignal
- ParticleCampfireSignal(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireSignal
- ParticleCampfireSignal(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireSignal
- ParticleCampfireSignal(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireSignal
- ParticleCampfireSignal(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireSignal
- ParticleCampfireSignal(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireSignal
- ParticleCampfireSignal(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireSignal
- ParticleCampfireSignal(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCampfireSignal
- ParticleCherryLeaves - Class in hm.zelha.particlesfx.particles
- ParticleCherryLeaves() - Constructor for class hm.zelha.particlesfx.particles.ParticleCherryLeaves
- ParticleCherryLeaves(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleCherryLeaves
- ParticleCherryLeaves(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCherryLeaves
- ParticleCherryLeaves(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCherryLeaves
- ParticleCircle - Class in hm.zelha.particlesfx.shapers
- ParticleCircle(Particle, LocationSafe, double) - Constructor for class hm.zelha.particlesfx.shapers.ParticleCircle
- ParticleCircle(Particle, LocationSafe, double, double) - Constructor for class hm.zelha.particlesfx.shapers.ParticleCircle
- ParticleCircle(Particle, LocationSafe, double, double, double, double, double) - Constructor for class hm.zelha.particlesfx.shapers.ParticleCircle
- ParticleCircle(Particle, LocationSafe, double, double, double, double, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleCircle
- ParticleCircle(Particle, LocationSafe, double, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleCircle
- ParticleCircleFilled - Class in hm.zelha.particlesfx.shapers
- ParticleCircleFilled(Particle, LocationSafe, double) - Constructor for class hm.zelha.particlesfx.shapers.ParticleCircleFilled
- ParticleCircleFilled(Particle, LocationSafe, double, double) - Constructor for class hm.zelha.particlesfx.shapers.ParticleCircleFilled
- ParticleCircleFilled(Particle, LocationSafe, double, double, double, double, double) - Constructor for class hm.zelha.particlesfx.shapers.ParticleCircleFilled
- ParticleCircleFilled(Particle, LocationSafe, double, double, double, double, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleCircleFilled
- ParticleCircleFilled(Particle, LocationSafe, double, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleCircleFilled
- ParticleCloud - Class in hm.zelha.particlesfx.particles
- ParticleCloud() - Constructor for class hm.zelha.particlesfx.particles.ParticleCloud
- ParticleCloud(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleCloud
- ParticleCloud(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCloud
- ParticleCloud(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCloud
- ParticleCloud(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleCloud
- ParticleCloud(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleCloud
- ParticleCloud(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCloud
- ParticleCloud(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleCloud
- ParticleCloud(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleCloud
- ParticleCloud(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCloud
- ParticleCrimsonSpore - Class in hm.zelha.particlesfx.particles
- ParticleCrimsonSpore() - Constructor for class hm.zelha.particlesfx.particles.ParticleCrimsonSpore
- ParticleCrimsonSpore(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleCrimsonSpore
- ParticleCrimsonSpore(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCrimsonSpore
- ParticleCrimsonSpore(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCrimsonSpore
- ParticleCrit - Class in hm.zelha.particlesfx.particles
- ParticleCrit() - Constructor for class hm.zelha.particlesfx.particles.ParticleCrit
- ParticleCrit(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleCrit
- ParticleCrit(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCrit
- ParticleCrit(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCrit
- ParticleCrit(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleCrit
- ParticleCrit(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleCrit
- ParticleCrit(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCrit
- ParticleCrit(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleCrit
- ParticleCrit(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleCrit
- ParticleCrit(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCrit
- ParticleCurrentDown - Class in hm.zelha.particlesfx.particles
-
this particle almost instantly disappears when displayed out of water, which can be displeasing to the eyes
- ParticleCurrentDown() - Constructor for class hm.zelha.particlesfx.particles.ParticleCurrentDown
- ParticleCurrentDown(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleCurrentDown
- ParticleCurrentDown(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCurrentDown
- ParticleCurrentDown(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleCurrentDown
- ParticleCylinder - Class in hm.zelha.particlesfx.shapers
- ParticleCylinder(Particle, int, int, CircleInfo...) - Constructor for class hm.zelha.particlesfx.shapers.ParticleCylinder
- ParticleCylinder(Particle, int, CircleInfo...) - Constructor for class hm.zelha.particlesfx.shapers.ParticleCylinder
- ParticleCylinder(Particle, CircleInfo...) - Constructor for class hm.zelha.particlesfx.shapers.ParticleCylinder
- ParticleDamage - Class in hm.zelha.particlesfx.particles
- ParticleDamage() - Constructor for class hm.zelha.particlesfx.particles.ParticleDamage
- ParticleDamage(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleDamage
- ParticleDamage(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDamage
- ParticleDamage(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDamage
- ParticleDamage(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleDamage
- ParticleDamage(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleDamage
- ParticleDamage(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDamage
- ParticleDamage(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleDamage
- ParticleDamage(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleDamage
- ParticleDamage(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDamage
- ParticleDragonBreath - Class in hm.zelha.particlesfx.particles
- ParticleDragonBreath() - Constructor for class hm.zelha.particlesfx.particles.ParticleDragonBreath
- ParticleDragonBreath(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleDragonBreath
- ParticleDragonBreath(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDragonBreath
- ParticleDragonBreath(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDragonBreath
- ParticleDragonBreath(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleDragonBreath
- ParticleDragonBreath(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleDragonBreath
- ParticleDragonBreath(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDragonBreath
- ParticleDragonBreath(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleDragonBreath
- ParticleDragonBreath(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleDragonBreath
- ParticleDragonBreath(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDragonBreath
- ParticleDustColored - Class in hm.zelha.particlesfx.particles
- ParticleDustColored() - Constructor for class hm.zelha.particlesfx.particles.ParticleDustColored
- ParticleDustColored(double) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustColored
- ParticleDustColored(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustColored
- ParticleDustColored(double, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustColored
- ParticleDustColored(double, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustColored
- ParticleDustColored(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustColored
- ParticleDustColored(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustColored
- ParticleDustColored(Color) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustColored
- ParticleDustColored(Color, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustColored
- ParticleDustColored(Color, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustColored
- ParticleDustColored(Color, double, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustColored
- ParticleDustColored(Color, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustColored
- ParticleDustColored(Color, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustColored
- ParticleDustMulticolored - Class in hm.zelha.particlesfx.particles
- ParticleDustMulticolored() - Constructor for class hm.zelha.particlesfx.particles.ParticleDustMulticolored
- ParticleDustMulticolored(double) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustMulticolored
- ParticleDustMulticolored(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustMulticolored
- ParticleDustMulticolored(double, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustMulticolored
- ParticleDustMulticolored(double, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustMulticolored
- ParticleDustMulticolored(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustMulticolored
- ParticleDustMulticolored(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustMulticolored
- ParticleDustMulticolored(Color) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustMulticolored
- ParticleDustMulticolored(Color, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustMulticolored
- ParticleDustMulticolored(Color, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustMulticolored
- ParticleDustMulticolored(Color, double, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustMulticolored
- ParticleDustMulticolored(Color, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustMulticolored
- ParticleDustMulticolored(Color, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustMulticolored
- ParticleDustPlume - Class in hm.zelha.particlesfx.particles
- ParticleDustPlume() - Constructor for class hm.zelha.particlesfx.particles.ParticleDustPlume
- ParticleDustPlume(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustPlume
- ParticleDustPlume(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustPlume
- ParticleDustPlume(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustPlume
- ParticleDustPlume(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustPlume
- ParticleDustPlume(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustPlume
- ParticleDustPlume(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustPlume
- ParticleDustPlume(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustPlume
- ParticleDustPlume(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustPlume
- ParticleDustPlume(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleDustPlume
- ParticleEffect - Class in hm.zelha.particlesfx.particles
- ParticleEffect() - Constructor for class hm.zelha.particlesfx.particles.ParticleEffect
- ParticleEffect(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleEffect
- ParticleEffect(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleEffect
- ParticleEffect(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleEffect
- ParticleEffectColored - Class in hm.zelha.particlesfx.particles
- ParticleEffectColored() - Constructor for class hm.zelha.particlesfx.particles.ParticleEffectColored
- ParticleEffectColored(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleEffectColored
- ParticleEffectColored(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleEffectColored
- ParticleEffectColored(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleEffectColored
- ParticleEffectColored(int, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleEffectColored
- ParticleEffectColored(int, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleEffectColored
- ParticleEffectColored(Color) - Constructor for class hm.zelha.particlesfx.particles.ParticleEffectColored
- ParticleEffectColored(Color, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleEffectColored
- ParticleEffectColored(Color, int, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleEffectColored
- ParticleEnchant - Class in hm.zelha.particlesfx.particles
- ParticleEnchant() - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchant
- ParticleEnchant(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchant
- ParticleEnchant(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchant
- ParticleEnchant(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchant
- ParticleEnchant(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchant
- ParticleEnchant(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchant
- ParticleEnchant(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchant
- ParticleEnchant(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchant
- ParticleEnchant(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchant
- ParticleEnchant(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchant
- ParticleEnchantedHit - Class in hm.zelha.particlesfx.particles
- ParticleEnchantedHit() - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchantedHit
- ParticleEnchantedHit(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchantedHit
- ParticleEnchantedHit(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchantedHit
- ParticleEnchantedHit(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchantedHit
- ParticleEnchantedHit(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchantedHit
- ParticleEnchantedHit(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchantedHit
- ParticleEnchantedHit(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchantedHit
- ParticleEnchantedHit(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchantedHit
- ParticleEnchantedHit(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchantedHit
- ParticleEnchantedHit(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleEnchantedHit
- ParticleEnderSignal - Class in hm.zelha.particlesfx.particles
-
while this effect is really cool, it summons around 30 particles per effect.
- ParticleEnderSignal() - Constructor for class hm.zelha.particlesfx.particles.ParticleEnderSignal
- ParticleEnderSignal(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleEnderSignal
- ParticleEndRod - Class in hm.zelha.particlesfx.particles
- ParticleEndRod() - Constructor for class hm.zelha.particlesfx.particles.ParticleEndRod
- ParticleEndRod(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleEndRod
- ParticleEndRod(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleEndRod
- ParticleEndRod(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleEndRod
- ParticleEndRod(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleEndRod
- ParticleEndRod(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleEndRod
- ParticleEndRod(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleEndRod
- ParticleEndRod(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleEndRod
- ParticleEndRod(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleEndRod
- ParticleEndRod(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleEndRod
- ParticleExplosion - Class in hm.zelha.particlesfx.particles
- ParticleExplosion() - Constructor for class hm.zelha.particlesfx.particles.ParticleExplosion
- ParticleExplosion(double) - Constructor for class hm.zelha.particlesfx.particles.ParticleExplosion
- ParticleExplosion(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleExplosion
- ParticleExplosion(double, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleExplosion
- ParticleExplosion(double, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleExplosion
- ParticleExplosion(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleExplosion
- ParticleExplosion(double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleExplosion
- ParticleExplosion(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleExplosion
- ParticleExplosionEmitter - Class in hm.zelha.particlesfx.particles
- ParticleExplosionEmitter() - Constructor for class hm.zelha.particlesfx.particles.ParticleExplosionEmitter
- ParticleExplosionEmitter(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleExplosionEmitter
- ParticleExplosionEmitter(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleExplosionEmitter
- ParticleExplosionEmitter(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleExplosionEmitter
- ParticleFirework - Class in hm.zelha.particlesfx.particles
- ParticleFirework() - Constructor for class hm.zelha.particlesfx.particles.ParticleFirework
- ParticleFirework(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleFirework
- ParticleFirework(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFirework
- ParticleFirework(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFirework
- ParticleFirework(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleFirework
- ParticleFirework(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleFirework
- ParticleFirework(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFirework
- ParticleFirework(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleFirework
- ParticleFirework(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleFirework
- ParticleFirework(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFirework
- ParticleFishing - Class in hm.zelha.particlesfx.particles
- ParticleFishing() - Constructor for class hm.zelha.particlesfx.particles.ParticleFishing
- ParticleFishing(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleFishing
- ParticleFishing(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFishing
- ParticleFishing(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFishing
- ParticleFishing(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleFishing
- ParticleFishing(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleFishing
- ParticleFishing(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFishing
- ParticleFishing(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleFishing
- ParticleFishing(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleFishing
- ParticleFishing(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFishing
- ParticleFlame - Class in hm.zelha.particlesfx.particles
- ParticleFlame() - Constructor for class hm.zelha.particlesfx.particles.ParticleFlame
- ParticleFlame(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlame
- ParticleFlame(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlame
- ParticleFlame(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlame
- ParticleFlame(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlame
- ParticleFlame(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlame
- ParticleFlame(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlame
- ParticleFlame(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlame
- ParticleFlame(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlame
- ParticleFlame(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlame
- ParticleFlameSmall - Class in hm.zelha.particlesfx.particles
- ParticleFlameSmall() - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSmall
- ParticleFlameSmall(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSmall
- ParticleFlameSmall(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSmall
- ParticleFlameSmall(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSmall
- ParticleFlameSmall(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSmall
- ParticleFlameSmall(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSmall
- ParticleFlameSmall(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSmall
- ParticleFlameSmall(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSmall
- ParticleFlameSmall(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSmall
- ParticleFlameSmall(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSmall
- ParticleFlameSoul - Class in hm.zelha.particlesfx.particles
- ParticleFlameSoul() - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSoul
- ParticleFlameSoul(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSoul
- ParticleFlameSoul(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSoul
- ParticleFlameSoul(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSoul
- ParticleFlameSoul(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSoul
- ParticleFlameSoul(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSoul
- ParticleFlameSoul(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSoul
- ParticleFlameSoul(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSoul
- ParticleFlameSoul(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSoul
- ParticleFlameSoul(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlameSoul
- ParticleFlash - Class in hm.zelha.particlesfx.particles
- ParticleFlash() - Constructor for class hm.zelha.particlesfx.particles.ParticleFlash
- ParticleFlash(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlash
- ParticleFlash(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlash
- ParticleFlash(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleFlash
- ParticleFluid - Class in hm.zelha.particlesfx.shapers
- ParticleFluid(Particle, LocationSafe, double, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleFluid
- particleFrequency - Variable in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- ParticleGlow - Class in hm.zelha.particlesfx.particles
- ParticleGlow() - Constructor for class hm.zelha.particlesfx.particles.ParticleGlow
- ParticleGlow(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleGlow
- ParticleGlow(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleGlow
- ParticleGlow(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleGlow
- ParticleGlowInk - Class in hm.zelha.particlesfx.particles
- ParticleGlowInk() - Constructor for class hm.zelha.particlesfx.particles.ParticleGlowInk
- ParticleGlowInk(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleGlowInk
- ParticleGlowInk(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleGlowInk
- ParticleGlowInk(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleGlowInk
- ParticleGlowInk(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleGlowInk
- ParticleGlowInk(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleGlowInk
- ParticleGlowInk(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleGlowInk
- ParticleGlowInk(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleGlowInk
- ParticleGlowInk(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleGlowInk
- ParticleGlowInk(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleGlowInk
- ParticleGust - Class in hm.zelha.particlesfx.particles
- ParticleGust() - Constructor for class hm.zelha.particlesfx.particles.ParticleGust
- ParticleGust(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleGust
- ParticleGust(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleGust
- ParticleGust(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleGust
- ParticleGustEmitterLarge - Class in hm.zelha.particlesfx.particles
- ParticleGustEmitterLarge() - Constructor for class hm.zelha.particlesfx.particles.ParticleGustEmitterLarge
- ParticleGustEmitterLarge(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleGustEmitterLarge
- ParticleGustEmitterLarge(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleGustEmitterLarge
- ParticleGustEmitterLarge(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleGustEmitterLarge
- ParticleGustEmitterSmall - Class in hm.zelha.particlesfx.particles
- ParticleGustEmitterSmall() - Constructor for class hm.zelha.particlesfx.particles.ParticleGustEmitterSmall
- ParticleGustEmitterSmall(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleGustEmitterSmall
- ParticleGustEmitterSmall(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleGustEmitterSmall
- ParticleGustEmitterSmall(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleGustEmitterSmall
- ParticleGustSmall - Class in hm.zelha.particlesfx.particles
- ParticleGustSmall() - Constructor for class hm.zelha.particlesfx.particles.ParticleGustSmall
- ParticleGustSmall(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleGustSmall
- ParticleGustSmall(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleGustSmall
- ParticleGustSmall(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleGustSmall
- ParticleHappy - Class in hm.zelha.particlesfx.particles
- ParticleHappy() - Constructor for class hm.zelha.particlesfx.particles.ParticleHappy
- ParticleHappy(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleHappy
- ParticleHappy(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleHappy
- ParticleHappy(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleHappy
- ParticleHeart - Class in hm.zelha.particlesfx.particles
- ParticleHeart() - Constructor for class hm.zelha.particlesfx.particles.ParticleHeart
- ParticleHeart(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleHeart
- ParticleHeart(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleHeart
- ParticleHeart(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleHeart
- ParticleHoney - Class in hm.zelha.particlesfx.particles
- ParticleHoney() - Constructor for class hm.zelha.particlesfx.particles.ParticleHoney
- ParticleHoney(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleHoney
- ParticleHoney(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleHoney
- ParticleHoney(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleHoney
- ParticleImage - Class in hm.zelha.particlesfx.shapers
-
This class is generally meant to be used with particles that extend ColorableParticle to properly display a colored image
(ParticleDustColored,ParticleEffectColored)
however it allows you to use normal particles to draw detailed objects by reading transparent images
(or by usingParticleImage.addIgnoredColor(Color)andParticleImage.setFuzz(int)) - ParticleImage(Particle, LocationSafe, double, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleImage
- ParticleImage(Particle, LocationSafe, File) - Constructor for class hm.zelha.particlesfx.shapers.ParticleImage
- ParticleImage(Particle, LocationSafe, File, double, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleImage
- ParticleImage(Particle, LocationSafe, File, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleImage
- ParticleImage(Particle, LocationSafe, File, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleImage
- ParticleImage(Particle, LocationSafe, String) - Constructor for class hm.zelha.particlesfx.shapers.ParticleImage
- ParticleImage(Particle, LocationSafe, String, double, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleImage
- ParticleImage(Particle, LocationSafe, String, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleImage
- ParticleImage(Particle, LocationSafe, String, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleImage
- ParticleInfested - Class in hm.zelha.particlesfx.particles
- ParticleInfested() - Constructor for class hm.zelha.particlesfx.particles.ParticleInfested
- ParticleInfested(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleInfested
- ParticleInfested(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleInfested
- ParticleInfested(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleInfested
- ParticleInstantEffect - Class in hm.zelha.particlesfx.particles
- ParticleInstantEffect() - Constructor for class hm.zelha.particlesfx.particles.ParticleInstantEffect
- ParticleInstantEffect(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleInstantEffect
- ParticleInstantEffect(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleInstantEffect
- ParticleInstantEffect(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleInstantEffect
- ParticleItemBreak - Class in hm.zelha.particlesfx.particles
-
this particle can have any material, regardless of if it can break or not
however, the speed of this particle is inconsistent - ParticleItemBreak() - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Location, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Material) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Material, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Material, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Material, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Material, Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Material, Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Material, Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Material, Location, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Material, Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Material, Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Material, Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Material, Vector, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleItemBreak(Vector, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleItemBreak
- ParticleLava - Class in hm.zelha.particlesfx.particles
- ParticleLava() - Constructor for class hm.zelha.particlesfx.particles.ParticleLava
- ParticleLava(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleLava
- ParticleLava(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleLava
- ParticleLava(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleLava
- ParticleLavaPop - Class in hm.zelha.particlesfx.particles
- ParticleLavaPop() - Constructor for class hm.zelha.particlesfx.particles.ParticleLavaPop
- ParticleLavaPop(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleLavaPop
- ParticleLavaPop(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleLavaPop
- ParticleLavaPop(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleLavaPop
- ParticleLine - Class in hm.zelha.particlesfx.shapers
- ParticleLine(Particle, int, LocationSafe...) - Constructor for class hm.zelha.particlesfx.shapers.ParticleLine
- ParticleLine(Particle, LocationSafe...) - Constructor for class hm.zelha.particlesfx.shapers.ParticleLine
- ParticleLineCurved - Class in hm.zelha.particlesfx.shapers
- ParticleLineCurved(Particle, int, LocationSafe...) - Constructor for class hm.zelha.particlesfx.shapers.ParticleLineCurved
- ParticleLineCurved(Particle, LocationSafe...) - Constructor for class hm.zelha.particlesfx.shapers.ParticleLineCurved
- ParticleMycelium - Class in hm.zelha.particlesfx.particles
- ParticleMycelium() - Constructor for class hm.zelha.particlesfx.particles.ParticleMycelium
- ParticleMycelium(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleMycelium
- ParticleMycelium(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleMycelium
- ParticleMycelium(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleMycelium
- ParticleNautilus - Class in hm.zelha.particlesfx.particles
- ParticleNautilus() - Constructor for class hm.zelha.particlesfx.particles.ParticleNautilus
- ParticleNautilus(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleNautilus
- ParticleNautilus(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleNautilus
- ParticleNautilus(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleNautilus
- ParticleNautilus(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleNautilus
- ParticleNautilus(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleNautilus
- ParticleNautilus(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleNautilus
- ParticleNautilus(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleNautilus
- ParticleNautilus(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleNautilus
- ParticleNautilus(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleNautilus
- ParticleNectar - Class in hm.zelha.particlesfx.particles
- ParticleNectar() - Constructor for class hm.zelha.particlesfx.particles.ParticleNectar
- ParticleNectar(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleNectar
- ParticleNectar(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleNectar
- ParticleNectar(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleNectar
- ParticleNote - Class in hm.zelha.particlesfx.particles
- ParticleNote() - Constructor for class hm.zelha.particlesfx.particles.ParticleNote
- ParticleNote(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleNote
- ParticleNote(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleNote
- ParticleNote(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleNote
- ParticleNull - Class in hm.zelha.particlesfx.particles
-
Display does nothing in this class. it's meant to be used in
ParticleShaper.addParticle(Particle, int)to allow for certain spots to display nothing - ParticleNull() - Constructor for class hm.zelha.particlesfx.particles.ParticleNull
- ParticleObsidianTear - Class in hm.zelha.particlesfx.particles
- ParticleObsidianTear() - Constructor for class hm.zelha.particlesfx.particles.ParticleObsidianTear
- ParticleObsidianTear(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleObsidianTear
- ParticleObsidianTear(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleObsidianTear
- ParticleObsidianTear(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleObsidianTear
- ParticleOmenRaid - Class in hm.zelha.particlesfx.particles
- ParticleOmenRaid() - Constructor for class hm.zelha.particlesfx.particles.ParticleOmenRaid
- ParticleOmenRaid(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleOmenRaid
- ParticleOmenRaid(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleOmenRaid
- ParticleOmenRaid(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleOmenRaid
- ParticleOmenTrial - Class in hm.zelha.particlesfx.particles
- ParticleOmenTrial() - Constructor for class hm.zelha.particlesfx.particles.ParticleOmenTrial
- ParticleOmenTrial(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleOmenTrial
- ParticleOmenTrial(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleOmenTrial
- ParticleOmenTrial(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleOmenTrial
- ParticleOminous - Class in hm.zelha.particlesfx.particles
- ParticleOminous() - Constructor for class hm.zelha.particlesfx.particles.ParticleOminous
- ParticleOminous(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleOminous
- ParticleOminous(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleOminous
- ParticleOminous(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleOminous
- ParticleOminous(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleOminous
- ParticleOminous(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleOminous
- ParticleOminous(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleOminous
- ParticleOminous(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleOminous
- ParticleOminous(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleOminous
- ParticleOminous(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleOminous
- ParticlePaleOakLeaves - Class in hm.zelha.particlesfx.particles
- ParticlePaleOakLeaves() - Constructor for class hm.zelha.particlesfx.particles.ParticlePaleOakLeaves
- ParticlePaleOakLeaves(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticlePaleOakLeaves
- ParticlePaleOakLeaves(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticlePaleOakLeaves
- ParticlePaleOakLeaves(int) - Constructor for class hm.zelha.particlesfx.particles.ParticlePaleOakLeaves
- ParticlePolygon - Class in hm.zelha.particlesfx.shapers
- ParticlePolygon(Particle, int, Corner...) - Constructor for class hm.zelha.particlesfx.shapers.ParticlePolygon
- ParticlePolygon(Particle, Corner...) - Constructor for class hm.zelha.particlesfx.shapers.ParticlePolygon
- ParticlePolygon(Particle, LocationSafe, int, int, double) - Constructor for class hm.zelha.particlesfx.shapers.ParticlePolygon
- ParticlePolygon(Particle, LocationSafe, int, int, double, double, double) - Constructor for class hm.zelha.particlesfx.shapers.ParticlePolygon
- ParticlePolygon(Particle, LocationSafe, int, int, double, double, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticlePolygon
- ParticlePolygon(Particle, LocationSafe, int, int, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticlePolygon
- ParticlePolygon(Particle, LocationSafe, int, PolygonLayer...) - Constructor for class hm.zelha.particlesfx.shapers.ParticlePolygon
- ParticlePolygon(Particle, LocationSafe, PolygonLayer...) - Constructor for class hm.zelha.particlesfx.shapers.ParticlePolygon
- ParticlePolygonFilled - Class in hm.zelha.particlesfx.shapers
- ParticlePolygonFilled(Particle, int, Corner...) - Constructor for class hm.zelha.particlesfx.shapers.ParticlePolygonFilled
- ParticlePolygonFilled(Particle, Corner...) - Constructor for class hm.zelha.particlesfx.shapers.ParticlePolygonFilled
- ParticlePolygonFilled(Particle, LocationSafe, int, int, double) - Constructor for class hm.zelha.particlesfx.shapers.ParticlePolygonFilled
- ParticlePolygonFilled(Particle, LocationSafe, int, int, double, double, double) - Constructor for class hm.zelha.particlesfx.shapers.ParticlePolygonFilled
- ParticlePolygonFilled(Particle, LocationSafe, int, int, double, double, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticlePolygonFilled
- ParticlePolygonFilled(Particle, LocationSafe, int, int, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticlePolygonFilled
- ParticlePolygonFilled(Particle, LocationSafe, int, PolygonLayer...) - Constructor for class hm.zelha.particlesfx.shapers.ParticlePolygonFilled
- ParticlePolygonFilled(Particle, LocationSafe, PolygonLayer...) - Constructor for class hm.zelha.particlesfx.shapers.ParticlePolygonFilled
- ParticlePoof - Class in hm.zelha.particlesfx.particles
- ParticlePoof() - Constructor for class hm.zelha.particlesfx.particles.ParticlePoof
- ParticlePoof(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticlePoof
- ParticlePoof(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticlePoof
- ParticlePoof(int) - Constructor for class hm.zelha.particlesfx.particles.ParticlePoof
- ParticlePoof(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticlePoof
- ParticlePoof(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticlePoof
- ParticlePoof(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticlePoof
- ParticlePoof(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticlePoof
- ParticlePoof(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticlePoof
- ParticlePoof(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticlePoof
- ParticlePortal - Class in hm.zelha.particlesfx.particles
- ParticlePortal() - Constructor for class hm.zelha.particlesfx.particles.ParticlePortal
- ParticlePortal(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticlePortal
- ParticlePortal(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticlePortal
- ParticlePortal(int) - Constructor for class hm.zelha.particlesfx.particles.ParticlePortal
- ParticlePortal(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticlePortal
- ParticlePortal(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticlePortal
- ParticlePortal(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticlePortal
- ParticlePortal(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticlePortal
- ParticlePortal(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticlePortal
- ParticlePortal(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticlePortal
- ParticleScrape - Class in hm.zelha.particlesfx.particles
- ParticleScrape() - Constructor for class hm.zelha.particlesfx.particles.ParticleScrape
- ParticleScrape(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleScrape
- ParticleScrape(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleScrape
- ParticleScrape(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleScrape
- ParticleScrape(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleScrape
- ParticleScrape(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleScrape
- ParticleScrape(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleScrape
- ParticleScrape(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleScrape
- ParticleScrape(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleScrape
- ParticleScrape(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleScrape
- ParticleSculkCharge - Class in hm.zelha.particlesfx.particles
- ParticleSculkCharge() - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkCharge
- ParticleSculkCharge(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkCharge
- ParticleSculkCharge(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkCharge
- ParticleSculkCharge(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkCharge
- ParticleSculkCharge(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkCharge
- ParticleSculkCharge(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkCharge
- ParticleSculkCharge(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkCharge
- ParticleSculkCharge(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkCharge
- ParticleSculkCharge(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkCharge
- ParticleSculkCharge(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkCharge
- ParticleSculkChargePop - Class in hm.zelha.particlesfx.particles
- ParticleSculkChargePop() - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkChargePop
- ParticleSculkChargePop(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkChargePop
- ParticleSculkChargePop(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkChargePop
- ParticleSculkChargePop(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkChargePop
- ParticleSculkChargePop(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkChargePop
- ParticleSculkChargePop(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkChargePop
- ParticleSculkChargePop(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkChargePop
- ParticleSculkChargePop(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkChargePop
- ParticleSculkChargePop(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkChargePop
- ParticleSculkChargePop(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSculkChargePop
- ParticleSFX - Class in hm.zelha.particlesfx.util
-
contains static utility methods with various functions meant to showcase how this dependency can be used.
- ParticleShapeCompound - Class in hm.zelha.particlesfx.util
- ParticleShapeCompound(Shape...) - Constructor for class hm.zelha.particlesfx.util.ParticleShapeCompound
- ParticleShaper - Class in hm.zelha.particlesfx.shapers.parents
- ParticleShaper(Particle, int) - Constructor for class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- ParticleShriek - Class in hm.zelha.particlesfx.particles
- ParticleShriek() - Constructor for class hm.zelha.particlesfx.particles.ParticleShriek
- ParticleShriek(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleShriek
- ParticleShriek(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleShriek
- ParticleShriek(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleShriek
- ParticleSmoke - Class in hm.zelha.particlesfx.particles
- ParticleSmoke() - Constructor for class hm.zelha.particlesfx.particles.ParticleSmoke
- ParticleSmoke(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmoke
- ParticleSmoke(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmoke
- ParticleSmoke(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmoke
- ParticleSmoke(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmoke
- ParticleSmoke(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmoke
- ParticleSmoke(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmoke
- ParticleSmoke(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmoke
- ParticleSmoke(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmoke
- ParticleSmoke(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmoke
- ParticleSmokeLarge - Class in hm.zelha.particlesfx.particles
- ParticleSmokeLarge() - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeLarge
- ParticleSmokeLarge(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeLarge
- ParticleSmokeLarge(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeLarge
- ParticleSmokeLarge(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeLarge
- ParticleSmokeLarge(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeLarge
- ParticleSmokeLarge(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeLarge
- ParticleSmokeLarge(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeLarge
- ParticleSmokeLarge(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeLarge
- ParticleSmokeLarge(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeLarge
- ParticleSmokeLarge(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeLarge
- ParticleSmokeWhite - Class in hm.zelha.particlesfx.particles
- ParticleSmokeWhite() - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeWhite
- ParticleSmokeWhite(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeWhite
- ParticleSmokeWhite(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeWhite
- ParticleSmokeWhite(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeWhite
- ParticleSmokeWhite(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeWhite
- ParticleSmokeWhite(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeWhite
- ParticleSmokeWhite(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeWhite
- ParticleSmokeWhite(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeWhite
- ParticleSmokeWhite(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeWhite
- ParticleSmokeWhite(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSmokeWhite
- ParticleSneeze - Class in hm.zelha.particlesfx.particles
- ParticleSneeze() - Constructor for class hm.zelha.particlesfx.particles.ParticleSneeze
- ParticleSneeze(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSneeze
- ParticleSneeze(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSneeze
- ParticleSneeze(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSneeze
- ParticleSneeze(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleSneeze
- ParticleSneeze(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSneeze
- ParticleSneeze(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSneeze
- ParticleSneeze(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleSneeze
- ParticleSneeze(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSneeze
- ParticleSneeze(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSneeze
- ParticleSnowflake - Class in hm.zelha.particlesfx.particles
- ParticleSnowflake() - Constructor for class hm.zelha.particlesfx.particles.ParticleSnowflake
- ParticleSnowflake(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSnowflake
- ParticleSnowflake(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSnowflake
- ParticleSnowflake(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSnowflake
- ParticleSnowflake(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleSnowflake
- ParticleSnowflake(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSnowflake
- ParticleSnowflake(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSnowflake
- ParticleSnowflake(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleSnowflake
- ParticleSnowflake(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSnowflake
- ParticleSnowflake(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSnowflake
- ParticleSonicBoom - Class in hm.zelha.particlesfx.particles
- ParticleSonicBoom() - Constructor for class hm.zelha.particlesfx.particles.ParticleSonicBoom
- ParticleSonicBoom(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSonicBoom
- ParticleSonicBoom(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSonicBoom
- ParticleSonicBoom(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSonicBoom
- ParticleSoul - Class in hm.zelha.particlesfx.particles
- ParticleSoul() - Constructor for class hm.zelha.particlesfx.particles.ParticleSoul
- ParticleSoul(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSoul
- ParticleSoul(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSoul
- ParticleSoul(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSoul
- ParticleSoul(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleSoul
- ParticleSoul(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSoul
- ParticleSoul(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSoul
- ParticleSoul(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleSoul
- ParticleSoul(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSoul
- ParticleSoul(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSoul
- ParticleSoulSculk - Class in hm.zelha.particlesfx.particles
- ParticleSoulSculk() - Constructor for class hm.zelha.particlesfx.particles.ParticleSoulSculk
- ParticleSoulSculk(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSoulSculk
- ParticleSoulSculk(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSoulSculk
- ParticleSoulSculk(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSoulSculk
- ParticleSoulSculk(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleSoulSculk
- ParticleSoulSculk(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSoulSculk
- ParticleSoulSculk(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSoulSculk
- ParticleSoulSculk(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleSoulSculk
- ParticleSoulSculk(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSoulSculk
- ParticleSoulSculk(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSoulSculk
- particlesPerDisplay - Variable in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- ParticleSphere - Class in hm.zelha.particlesfx.shapers
-
This class uses the Sunflower Seed Arrangement to form a sphere, as opposed to
ParticleSphereCSAwhich uses surface area and circumference. - ParticleSphere(Particle, LocationSafe, double) - Constructor for class hm.zelha.particlesfx.shapers.ParticleSphere
- ParticleSphere(Particle, LocationSafe, double, double, double, double, double, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleSphere
- ParticleSphere(Particle, LocationSafe, double, double, double, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleSphere
- ParticleSphere(Particle, LocationSafe, double, double, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleSphere
- ParticleSphere(Particle, LocationSafe, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleSphere
- ParticleSphereCSA - Class in hm.zelha.particlesfx.shapers
-
This class uses surface area and circumference to position particles, as opposed to
ParticleSpherewhich uses the Sunflower Seed Arrangement
This class's sphere looks worse, but is much less chaotic and easier to color with secondary particles. - ParticleSphereCSA(Particle, LocationSafe, double) - Constructor for class hm.zelha.particlesfx.shapers.ParticleSphereCSA
- ParticleSphereCSA(Particle, LocationSafe, double, double, double, double, double, double, int, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleSphereCSA
-
Note: if circleFrequency is too high it can cause the sphere to look weird, if that's why you're looking at this then I'd suggest lowering it.
- ParticleSphereCSA(Particle, LocationSafe, double, double, double, double, int, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleSphereCSA
-
Note: if circleFrequency is too high it can cause the sphere to look weird, if that's why you're looking at this then I'd suggest lowering it.
- ParticleSphereCSA(Particle, LocationSafe, double, double, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleSphereCSA
- ParticleSphereCSA(Particle, LocationSafe, double, double, double, int, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleSphereCSA
-
Note: if circleFrequency is too high it can cause the sphere to look weird, if that's why you're looking at this then I'd suggest lowering it.
- ParticleSphereCSA(Particle, LocationSafe, double, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleSphereCSA
- ParticleSphereCSA(Particle, LocationSafe, double, int, int) - Constructor for class hm.zelha.particlesfx.shapers.ParticleSphereCSA
-
Note: if circleFrequency is too high it can cause the sphere to look weird, if that's why you're looking at this then I'd suggest lowering it.
- ParticleSpiral - Class in hm.zelha.particlesfx.shapers
- ParticleSpiral(Particle, double, int, int, CircleInfo...) - Constructor for class hm.zelha.particlesfx.shapers.ParticleSpiral
- ParticleSpiral(Particle, double, int, CircleInfo...) - Constructor for class hm.zelha.particlesfx.shapers.ParticleSpiral
- ParticleSpiral(Particle, double, CircleInfo...) - Constructor for class hm.zelha.particlesfx.shapers.ParticleSpiral
- ParticleSpiral(Particle, int, CircleInfo...) - Constructor for class hm.zelha.particlesfx.shapers.ParticleSpiral
- ParticleSpiral(Particle, CircleInfo...) - Constructor for class hm.zelha.particlesfx.shapers.ParticleSpiral
- ParticleSpit - Class in hm.zelha.particlesfx.particles
- ParticleSpit() - Constructor for class hm.zelha.particlesfx.particles.ParticleSpit
- ParticleSpit(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSpit
- ParticleSpit(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSpit
- ParticleSpit(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSpit
- ParticleSpit(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleSpit
- ParticleSpit(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSpit
- ParticleSpit(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSpit
- ParticleSpit(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleSpit
- ParticleSpit(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSpit
- ParticleSpit(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSpit
- ParticleSplash - Class in hm.zelha.particlesfx.particles
- ParticleSplash() - Constructor for class hm.zelha.particlesfx.particles.ParticleSplash
- ParticleSplash(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSplash
- ParticleSplash(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSplash
- ParticleSplash(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSplash
- ParticleSporeBlossom - Class in hm.zelha.particlesfx.particles
- ParticleSporeBlossom() - Constructor for class hm.zelha.particlesfx.particles.ParticleSporeBlossom
- ParticleSporeBlossom(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSporeBlossom
- ParticleSporeBlossom(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSporeBlossom
- ParticleSporeBlossom(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSporeBlossom
- ParticleSquidInk - Class in hm.zelha.particlesfx.particles
- ParticleSquidInk() - Constructor for class hm.zelha.particlesfx.particles.ParticleSquidInk
- ParticleSquidInk(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSquidInk
- ParticleSquidInk(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSquidInk
- ParticleSquidInk(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSquidInk
- ParticleSquidInk(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleSquidInk
- ParticleSquidInk(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSquidInk
- ParticleSquidInk(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSquidInk
- ParticleSquidInk(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleSquidInk
- ParticleSquidInk(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSquidInk
- ParticleSquidInk(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSquidInk
- ParticleSweepAttack - Class in hm.zelha.particlesfx.particles
- ParticleSweepAttack() - Constructor for class hm.zelha.particlesfx.particles.ParticleSweepAttack
- ParticleSweepAttack(double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSweepAttack
- ParticleSweepAttack(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSweepAttack
- ParticleSweepAttack(double, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleSweepAttack
- ParticleSweepAttack(double, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSweepAttack
- ParticleSweepAttack(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSweepAttack
- ParticleSweepAttack(double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSweepAttack
- ParticleSweepAttack(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleSweepAttack
- ParticleText - Class in hm.zelha.particlesfx.shapers
- ParticleText(Particle, LocationSafe, double, double, int, String...) - Constructor for class hm.zelha.particlesfx.shapers.ParticleText
- ParticleText(Particle, LocationSafe, double, double, String...) - Constructor for class hm.zelha.particlesfx.shapers.ParticleText
- ParticleText(Particle, LocationSafe, double, int, String...) - Constructor for class hm.zelha.particlesfx.shapers.ParticleText
- ParticleText(Particle, LocationSafe, double, String...) - Constructor for class hm.zelha.particlesfx.shapers.ParticleText
- ParticleTotem - Class in hm.zelha.particlesfx.particles
- ParticleTotem() - Constructor for class hm.zelha.particlesfx.particles.ParticleTotem
- ParticleTotem(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleTotem
- ParticleTotem(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleTotem
- ParticleTotem(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleTotem
- ParticleTotem(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleTotem
- ParticleTotem(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleTotem
- ParticleTotem(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleTotem
- ParticleTotem(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleTotem
- ParticleTotem(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleTotem
- ParticleTotem(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleTotem
- ParticleTrail - Class in hm.zelha.particlesfx.particles
- ParticleTrail() - Constructor for class hm.zelha.particlesfx.particles.ParticleTrail
- ParticleTrail(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrail
- ParticleTrail(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrail
- ParticleTrail(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrail
- ParticleTrail(Color) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrail
- ParticleTrail(Color, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrail
- ParticleTrail(Color, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrail
- ParticleTrail(Color, Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrail
- ParticleTrail(Color, Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrail
- ParticleTrail(Color, Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrail
- ParticleTrail(Color, Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrail
- ParticleTrail(Color, Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrail
- ParticleTrail(Color, Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrail
- ParticleTrail(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrail
- ParticleTrail(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrail
- ParticleTrail(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrail
- ParticleTrail(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrail
- ParticleTrail(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrail
- ParticleTrail(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrail
- ParticleTrialOminous - Class in hm.zelha.particlesfx.particles
- ParticleTrialOminous() - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialOminous
- ParticleTrialOminous(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialOminous
- ParticleTrialOminous(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialOminous
- ParticleTrialOminous(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialOminous
- ParticleTrialOminous(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialOminous
- ParticleTrialOminous(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialOminous
- ParticleTrialOminous(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialOminous
- ParticleTrialOminous(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialOminous
- ParticleTrialOminous(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialOminous
- ParticleTrialOminous(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialOminous
- ParticleTrialSpawner - Class in hm.zelha.particlesfx.particles
- ParticleTrialSpawner() - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialSpawner
- ParticleTrialSpawner(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialSpawner
- ParticleTrialSpawner(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialSpawner
- ParticleTrialSpawner(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialSpawner
- ParticleTrialSpawner(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialSpawner
- ParticleTrialSpawner(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialSpawner
- ParticleTrialSpawner(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialSpawner
- ParticleTrialSpawner(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialSpawner
- ParticleTrialSpawner(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialSpawner
- ParticleTrialSpawner(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleTrialSpawner
- ParticleUnderwater - Class in hm.zelha.particlesfx.particles
-
NOTE: only visible underwater
- ParticleUnderwater() - Constructor for class hm.zelha.particlesfx.particles.ParticleUnderwater
- ParticleUnderwater(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleUnderwater
- ParticleUnderwater(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleUnderwater
- ParticleUnderwater(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleUnderwater
- ParticleVault - Class in hm.zelha.particlesfx.particles
- ParticleVault() - Constructor for class hm.zelha.particlesfx.particles.ParticleVault
- ParticleVault(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleVault
- ParticleVault(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleVault
- ParticleVault(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleVault
- ParticleVault(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleVault
- ParticleVault(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleVault
- ParticleVault(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleVault
- ParticleVault(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleVault
- ParticleVault(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleVault
- ParticleVault(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleVault
- ParticleVibration - Class in hm.zelha.particlesfx.particles
- ParticleVibration() - Constructor for class hm.zelha.particlesfx.particles.ParticleVibration
- ParticleVibration(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleVibration
- ParticleVibration(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleVibration
- ParticleVibration(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleVibration
- ParticleVibration(Entity) - Constructor for class hm.zelha.particlesfx.particles.ParticleVibration
- ParticleVibration(Entity, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleVibration
- ParticleVibration(Entity, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleVibration
- ParticleVibration(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleVibration
- ParticleVibration(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleVibration
- ParticleVibration(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleVibration
- ParticleVibration(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleVibration
- ParticleVibration(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleVibration
- ParticleVibration(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleVibration
- ParticleWarpedSpore - Class in hm.zelha.particlesfx.particles
- ParticleWarpedSpore() - Constructor for class hm.zelha.particlesfx.particles.ParticleWarpedSpore
- ParticleWarpedSpore(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleWarpedSpore
- ParticleWarpedSpore(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleWarpedSpore
- ParticleWarpedSpore(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleWarpedSpore
- ParticleWater - Class in hm.zelha.particlesfx.particles
- ParticleWater() - Constructor for class hm.zelha.particlesfx.particles.ParticleWater
- ParticleWater(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleWater
- ParticleWater(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleWater
- ParticleWater(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleWater
- ParticleWaxOff - Class in hm.zelha.particlesfx.particles
- ParticleWaxOff() - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOff
- ParticleWaxOff(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOff
- ParticleWaxOff(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOff
- ParticleWaxOff(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOff
- ParticleWaxOff(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOff
- ParticleWaxOff(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOff
- ParticleWaxOff(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOff
- ParticleWaxOff(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOff
- ParticleWaxOff(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOff
- ParticleWaxOff(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOff
- ParticleWaxOn - Class in hm.zelha.particlesfx.particles
- ParticleWaxOn() - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOn
- ParticleWaxOn(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOn
- ParticleWaxOn(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOn
- ParticleWaxOn(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOn
- ParticleWaxOn(Location) - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOn
- ParticleWaxOn(Location, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOn
- ParticleWaxOn(Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOn
- ParticleWaxOn(Vector) - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOn
- ParticleWaxOn(Vector, double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOn
- ParticleWaxOn(Vector, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleWaxOn
- ParticleWitch - Class in hm.zelha.particlesfx.particles
- ParticleWitch() - Constructor for class hm.zelha.particlesfx.particles.ParticleWitch
- ParticleWitch(double, double, double) - Constructor for class hm.zelha.particlesfx.particles.ParticleWitch
- ParticleWitch(double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.ParticleWitch
- ParticleWitch(int) - Constructor for class hm.zelha.particlesfx.particles.ParticleWitch
- pentagram(Particle, LocationSafe, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- PINK - Static variable in class hm.zelha.particlesfx.util.Color
- PITCH - Enum constant in enum class hm.zelha.particlesfx.util.Rotation.Axis
- players - Variable in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- PolygonLayer - Class in hm.zelha.particlesfx.util
-
only used in one of ParticlePolygon's constructors for more customizability
- PolygonLayer(int, double) - Constructor for class hm.zelha.particlesfx.util.PolygonLayer
- PolygonLayer(int, double, double) - Constructor for class hm.zelha.particlesfx.util.PolygonLayer
- PolygonLayer(int, double, double, double) - Constructor for class hm.zelha.particlesfx.util.PolygonLayer
- PolygonLayer(int, double, double, double, double) - Constructor for class hm.zelha.particlesfx.util.PolygonLayer
- PolygonLayer(int, double, double, double, double, double, double) - Constructor for class hm.zelha.particlesfx.util.PolygonLayer
- PURPLE - Static variable in class hm.zelha.particlesfx.util.Color
- pyramid(Particle, LocationSafe, int, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- pyramidFilled(Particle, LocationSafe, int, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
R
- radius - Variable in class hm.zelha.particlesfx.particles.parents.Particle
- raincloud(Particle, Particle, LocationSafe, double, double, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- raincloud(Particle, Particle, LocationSafe, double, double, double, int, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- raincloud(Particle, Particle, LocationSafe, double, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- raincloud(Particle, Particle, LocationSafe, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- recalc - Variable in class hm.zelha.particlesfx.util.ParticleShapeCompound
- recalcCircumferenceAndArea() - Method in class hm.zelha.particlesfx.shapers.ParticleCylinder
- recalcCircumferenceAndArea() - Method in class hm.zelha.particlesfx.shapers.ParticleSphereCSA
- recalculate - Variable in class hm.zelha.particlesfx.shapers.ParticleCylinder
- recalculate - Variable in class hm.zelha.particlesfx.shapers.ParticleSphereCSA
- recalculateIfNeeded(Location) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- recalculateIfNeeded(Location) - Method in class hm.zelha.particlesfx.shapers.ParticleCylinder
- recalculateIfNeeded(Location) - Method in class hm.zelha.particlesfx.shapers.ParticlePolygon
- recalculateIfNeeded(Location) - Method in class hm.zelha.particlesfx.shapers.ParticleSpiral
- recalculateIfNeeded(Location) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- RED - Static variable in class hm.zelha.particlesfx.util.Color
- remakeImage - Variable in class hm.zelha.particlesfx.shapers.ParticleText
- remakeImage() - Method in class hm.zelha.particlesfx.shapers.ParticleText
- remove(int) - Method in class hm.zelha.particlesfx.util.ArrayListSafe
- removeCircleInfo(int) - Method in class hm.zelha.particlesfx.shapers.ParticleCylinder
- removeCircleInfo(int) - Method in class hm.zelha.particlesfx.shapers.ParticleSpiral
- removeCompound(ParticleShapeCompound, RotationHandler) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- removeCorner(int) - Method in class hm.zelha.particlesfx.shapers.ParticlePolygon
- removeCorner(int, boolean) - Method in class hm.zelha.particlesfx.shapers.ParticlePolygon
- removeCurve(int) - Method in class hm.zelha.particlesfx.shapers.ParticleLineCurved
- removeFrame(int) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
-
using this method will cause the current thread to stall until any currently running image production is finished.
- removeIgnoredColor(int) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
- removeImage(File) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
-
gets an image from a file and removes it (gifs supported!)
- removeImage(String) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
-
gets an image from a URL and removes it (gifs supported!)
- removeLine(int) - Method in class hm.zelha.particlesfx.shapers.ParticleText
- removeLocation(int) - Method in class hm.zelha.particlesfx.shapers.ParticleLine
- removeMechanic(int) - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- removeMechanic(int) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- removeMechanic(int) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- removeMechanics(ParticleShapeCompound) - Method in class hm.zelha.particlesfx.util.ArrayListSafe
- removeParticle(int) - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- removeParticle(int) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- removeParticle(int) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- removePlayer(int) - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- removePlayer(int) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- removePlayer(int) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- removePlayer(Player) - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- removePlayer(Player) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- removePlayer(Player) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- removeRecalcMechanic(ParticleShapeCompound) - Method in class hm.zelha.particlesfx.util.LocationSafe
-
only meant to be used in
ParticleShapeCompound - removeShape(int) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- removeShape(String) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
-
Removes the shape with the given name from this ParticleShapeCompound. will do nothing if there are no shapes with the given name
- repulsion - Variable in class hm.zelha.particlesfx.shapers.ParticleFluid
- repulsionDistance - Variable in class hm.zelha.particlesfx.shapers.ParticleFluid
- rhLocationHelper - Variable in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- rhRotHelper - Variable in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- rhVectorHelper - Variable in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- rng - Variable in class hm.zelha.particlesfx.particles.parents.Particle
- rng - Variable in class hm.zelha.particlesfx.shapers.ParticleFluid
- rng - Variable in class hm.zelha.particlesfx.shapers.ParticleImage
- rng - Variable in class hm.zelha.particlesfx.shapers.ParticlePolygonFilled
- rng - Variable in class hm.zelha.particlesfx.shapers.ParticleText
- rngDouble(double) - Method in class hm.zelha.particlesfx.shapers.ParticlePolygonFilled
- ROLL - Enum constant in enum class hm.zelha.particlesfx.util.Rotation.Axis
- rot - Variable in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- rot2 - Variable in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- rotate(double, double, double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- rotate(double, double, double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- rotateAroundLocation(Location, double, double, double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- rotateAroundLocation(Location, double, double, double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- rotateCircles - Variable in class hm.zelha.particlesfx.shapers.ParticleCylinder
- rotateCircles - Variable in class hm.zelha.particlesfx.shapers.ParticleSpiral
- rotateCurves - Variable in class hm.zelha.particlesfx.shapers.ParticleLineCurved
- Rotation - Class in hm.zelha.particlesfx.util
- Rotation() - Constructor for class hm.zelha.particlesfx.util.Rotation
- Rotation(double, double, double) - Constructor for class hm.zelha.particlesfx.util.Rotation
- Rotation.Axis - Enum Class in hm.zelha.particlesfx.util
- RotationHandler - Class in hm.zelha.particlesfx.shapers.parents
- RotationHandler() - Constructor for class hm.zelha.particlesfx.shapers.parents.RotationHandler
- rotHelper - Variable in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- rotHelper2 - Variable in class hm.zelha.particlesfx.shapers.ParticleCylinder
S
- scale(double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- scale(double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
-
Rescales this shape such that a shape with the xyz radiuses of 4, 3, 4, resized by 1.25, would have its radiuses become 5, 3.75, 5.
- scale(double, double, double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- scale(double, double, double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
-
Rescales this shape such that a shape with the xyz radiuses of 4, 3, 4, resized by 1.25, 1.25, 1.25, would have its radiuses become 5, 3.75, 5.
- scale(double, double, double) - Method in class hm.zelha.particlesfx.shapers.ParticleCircle
- scale(double, double, double) - Method in class hm.zelha.particlesfx.shapers.ParticleCylinder
- scale(double, double, double) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
- scale(double, double, double) - Method in class hm.zelha.particlesfx.shapers.ParticleLineCurved
- scale(double, double, double) - Method in class hm.zelha.particlesfx.shapers.ParticleSphere
- scale(double, double, double) - Method in class hm.zelha.particlesfx.shapers.ParticleSpiral
- scale(double, double, double) - Method in class hm.zelha.particlesfx.shapers.ParticleText
- scale(double, double, double) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- secondaryParticles - Variable in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- set(double, double, double) - Method in class hm.zelha.particlesfx.util.Rotation
- setApexPosition(double) - Method in class hm.zelha.particlesfx.util.CurveInfo
- setAroundAxisPitch(Location, double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- setAroundAxisPitch(Location, double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setAroundAxisRoll(Location, double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- setAroundAxisRoll(Location, double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setAroundAxisRotation(Location, double, double, double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- setAroundAxisRotation(Location, double, double, double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setAroundAxisYaw(Location, double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- setAroundAxisYaw(Location, double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setAroundPitch(Location, double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- setAroundPitch(Location, double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setAroundRoll(Location, double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- setAroundRoll(Location, double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setAroundRotation(Location, double, double, double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- setAroundRotation(Location, double, double, double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setAroundRotationOrder(Location, Rotation.Axis, Rotation.Axis, Rotation.Axis) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- setAroundRotationOrder(Location, Rotation.Axis, Rotation.Axis, Rotation.Axis) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setAroundYaw(Location, double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- setAroundYaw(Location, double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setArrivalTime(int) - Method in class hm.zelha.particlesfx.particles.ParticleTrail
- setArrivalTime(int) - Method in class hm.zelha.particlesfx.particles.ParticleVibration
- setAsync(boolean) - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- setAsync(boolean) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setAsync(boolean) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- setAttraction(double) - Method in class hm.zelha.particlesfx.shapers.ParticleFluid
- setAxis(double, double, double) - Method in class hm.zelha.particlesfx.util.Rotation
-
sets this rotation's axis to the given pitch, yaw, and roll, which will be applied before this rotation in
Rotation.apply(Vector) - setAxisPitch(double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- setAxisPitch(double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setAxisPitch(double) - Method in class hm.zelha.particlesfx.util.Rotation
-
sets this rotation's axis to the given pitch, which will be applied before this rotation in
Rotation.apply(Vector) - setAxisRoll(double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- setAxisRoll(double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setAxisRoll(double) - Method in class hm.zelha.particlesfx.util.Rotation
-
sets this rotation's axis to the given roll, which will be applied before this rotation in
Rotation.apply(Vector) - setAxisRotation(double, double, double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- setAxisRotation(double, double, double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setAxisYaw(double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- setAxisYaw(double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setAxisYaw(double) - Method in class hm.zelha.particlesfx.util.Rotation
-
sets this rotation's axis to the given yaw, which will be applied before this rotation in
Rotation.apply(Vector) - setBlue(int) - Method in class hm.zelha.particlesfx.util.Color
- setBorderX(int) - Method in class hm.zelha.particlesfx.shapers.ParticleText
- setBorderZ(int) - Method in class hm.zelha.particlesfx.shapers.ParticleText
- setCenter(LocationSafe) - Method in class hm.zelha.particlesfx.shapers.ParticleCircle
- setCenter(LocationSafe) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
- setCenter(LocationSafe) - Method in class hm.zelha.particlesfx.shapers.ParticleText
- setCenter(LocationSafe) - Method in class hm.zelha.particlesfx.util.CircleInfo
- setCentered(boolean) - Method in class hm.zelha.particlesfx.shapers.ParticleText
- setChanged(boolean) - Method in class hm.zelha.particlesfx.util.LocationSafe
- setCircleFrequency(int) - Method in class hm.zelha.particlesfx.shapers.ParticleCylinder
- setCircleFrequency(int) - Method in class hm.zelha.particlesfx.shapers.ParticleSphereCSA
- setColor(int, int, int) - Method in interface hm.zelha.particlesfx.particles.parents.ColorableParticle
- setColor(int, int, int) - Method in class hm.zelha.particlesfx.particles.ParticleDustColored
- setColor(int, int, int) - Method in class hm.zelha.particlesfx.particles.ParticleEffectColored
- setColor(int, int, int) - Method in class hm.zelha.particlesfx.particles.ParticleTrail
- setColor(Color) - Method in interface hm.zelha.particlesfx.particles.parents.ColorableParticle
- setColor(Color) - Method in class hm.zelha.particlesfx.particles.ParticleDustColored
- setColor(Color) - Method in class hm.zelha.particlesfx.particles.ParticleEffectColored
- setColor(Color) - Method in class hm.zelha.particlesfx.particles.ParticleTrail
- setConnection(int, Corner) - Method in class hm.zelha.particlesfx.util.Corner
- setCornerAmount(int) - Method in class hm.zelha.particlesfx.util.PolygonLayer
- setCount(int) - Method in interface hm.zelha.particlesfx.particles.parents.IParticle
- setCount(int) - Method in class hm.zelha.particlesfx.particles.parents.Particle
- setCount(int) - Method in class hm.zelha.particlesfx.shapers.ParticleSpiral
- setCurrentFrame(int) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
-
using this method will cause the current thread to stall until any currently running image production is finished.
- setDelay(int) - Method in class hm.zelha.particlesfx.particles.ParticleShriek
- setDelay(int) - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- setDelay(int) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setDelay(int) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- setDisplayPosition(int) - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- setDisplayPosition(int) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
-
sets the current position of the shape's animation
(aka, sets the tracker that tells the shape how many particles have been displayed until this point) - setDisplayPosition(int) - Method in class hm.zelha.particlesfx.shapers.ParticleCircleFilled
- setDisplayPosition(int) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- setEntity(Entity) - Method in class hm.zelha.particlesfx.particles.ParticleVibration
-
This particle can track entities client-side, which can make for some really neat effects.
- setFont(Font) - Method in class hm.zelha.particlesfx.shapers.ParticleText
- setFrameDelay(int) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
- setFuzz(int) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
- setGravity(double) - Method in class hm.zelha.particlesfx.shapers.ParticleFluid
- setGreen(int) - Method in class hm.zelha.particlesfx.util.Color
- setHeight(double) - Method in class hm.zelha.particlesfx.util.CurveInfo
- setInverse(boolean) - Method in class hm.zelha.particlesfx.particles.ParticlePortal
- setInverted(boolean) - Method in class hm.zelha.particlesfx.shapers.ParticleText
- setLength(double) - Method in class hm.zelha.particlesfx.util.CurveInfo
- setLimit(double) - Method in class hm.zelha.particlesfx.shapers.ParticleCircle
- setLimit(double) - Method in class hm.zelha.particlesfx.shapers.ParticleSphere
- setLimit(double) - Method in class hm.zelha.particlesfx.shapers.ParticleSphereCSA
- setLimitInverse(boolean) - Method in class hm.zelha.particlesfx.shapers.ParticleCircle
- setLimitInverse(boolean) - Method in class hm.zelha.particlesfx.shapers.ParticleSphere
- setLine(int, String) - Method in class hm.zelha.particlesfx.shapers.ParticleText
- setLiquidState(LiquidParticleState) - Method in interface hm.zelha.particlesfx.particles.parents.LiquidParticle
- setLiquidState(LiquidParticleState) - Method in class hm.zelha.particlesfx.particles.ParticleHoney
- setLiquidState(LiquidParticleState) - Method in class hm.zelha.particlesfx.particles.ParticleLava
- setLiquidState(LiquidParticleState) - Method in class hm.zelha.particlesfx.particles.ParticleNectar
- setLiquidState(LiquidParticleState) - Method in class hm.zelha.particlesfx.particles.ParticleObsidianTear
- setLiquidState(LiquidParticleState) - Method in class hm.zelha.particlesfx.particles.ParticleSporeBlossom
- setLiquidState(LiquidParticleState) - Method in class hm.zelha.particlesfx.particles.ParticleWater
- setLocation(LocationSafe) - Method in class hm.zelha.particlesfx.util.Corner
- setLocationToGo(double, double, double) - Method in class hm.zelha.particlesfx.particles.parents.TravellingParticle
- setLocationToGo(Location) - Method in class hm.zelha.particlesfx.particles.parents.TravellingParticle
- setMaterial(Material) - Method in interface hm.zelha.particlesfx.particles.parents.MaterialParticle
- setMaterial(Material) - Method in class hm.zelha.particlesfx.particles.ParticleBlockBreak
- setMaterial(Material) - Method in class hm.zelha.particlesfx.particles.ParticleBlockCrumble
- setMaterial(Material) - Method in class hm.zelha.particlesfx.particles.ParticleBlockDust
- setMaterial(Material) - Method in class hm.zelha.particlesfx.particles.ParticleBlockMarker
- setMaterial(Material) - Method in class hm.zelha.particlesfx.particles.ParticleItemBreak
- setModified(boolean) - Method in class hm.zelha.particlesfx.util.CircleInfo
- setOffset(double, double, double) - Method in interface hm.zelha.particlesfx.particles.parents.IParticle
- setOffset(double, double, double) - Method in class hm.zelha.particlesfx.particles.parents.Particle
- setOffsetX(double) - Method in interface hm.zelha.particlesfx.particles.parents.IParticle
- setOffsetX(double) - Method in class hm.zelha.particlesfx.particles.parents.Particle
- setOffsetY(double) - Method in interface hm.zelha.particlesfx.particles.parents.IParticle
- setOffsetY(double) - Method in class hm.zelha.particlesfx.particles.parents.Particle
- setOffsetZ(double) - Method in interface hm.zelha.particlesfx.particles.parents.IParticle
- setOffsetZ(double) - Method in class hm.zelha.particlesfx.particles.parents.Particle
- setParticle(Particle) - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- setParticle(Particle) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setParticle(Particle) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- setParticleFrequency(int) - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- setParticleFrequency(int) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setParticleFrequency(int) - Method in class hm.zelha.particlesfx.shapers.ParticleFluid
- setParticleFrequency(int) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- setParticlesPerDisplay(int) - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- setParticlesPerDisplay(int) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
-
0 means that the entire animation will be played when .display() is called
- setParticlesPerDisplay(int) - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- setPitch(double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- setPitch(double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setPitch(double) - Method in class hm.zelha.particlesfx.util.CircleInfo
- setPitch(double) - Method in class hm.zelha.particlesfx.util.CurveInfo
- setPitch(double) - Method in class hm.zelha.particlesfx.util.PolygonLayer
- setPitch(double) - Method in class hm.zelha.particlesfx.util.Rotation
- setPlugin(Plugin) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- setRadius(double) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
-
using this method will cause the current thread to stall until any currently running image production is finished.
- setRadius(int) - Method in interface hm.zelha.particlesfx.particles.parents.IParticle
- setRadius(int) - Method in class hm.zelha.particlesfx.particles.parents.Particle
- setRed(int) - Method in class hm.zelha.particlesfx.util.Color
- setRepulsion(double) - Method in class hm.zelha.particlesfx.shapers.ParticleFluid
- setRepulsionDistance(double) - Method in class hm.zelha.particlesfx.shapers.ParticleFluid
- setRGB(int) - Method in class hm.zelha.particlesfx.util.Color
- setRoll(double) - Method in class hm.zelha.particlesfx.particles.ParticleSculkCharge
- setRoll(double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- setRoll(double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setRoll(double) - Method in class hm.zelha.particlesfx.util.CircleInfo
- setRoll(double) - Method in class hm.zelha.particlesfx.util.CurveInfo
- setRoll(double) - Method in class hm.zelha.particlesfx.util.PolygonLayer
- setRoll(double) - Method in class hm.zelha.particlesfx.util.Rotation
- setRotateCircles(boolean) - Method in class hm.zelha.particlesfx.shapers.ParticleCylinder
- setRotateCircles(boolean) - Method in class hm.zelha.particlesfx.shapers.ParticleSpiral
- setRotateCurves(boolean) - Method in class hm.zelha.particlesfx.shapers.ParticleLineCurved
- setRotation(double, double, double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- setRotation(double, double, double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setRotationOrder(Rotation.Axis, Rotation.Axis, Rotation.Axis) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- setRotationOrder(Rotation.Axis, Rotation.Axis, Rotation.Axis) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setRotationOrder(Rotation.Axis, Rotation.Axis, Rotation.Axis) - Method in class hm.zelha.particlesfx.util.Rotation
-
Changes the order that rotations are applied.
- setSize(double) - Method in interface hm.zelha.particlesfx.particles.parents.SizeableParticle
- setSize(double) - Method in class hm.zelha.particlesfx.particles.ParticleDustColored
-
only changes between 0 and 4.
- setSize(double) - Method in class hm.zelha.particlesfx.particles.ParticleExplosion
- setSize(double) - Method in class hm.zelha.particlesfx.particles.ParticleSweepAttack
- setSpawnLocation(LocationSafe) - Method in class hm.zelha.particlesfx.shapers.ParticleFluid
- setSpeed(double) - Method in interface hm.zelha.particlesfx.particles.parents.IParticle
- setSpeed(double) - Method in class hm.zelha.particlesfx.particles.parents.Particle
- setSpin(double) - Method in class hm.zelha.particlesfx.shapers.ParticleSpiral
- setTransitionColor(Color) - Method in class hm.zelha.particlesfx.particles.ParticleDustMulticolored
- setTransparency(int) - Method in class hm.zelha.particlesfx.particles.ParticleEffectColored
- setUnsafely(double, double, double, boolean) - Method in class hm.zelha.particlesfx.util.LocationSafe
-
only meant to be used in
LVMath, use at own risk - setVelocity(double, double, double) - Method in class hm.zelha.particlesfx.particles.parents.TravellingParticle
- setVelocity(Vector) - Method in class hm.zelha.particlesfx.particles.parents.TravellingParticle
- setWorld(World) - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- setWorld(World) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- setWorld(World) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setWorld(World) - Method in class hm.zelha.particlesfx.shapers.ParticleCylinder
- setWorld(World) - Method in class hm.zelha.particlesfx.shapers.ParticleFluid
- setWorld(World) - Method in class hm.zelha.particlesfx.shapers.ParticlePolygon
- setWorld(World) - Method in class hm.zelha.particlesfx.shapers.ParticlePolygonFilled
- setWorld(World) - Method in class hm.zelha.particlesfx.shapers.ParticleSpiral
- setX(double) - Method in class hm.zelha.particlesfx.util.LocationSafe
- setXRadius(double) - Method in class hm.zelha.particlesfx.shapers.ParticleCircle
- setXRadius(double) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
- setXRadius(double) - Method in class hm.zelha.particlesfx.shapers.ParticleSphereCSA
- setXRadius(double) - Method in class hm.zelha.particlesfx.shapers.ParticleText
- setXRadius(double) - Method in class hm.zelha.particlesfx.util.CircleInfo
- setXRadius(double) - Method in class hm.zelha.particlesfx.util.PolygonLayer
- setY(double) - Method in class hm.zelha.particlesfx.util.LocationSafe
- setYaw(double) - Method in class hm.zelha.particlesfx.shapers.parents.RotationHandler
- setYaw(double) - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- setYaw(double) - Method in class hm.zelha.particlesfx.util.CircleInfo
- setYaw(double) - Method in class hm.zelha.particlesfx.util.CurveInfo
- setYaw(double) - Method in class hm.zelha.particlesfx.util.PolygonLayer
- setYaw(double) - Method in class hm.zelha.particlesfx.util.Rotation
- setYPosition(double) - Method in class hm.zelha.particlesfx.util.PolygonLayer
- setYRadius(double) - Method in class hm.zelha.particlesfx.shapers.ParticleSphere
- setZ(double) - Method in class hm.zelha.particlesfx.util.LocationSafe
- setZRadius(double) - Method in class hm.zelha.particlesfx.shapers.ParticleCircle
- setZRadius(double) - Method in class hm.zelha.particlesfx.shapers.ParticleImage
- setZRadius(double) - Method in class hm.zelha.particlesfx.shapers.ParticleSphereCSA
- setZRadius(double) - Method in class hm.zelha.particlesfx.shapers.ParticleText
- setZRadius(double) - Method in class hm.zelha.particlesfx.util.CircleInfo
- setZRadius(double) - Method in class hm.zelha.particlesfx.util.PolygonLayer
- Shape - Interface in hm.zelha.particlesfx.shapers.parents
- ShapeDisplayMechanic - Interface in hm.zelha.particlesfx.util
- ShapeDisplayMechanic.Phase - Enum Class in hm.zelha.particlesfx.util
- shapeLocationIndex - Variable in class hm.zelha.particlesfx.util.ParticleShapeCompound
- SILVER - Static variable in class hm.zelha.particlesfx.util.Color
- size - Variable in class hm.zelha.particlesfx.particles.ParticleDustColored
- size - Variable in class hm.zelha.particlesfx.particles.ParticleExplosion
- size - Variable in class hm.zelha.particlesfx.particles.ParticleSweepAttack
- SizeableParticle - Interface in hm.zelha.particlesfx.particles.parents
- spawnLocation - Variable in class hm.zelha.particlesfx.shapers.ParticleFluid
- speed - Variable in class hm.zelha.particlesfx.particles.parents.Particle
- spin - Variable in class hm.zelha.particlesfx.shapers.ParticleSpiral
- star(Particle, LocationSafe, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- start() - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- start() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- start() - Method in class hm.zelha.particlesfx.shapers.ParticleFluid
- start() - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- startX - Variable in class hm.zelha.particlesfx.shapers.ParticleText
- startZ - Variable in class hm.zelha.particlesfx.shapers.ParticleText
- stop() - Method in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- stop() - Method in interface hm.zelha.particlesfx.shapers.parents.Shape
- stop() - Method in class hm.zelha.particlesfx.util.ParticleShapeCompound
- subtract(double, double, double) - Method in class hm.zelha.particlesfx.util.LocationSafe
- subtract(Location) - Method in class hm.zelha.particlesfx.util.LocationSafe
- subtract(Vector) - Method in class hm.zelha.particlesfx.util.LocationSafe
- subtractToVector(Vector, Location, Location) - Static method in class hm.zelha.particlesfx.util.LVMath
- sun(TravellingParticle, LocationSafe, double, double, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
-
Creates a sphere with the particles travelling away from the center
- sun(TravellingParticle, LocationSafe, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
-
Creates a sphere with the particles travelling away from the center.
- surfaceArea - Variable in class hm.zelha.particlesfx.shapers.ParticleCylinder
- surfaceArea - Variable in class hm.zelha.particlesfx.shapers.ParticleSphereCSA
T
- TEAL - Static variable in class hm.zelha.particlesfx.util.Color
- text - Variable in class hm.zelha.particlesfx.shapers.ParticleText
- toGo - Variable in class hm.zelha.particlesfx.particles.parents.TravellingParticle
- tornado(Particle, LocationSafe, double, double, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- tornado(Particle, LocationSafe, double, double, int) - Static method in class hm.zelha.particlesfx.util.ParticleSFX
- toVector(Vector, Location) - Static method in class hm.zelha.particlesfx.util.LVMath
- TravellingParticle - Class in hm.zelha.particlesfx.particles.parents
- TravellingParticle(String, boolean, double, Vector, Location, double, double, double, int) - Constructor for class hm.zelha.particlesfx.particles.parents.TravellingParticle
V
- valueOf(String) - Static method in enum class hm.zelha.particlesfx.util.LiquidParticleState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class hm.zelha.particlesfx.util.Rotation.Axis
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class hm.zelha.particlesfx.util.ShapeDisplayMechanic.Phase
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class hm.zelha.particlesfx.util.LiquidParticleState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class hm.zelha.particlesfx.util.Rotation.Axis
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class hm.zelha.particlesfx.util.ShapeDisplayMechanic.Phase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- vectorHelper - Variable in class hm.zelha.particlesfx.shapers.parents.ParticleShaper
- vectorHelper2 - Variable in class hm.zelha.particlesfx.shapers.ParticleFluid
- vectorHelper2 - Variable in class hm.zelha.particlesfx.shapers.ParticleLineCurved
- vectorHelper2 - Variable in class hm.zelha.particlesfx.shapers.ParticlePolygonFilled
- vectorHelper2 - Variable in class hm.zelha.particlesfx.shapers.ParticleSpiral
- velocity - Variable in class hm.zelha.particlesfx.particles.parents.TravellingParticle
W
- WHITE - Static variable in class hm.zelha.particlesfx.util.Color
- width - Variable in class hm.zelha.particlesfx.shapers.ParticleText
X
- xRadius - Variable in class hm.zelha.particlesfx.shapers.ParticleCircle
- xRadius - Variable in class hm.zelha.particlesfx.shapers.ParticleImage
- xRadius - Variable in class hm.zelha.particlesfx.shapers.ParticleText
- xyzHelper - Variable in class hm.zelha.particlesfx.particles.parents.Particle
Y
- YAW - Enum constant in enum class hm.zelha.particlesfx.util.Rotation.Axis
- YELLOW - Static variable in class hm.zelha.particlesfx.util.Color
- yRadius - Variable in class hm.zelha.particlesfx.shapers.ParticleSphere
Z
- zero() - Method in class hm.zelha.particlesfx.util.LocationSafe
- zRadius - Variable in class hm.zelha.particlesfx.shapers.ParticleCircle
- zRadius - Variable in class hm.zelha.particlesfx.shapers.ParticleImage
- zRadius - Variable in class hm.zelha.particlesfx.shapers.ParticleText
All Classes and Interfaces|All Packages|Serialized Form