Skip to content

Commit

Permalink
Javadoc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuilder1961 committed Nov 25, 2024
1 parent 7934efe commit 988959b
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import net.minecraft.client.gui.hud.ChatHud;
import net.minecraft.client.gui.hud.ChatHudLine;
import net.minecraft.client.gui.hud.MessageIndicator;
import net.minecraft.client.gui.screen.ChatInputSuggestor;
import net.minecraft.client.gui.screen.ChatScreen;
import net.minecraft.client.gui.screen.Screen;
import net.minecraft.client.gui.tooltip.Tooltip;
Expand Down Expand Up @@ -228,11 +229,11 @@ protected void initSearchStuff(CallbackInfo ci) {
}

/**
* @implNote Rendering order:
* @implNote In order, renders:
* <ol>
* <li>(Shifts everything backwards into the Z axis to
* not render over the ChatInputSuggestor and suggestion
* text)</li>
* <li>(Everything shifted backwards on the Z-axis in
* order to render under the {@link ChatInputSuggestor}
* and suggestion text)</li>
* <li>The {@link #searchButton}</li>
* <li>If the search bar should show:</li>
* <ol>
Expand Down

0 comments on commit 988959b

Please sign in to comment.