Class ChatReportScreen.ValidationErrorTooltipSupplier
java.lang.Object
net.minecraft.client.gui.screen.report.ChatReportScreen.ValidationErrorTooltipSupplier
- All Implemented Interfaces:
ButtonWidget.TooltipSupplier
- Enclosing class:
ChatReportScreen
@Environment(CLIENT)
private class ChatReportScreen.ValidationErrorTooltipSupplier
extends Object
implements ButtonWidget.TooltipSupplier
- Mappings:
Namespace Name official epb$b
intermediary net/minecraft/class_7538$class_7540
named net/minecraft/client/gui/screen/report/ChatReportScreen$ValidationErrorTooltipSupplier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onTooltip
(ButtonWidget button, MatrixStack matrices, int mouseX, int mouseY) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.widget.ButtonWidget.TooltipSupplier
supply
-
Constructor Details
-
ValidationErrorTooltipSupplier
ValidationErrorTooltipSupplier()
-
-
Method Details
-
onTooltip
- Specified by:
onTooltip
in interfaceButtonWidget.TooltipSupplier
- Mappings:
Namespace Name Mixin selector official onTooltip
Lehp$b;onTooltip(Lehp;Leaq;II)V
intermediary onTooltip
Lnet/minecraft/class_4185$class_5316;onTooltip(Lnet/minecraft/class_4185;Lnet/minecraft/class_4587;II)V
named onTooltip
Lnet/minecraft/client/gui/widget/ButtonWidget$TooltipSupplier;onTooltip(Lnet/minecraft/client/gui/widget/ButtonWidget;Lnet/minecraft/client/util/math/MatrixStack;II)V
-