Skip to content

Commit

Permalink
fixed inverted semantics (#3853)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
axialeaa and github-actions[bot] authored Apr 26, 2024
1 parent f5e3f27 commit c76dc40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c76dc40

Please sign in to comment.