Add CommandParser.UUID

This commit is contained in:
DoctorMacc 2020-06-21 19:40:24 -04:00
parent 0a21fbadb7
commit 8f686ac25a
2 changed files with 2 additions and 0 deletions

View file

@ -1142,6 +1142,7 @@ public class MagicValues {
register(CommandParser.SCORE_HOLDER, "minecraft:score_holder"); register(CommandParser.SCORE_HOLDER, "minecraft:score_holder");
register(CommandParser.SWIZZLE, "minecraft:swizzle"); register(CommandParser.SWIZZLE, "minecraft:swizzle");
register(CommandParser.TEAM, "minecraft:team"); register(CommandParser.TEAM, "minecraft:team");
register(CommandParser.UUID, "minecraft:uuid");
register(CommandParser.ITEM_SLOT, "minecraft:item_slot"); register(CommandParser.ITEM_SLOT, "minecraft:item_slot");
register(CommandParser.RESOURCE_LOCATION, "minecraft:resource_location"); register(CommandParser.RESOURCE_LOCATION, "minecraft:resource_location");
register(CommandParser.MOB_EFFECT, "minecraft:mob_effect"); register(CommandParser.MOB_EFFECT, "minecraft:mob_effect");

View file

@ -31,6 +31,7 @@ public enum CommandParser {
SCOREBOARD_SLOT, SCOREBOARD_SLOT,
SCORE_HOLDER, SCORE_HOLDER,
SWIZZLE, SWIZZLE,
UUID,
TEAM, TEAM,
ITEM_SLOT, ITEM_SLOT,
RESOURCE_LOCATION, RESOURCE_LOCATION,