Add new CommandParsers

This commit is contained in:
basaigh 2024-04-21 22:57:55 +01:00
parent 2a7176f7ee
commit d7ed071525

View file

@ -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();