Incendo / cloud-minecraft

Integrations between Minecraft and Cloud Command Framework
https://cloud.incendo.org/minecraft/
MIT License
27 stars 8 forks source link

Add angle and rotation parsers #67

Closed TonytheMacaroni closed 5 months ago

TonytheMacaroni commented 5 months ago

Adds parsers that correspond to the minecraft:angle and minecraft:rotation brigadier argument types.

Primarily based them off of the implementations for Location2DParser, LocationParser, and LocationCoordinateParser.