diff --git a/mappings/net/minecraft/block/BedBlock.mapping b/mappings/net/minecraft/block/BedBlock.mapping index 05201667ec..c6e320c5fd 100644 --- a/mappings/net/minecraft/block/BedBlock.mapping +++ b/mappings/net/minecraft/block/BedBlock.mapping @@ -38,18 +38,30 @@ CLASS net/minecraft/class_2244 net/minecraft/block/BedBlock ARG 0 type ARG 1 world ARG 2 pos - ARG 3 direction + ARG 3 bedDirection + ARG 4 respawnDirection METHOD method_30836 findWakeUpPosition (Lnet/minecraft/class_1299;Lnet/minecraft/class_1941;Lnet/minecraft/class_2338;[[IZ)Ljava/util/Optional; ARG 0 type ARG 1 world ARG 2 pos - METHOD method_30839 isBed (Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Z + ARG 3 possibleOffsets + ARG 4 ignoreInvalidPos + METHOD method_30837 getOnBedOffsets (Lnet/minecraft/class_2350;)[[I + ARG 0 bedDirection + METHOD method_30838 getAroundAndOnBedOffets (Lnet/minecraft/class_2350;Lnet/minecraft/class_2350;)[[I + ARG 0 bedDirection + ARG 1 respawnDirection + METHOD method_30839 isBedBelow (Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Z ARG 0 world ARG 1 pos + METHOD method_30840 getAroundBedOffsets (Lnet/minecraft/class_2350;Lnet/minecraft/class_2350;)[[I + ARG 0 bedDirection + ARG 1 respawnDirection METHOD method_9484 findWakeUpPosition (Lnet/minecraft/class_1299;Lnet/minecraft/class_1941;Lnet/minecraft/class_2338;F)Ljava/util/Optional; ARG 0 type ARG 1 world ARG 2 pos + ARG 3 spawnAngle METHOD method_9487 getColor ()Lnet/minecraft/class_1767; METHOD method_9488 getDirectionTowardsOtherPart (Lnet/minecraft/class_2742;Lnet/minecraft/class_2350;)Lnet/minecraft/class_2350; ARG 0 part