Skip to content

Commit

Permalink
Remove outdated fields from access widener
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizistral committed May 3, 2024
1 parent 0c2c74a commit 3c4c9a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/nochatreports.accesswidener
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ accessible field net/minecraft/network/chat/contents/TranslatableContents args [
mutable field net/minecraft/network/chat/contents/TranslatableContents args [Ljava/lang/Object;
accessible field net/minecraft/network/chat/MutableComponent contents Lnet/minecraft/network/chat/ComponentContents;
mutable field net/minecraft/network/chat/MutableComponent contents Lnet/minecraft/network/chat/ComponentContents;
accessible field net/minecraft/client/gui/screens/multiplayer/WarningScreen message Lnet/minecraft/client/gui/components/MultiLineLabel;
#accessible field net/minecraft/client/gui/screens/multiplayer/WarningScreen message Lnet/minecraft/client/gui/components/MultiLineLabel;
accessible field net/minecraft/client/multiplayer/ClientPacketListener signedMessageEncoder Lnet/minecraft/network/chat/SignedMessageChain$Encoder;
accessible field net/minecraft/client/multiplayer/ClientPacketListener chatSession Lnet/minecraft/network/chat/LocalChatSession;
accessible method net/minecraft/client/gui/components/Tooltip <init> (Lnet/minecraft/network/chat/Component;Lnet/minecraft/network/chat/Component;)V
Expand All @@ -14,7 +14,7 @@ accessible field net/minecraft/client/gui/components/Tooltip narration Lnet/mine
accessible field net/minecraft/client/gui/components/Tooltip cachedTooltip Ljava/util/List;
accessible field net/minecraft/client/gui/screens/Screen minecraft Lnet/minecraft/client/Minecraft;
accessible field net/minecraft/client/gui/screens/Screen font Lnet/minecraft/client/gui/Font;
accessible field net/minecraft/client/gui/components/AbstractWidget tooltip Lnet/minecraft/client/gui/components/Tooltip;
#accessible field net/minecraft/client/gui/components/AbstractWidget tooltip Lnet/minecraft/client/gui/components/Tooltip;
#accessible field net/minecraft/client/gui/components/AbstractWidget tooltipMsDelay I
#accessible method net/minecraft/client/gui/components/AbstractWidget updateTooltip ()V
#extendable method net/minecraft/client/gui/components/AbstractWidget updateTooltip ()V
Expand Down

0 comments on commit 3c4c9a1

Please sign in to comment.