From c524fb43843fe6b4a247a0aad874d12adeab45e1 Mon Sep 17 00:00:00 2001 From: Axia Date: Sun, 21 Apr 2024 18:35:29 +0100 Subject: [PATCH] fixed inverted semantics --- .../block/entity/ChiseledBookshelfBlockEntity.mapping | 2 +- .../net/minecraft/server/network/ServerPlayerEntity.mapping | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mappings/net/minecraft/block/entity/ChiseledBookshelfBlockEntity.mapping b/mappings/net/minecraft/block/entity/ChiseledBookshelfBlockEntity.mapping index eadf4f7c48..cd2f37e6bc 100644 --- a/mappings/net/minecraft/block/entity/ChiseledBookshelfBlockEntity.mapping +++ b/mappings/net/minecraft/block/entity/ChiseledBookshelfBlockEntity.mapping @@ -8,7 +8,7 @@ CLASS net/minecraft/class_7716 net/minecraft/block/entity/ChiseledBookshelfBlock ARG 2 state METHOD method_47585 updateState (I)V ARG 1 interactedSlot - METHOD method_47587 getOpenSlotCount ()I + METHOD method_47587 getFilledSlotCount ()I METHOD method_47887 getLastInteractedSlot ()I METHOD method_51356 (Lnet/minecraft/class_1799;Lnet/minecraft/class_1263;Lnet/minecraft/class_1799;)Z ARG 2 stack2 diff --git a/mappings/net/minecraft/server/network/ServerPlayerEntity.mapping b/mappings/net/minecraft/server/network/ServerPlayerEntity.mapping index f6191bc123..f5427f7418 100644 --- a/mappings/net/minecraft/server/network/ServerPlayerEntity.mapping +++ b/mappings/net/minecraft/server/network/ServerPlayerEntity.mapping @@ -166,13 +166,13 @@ CLASS net/minecraft/class_3222 net/minecraft/server/network/ServerPlayerEntity COMMENT whether the new spawn point is {@linkplain #isSpawnForced() forced} ARG 5 sendMessage COMMENT if {@code true}, a game message about the spawn point change will be sent - METHOD method_26285 isBedTooFarAway (Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)Z + METHOD method_26285 isBedWithinRange (Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)Z ARG 1 pos ARG 2 direction METHOD method_26286 isBedObstructed (Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)Z ARG 1 pos ARG 2 direction - METHOD method_26287 isBedTooFarAway (Lnet/minecraft/class_2338;)Z + METHOD method_26287 isBedWithinRange (Lnet/minecraft/class_2338;)Z ARG 1 pos METHOD method_29205 (Lnet/minecraft/class_2487;Lnet/minecraft/class_2520;)V ARG 1 encoded