mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-11-14 19:34:58 -05:00
Add new CommandParsers
This commit is contained in:
parent
2a7176f7ee
commit
d7ed071525
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ public enum CommandParser {
|
|||
TEMPLATE_MIRROR,
|
||||
TEMPLATE_ROTATION,
|
||||
HEIGHTMAP,
|
||||
LOOT_TABLE,
|
||||
LOOT_PREDICATE,
|
||||
LOOT_MODIFIER,
|
||||
UUID;
|
||||
|
||||
private static final CommandParser[] VALUES = values();
|
||||
|
|
Loading…
Reference in a new issue