Skip to content

Commit

Permalink
Rename BedBlock.isFree (FabricMC#2876)
Browse files Browse the repository at this point in the history
* Rename BedBlock.isFree

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

Co-authored-by: enbrain <[email protected]>

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

Co-authored-by: enbrain <[email protected]>

Co-authored-by: enbrain <[email protected]>
  • Loading branch information
apple502j and enbrain authored Nov 24, 2021
1 parent 30f7e74 commit ae4e994
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mappings/net/minecraft/block/BedBlock.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ae4e994

Please sign in to comment.