Rename BedBlock.isFree (#2876)

* Rename BedBlock.isFree

* Update mappings/net/minecraft/block/BedBlock.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Update mappings/net/minecraft/block/BedBlock.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
This commit is contained in:
apple502j 2021-11-24 19:41:37 +09:00 committed by GitHub
parent 30f7e746f5
commit ae4e994d1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,10 @@ CLASS net/minecraft/class_2244 net/minecraft/block/BedBlock
ARG 1 reason
METHOD method_21838 bounceEntity (Lnet/minecraft/class_1297;)V
ARG 1 entity
METHOD method_22357 isFree (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Z
METHOD method_22357 wakeVillager (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Z
COMMENT Wakes up a sleeping villager at {@code pos}, if any.
COMMENT
COMMENT @return whether a villager was found
ARG 1 world
ARG 2 pos
METHOD method_24163 getOppositePartDirection (Lnet/minecraft/class_2680;)Lnet/minecraft/class_2350;