Complete DoorBlock (#1885)

This commit is contained in:
enbrain 2020-11-19 22:35:52 +09:00 committed by GitHub
parent 29ec35b5d7
commit 5c96ea3f69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,10 @@ CLASS net/minecraft/class_2323 net/minecraft/block/DoorBlock
FIELD field_10946 HALF Lnet/minecraft/class_2754;
METHOD method_10032 getCloseSoundEventId ()I
METHOD method_10033 setOpen (Lnet/minecraft/class_1937;Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;Z)V
ARG 1 world
ARG 2 state
ARG 3 pos
ARG 4 open
METHOD method_10034 getOpenSoundEventId ()I
METHOD method_10035 getHinge (Lnet/minecraft/class_1750;)Lnet/minecraft/class_2750;
ARG 1 ctx
@ -22,3 +26,5 @@ CLASS net/minecraft/class_2323 net/minecraft/block/DoorBlock
ARG 1 pos
METHOD method_24796 isWoodenDoor (Lnet/minecraft/class_2680;)Z
ARG 0 state
METHOD method_30841 isOpen (Lnet/minecraft/class_2680;)Z
ARG 1 state