Map two inner classes (#1284)

* Map two inner classes

Signed-off-by: liach <liach@users.noreply.github.com>

* Rename angle randomizer fields to have more informative names

Co-authored-by: liach <liach@users.noreply.github.com>
This commit is contained in:
liach 2020-04-18 08:55:08 -05:00 committed by GitHub
parent b13c848a9a
commit 6455e15fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 0 deletions

View File

@ -28,3 +28,14 @@ CLASS net/minecraft/class_3751 net/minecraft/block/entity/JigsawBlockEntity
ARG 3 name
METHOD method_26401 byName (Ljava/lang/String;)Ljava/util/Optional;
ARG 0 name
CLASS class_5173 RuntimeStructurePiece
METHOD <init> (Lnet/minecraft/class_3485;Lnet/minecraft/class_2487;)V
ARG 1 manager
ARG 2 tag
METHOD <init> (Lnet/minecraft/class_3485;Lnet/minecraft/class_3784;Lnet/minecraft/class_2338;ILnet/minecraft/class_2470;Lnet/minecraft/class_3341;)V
ARG 1 manager
ARG 2 poolElement
ARG 3 pos
ARG 4 groundLevelDelta
ARG 5 rotation
ARG 6 box

View File

@ -15,3 +15,14 @@ CLASS net/minecraft/class_1759 net/minecraft/item/CompassItem
ARG 0 tag
METHOD method_26365 hasLodestone (Lnet/minecraft/class_1799;)Z
ARG 0 stack
CLASS 1
FIELD field_23978 targetedAngle Lnet/minecraft/class_1759$class_5171;
FIELD field_23979 targetlessAngle Lnet/minecraft/class_1759$class_5171;
CLASS class_5171 AngleRandomizer
FIELD field_23980 value D
FIELD field_23981 speed D
FIELD field_23982 lastUpdateTime J
METHOD method_27188 get ()D
METHOD method_27190 update (Lnet/minecraft/class_1937;D)V
ARG 1 world
ARG 2 target

View File

@ -69,3 +69,4 @@ CLASS net/minecraft/class_3341 net/minecraft/util/math/BlockBox
ARG 3 z
METHOD method_22874 getCenter ()Lnet/minecraft/class_2382;
COMMENT @implNote Biased toward the minimum bound corner of the box.
METHOD method_27234 infinite ()Lnet/minecraft/class_3341;