From 78166734a4f8f9256e8c5788cfa1ae50afd97d72 Mon Sep 17 00:00:00 2001 From: haykam821 <24855774+haykam821@users.noreply.github.com> Date: Thu, 16 Jul 2020 11:09:30 -0400 Subject: [PATCH] Map the angle argument type (#1583) * Map the angle argument * Rename the AngleArgument class to AngleArgumentType --- .../command/arguments/AngleArgumentType.mapping | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mappings/net/minecraft/command/arguments/AngleArgumentType.mapping diff --git a/mappings/net/minecraft/command/arguments/AngleArgumentType.mapping b/mappings/net/minecraft/command/arguments/AngleArgumentType.mapping new file mode 100644 index 0000000000..d5f57db9c5 --- /dev/null +++ b/mappings/net/minecraft/command/arguments/AngleArgumentType.mapping @@ -0,0 +1,15 @@ +CLASS net/minecraft/class_5473 net/minecraft/command/arguments/AngleArgumentType + FIELD field_26368 INCOMPLETE_ANGLE_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_26369 EXAMPLES Ljava/util/Collection; + METHOD method_30658 angle ()Lnet/minecraft/class_5473; + METHOD method_30660 getAngle (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)F + ARG 0 context + ARG 1 name + CLASS class_5474 Angle + FIELD field_26370 angle F + FIELD field_26371 relative Z + METHOD (FZ)V + ARG 1 angle + ARG 2 relative + METHOD method_30661 getAngle (Lnet/minecraft/class_2168;)F + ARG 1 source