Uses of Interface
studio.magemonkey.fabled.api.particle.direction.DirectionHandler
Packages that use DirectionHandler
Package
Description
-
Uses of DirectionHandler in studio.magemonkey.fabled.api.particle
Methods in studio.magemonkey.fabled.api.particle with parameters of type DirectionHandlerModifier and TypeMethodDescriptionPoint3D[]
PolarSettings.getPoints
(DirectionHandler direction) Grabs the base points that make up the shape of the effectConstructors in studio.magemonkey.fabled.api.particle with parameters of type DirectionHandlerModifierConstructorDescriptionParticleEffect
(String name, PolarSettings shape, PolarSettings animation, ParticleSettings particle, DirectionHandler shapeDir, DirectionHandler animDir, String size, String animSize, int interval, int viewRange, boolean withRotation, double initialRotation) -
Uses of DirectionHandler in studio.magemonkey.fabled.api.particle.direction
Classes in studio.magemonkey.fabled.api.particle.direction that implement DirectionHandlerModifier and TypeClassDescriptionclass
Handles the XY directionclass
Handles the XZ directionclass
Handles the YZ directionMethods in studio.magemonkey.fabled.api.particle.direction that return DirectionHandlerModifier and TypeMethodDescriptionstatic DirectionHandler
Fetches the direction handler by name, defaulting to XZ if invalid