File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
renderer/item/properties/numeric Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ CLASS net/minecraft/client/gui/Font
8585 ARG 1 text
8686 ARG 2 maxWidth
8787 METHOD width (Ljava/lang/String;)I
88- COMMENT Returns the width of this string. Equivalent of StringSplitter .stringWidth(text).
88+ COMMENT Returns the width of this string. Equivalent of FontMetrics .stringWidth(text).
8989 ARG 1 text
9090 METHOD width (Lnet/minecraft/network/chat/FormattedText;)I
9191 ARG 1 text
Original file line number Diff line number Diff line change 1+ CLASS net/minecraft/client/renderer/item/properties/numeric/Count
2+ METHOD lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App;
3+ ARG 0 instance
Original file line number Diff line number Diff line change 1+ CLASS net/minecraft/client/renderer/item/properties/numeric/UseCycle
2+ METHOD lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App;
3+ ARG 0 instance
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ CLASS net/minecraft/world/level/GameType
2020 METHOD getNullableId (Lnet/minecraft/world/level/GameType;)I
2121 ARG 0 gameType
2222 METHOD isBlockPlacingRestricted ()Z
23- COMMENT Returns {@code true} if this is the ADVENTURE game type
23+ COMMENT Returns {@code true} if this is the ADVENTURE or SPECTATOR game type
2424 METHOD isCreative ()Z
2525 COMMENT Returns {@code true} if this is the CREATIVE game type
2626 METHOD isSurvival ()Z
You can’t perform that action at this time.
0 commit comments