Block Faces
Block Faces
Section titled “Block Faces”DaisyBlockFaces is the block-face entrypoint.
What it does
Section titled “What it does”- parses normalized directional input
- exposes canonical lowercase keys
- exposes friendly display names
- keeps alias policy limited to normalization
val facing = DaisyBlockFaces.parse("north-east")val key = DaisyBlockFaces.key(facing)val label = DaisyBlockFaces.displayName(facing)Input examples
Section titled “Input examples”northupnorth-eastnorth eastsouth_south_west
Runtime note
Section titled “Runtime note”Block faces are plain enum-style values on Paper, so this module behaves like the simplest DaisySeries families and is safe to use directly in JVM tests.