net.forthecrown.grenadier.annotations.tree.LiteralTree Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grenadier-annotations Show documentation
Show all versions of grenadier-annotations Show documentation
Annotation-based command support for Grenadier
package net.forthecrown.grenadier.annotations.tree;
import org.jetbrains.annotations.ApiStatus.Internal;
/**
*
* .
* . ;
* . . ;% ;;
* , , :;% %;
* : ; :;%;' .,
* ,. %; %; ; %;' ,;
* ; ;%; %%; , %; ;%; ,%'
* %; %;%; , ; %; ;%; ,%;'
* ;%; %; ;%; % ;%; ,%;'
* `%;. ;%; %;' `;%%;.%;'
* `:;%. ;%%. %@; %; ;@%;%'
* `:%;. :;bd%; %;@%;'
* `@%:. :;%. ;@@%;'
* `@%. `;@%. ;@@%;
* `@%%. `@%% ;@@%;
* ;@%. :@%% %@@%;
* %@bd%%%bd%%:;
* #@%%%%%:;;
* %@@%%%::;
* %@@@%(o); . '
* %@@@o%;:(.,'
* `.. %@@@o%::;
* `)@@@o%::;
* %@@(o)::;
* .%@@@@%::;
* ;%@@@@%::;.
* ;%@@@@%%:;;;.
* ...;%@@@@@%%:;;;;,.. Gilo97
*
* Get it? Its literally a tree... I'm sorry
*/
@Internal
public class LiteralTree extends ChildCommandTree {
@Override
public R accept(TreeVisitor visitor, C context) {
return visitor.visitLiteral(this, context);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy