Package net.minecraft.client.gui.tooltip
Class ProfilesTooltipComponent
java.lang.Object
net.minecraft.client.gui.tooltip.ProfilesTooltipComponent
- All Implemented Interfaces:
TooltipComponent
@Environment(CLIENT)
public class ProfilesTooltipComponent
extends Object
implements TooltipComponent
- Mappings:
Namespace Name named net/minecraft/client/gui/tooltip/ProfilesTooltipComponentintermediary net/minecraft/class_9805official glj
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate final List<class_11786.class_11787> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddrawItems(TextRenderer textRenderer, int x, int y, int width, int height, DrawContext context) intgetHeight(TextRenderer textRenderer) intgetWidth(TextRenderer textRenderer) private static Stringmethod_73431(class_11786.class_11787 class_11787) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.tooltip.TooltipComponent
drawText, isSticky
-
Field Details
-
field_52140
private static final int field_52140- See Also:
- Mappings:
Namespace Name Mixin selector named field_52140Lnet/minecraft/client/gui/tooltip/ProfilesTooltipComponent;field_52140:Iintermediary field_52140Lnet/minecraft/class_9805;field_52140:Iofficial aLglj;a:I
-
field_52141
private static final int field_52141- See Also:
- Mappings:
Namespace Name Mixin selector named field_52141Lnet/minecraft/client/gui/tooltip/ProfilesTooltipComponent;field_52141:Iintermediary field_52141Lnet/minecraft/class_9805;field_52141:Iofficial bLglj;b:I
-
profiles
- Mappings:
Namespace Name Mixin selector named profilesLnet/minecraft/client/gui/tooltip/ProfilesTooltipComponent;profiles:Ljava/util/List;intermediary field_52142Lnet/minecraft/class_9805;field_52142:Ljava/util/List;official cLglj;c:Ljava/util/List;
-
-
Constructor Details
-
ProfilesTooltipComponent
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/tooltip/ProfilesTooltipComponent;<init>(Lnet/minecraft/client/gui/tooltip/ProfilesTooltipComponent$ProfilesData;)Vintermediary <init>Lnet/minecraft/class_9805;<init>(Lnet/minecraft/class_9805$class_9806;)Vofficial <init>Lglj;<init>(Lglj$a;)V
-
-
Method Details
-
getHeight
- Specified by:
getHeightin interfaceTooltipComponent- Mappings:
Namespace Name Mixin selector named getHeightLnet/minecraft/client/gui/tooltip/TooltipComponent;getHeight(Lnet/minecraft/client/font/TextRenderer;)Iintermediary method_32661Lnet/minecraft/class_5684;method_32661(Lnet/minecraft/class_327;)Iofficial aLglm;a(Lfzb;)I
-
method_73431
- Mappings:
Namespace Name Mixin selector named method_73431Lnet/minecraft/client/gui/tooltip/ProfilesTooltipComponent;method_73431(Lnet/minecraft/class_11786$class_11787;)Ljava/lang/String;intermediary method_73431Lnet/minecraft/class_9805;method_73431(Lnet/minecraft/class_11786$class_11787;)Ljava/lang/String;official aLglj;a(Lhbo$a;)Ljava/lang/String;
-
getWidth
- Specified by:
getWidthin interfaceTooltipComponent- Mappings:
Namespace Name Mixin selector named getWidthLnet/minecraft/client/gui/tooltip/TooltipComponent;getWidth(Lnet/minecraft/client/font/TextRenderer;)Iintermediary method_32664Lnet/minecraft/class_5684;method_32664(Lnet/minecraft/class_327;)Iofficial bLglm;b(Lfzb;)I
-
drawItems
public void drawItems(TextRenderer textRenderer, int x, int y, int width, int height, DrawContext context) - Specified by:
drawItemsin interfaceTooltipComponent- Mappings:
Namespace Name Mixin selector named drawItemsLnet/minecraft/client/gui/tooltip/TooltipComponent;drawItems(Lnet/minecraft/client/font/TextRenderer;IIIILnet/minecraft/client/gui/DrawContext;)Vintermediary method_32666Lnet/minecraft/class_5684;method_32666(Lnet/minecraft/class_327;IIIILnet/minecraft/class_332;)Vofficial aLglm;a(Lfzb;IIIILfze;)V
-