Map the angle argument type (#1583)

* Map the angle argument

* Rename the AngleArgument class to AngleArgumentType
This commit is contained in:
haykam821 2020-07-16 11:09:30 -04:00 committed by GitHub
parent fa9df32fd8
commit 78166734a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -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 <init> (FZ)V
ARG 1 angle
ARG 2 relative
METHOD method_30661 getAngle (Lnet/minecraft/class_2168;)F
ARG 1 source