Uses of Interface
com.sucy.skill.api.particle.direction.DirectionHandler
Packages that use DirectionHandler
-
Uses of DirectionHandler in com.sucy.skill.api.particle
Methods in com.sucy.skill.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 com.sucy.skill.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 com.sucy.skill.api.particle.direction
Classes in com.sucy.skill.api.particle.direction that implement DirectionHandlerModifier and TypeClassDescriptionclassHandles the XY directionclassHandles the XZ directionclassHandles the YZ directionMethods in com.sucy.skill.api.particle.direction that return DirectionHandlerModifier and TypeMethodDescriptionstatic DirectionHandlerFetches the direction handler by name, defaulting to XZ if invalid