Class Directions
java.lang.Object
studio.magemonkey.fabled.api.particle.direction.Directions
Handles getting a direction handler by name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DirectionHandler
Fetches the direction handler by name, defaulting to XZ if invalid
-
Constructor Details
-
Directions
public Directions()
-
-
Method Details
-
byName
Fetches the direction handler by name, defaulting to XZ if invalid- Parameters:
name
- XY, XZ, or YZ- Returns:
- corresponding handler or XZ if invalid
-