Class RealmsRegionPreferenceScreen.RegionListWidget.RegionEntry
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<RealmsRegionPreferenceScreen.RegionListWidget.RegionEntry>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<RealmsRegionPreferenceScreen.RegionListWidget.RegionEntry>
net.minecraft.client.realms.gui.screen.RealmsRegionPreferenceScreen.RegionListWidget.RegionEntry
- All Implemented Interfaces:
Element,Narratable,Navigable,Widget
- Enclosing class:
RealmsRegionPreferenceScreen.RegionListWidget
@Environment(CLIENT)
private class RealmsRegionPreferenceScreen.RegionListWidget.RegionEntry
extends AlwaysSelectedEntryListWidget.Entry<RealmsRegionPreferenceScreen.RegionListWidget.RegionEntry>
- Mappings:
Namespace Name named net/minecraft/client/realms/gui/screen/RealmsRegionPreferenceScreen$RegionListWidget$RegionEntryintermediary net/minecraft/class_11316$class_11317$class_11318official fuf$a$a
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Text(package private) final RealmsSettingsTab.RegionFields inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
field_62115 -
Constructor Summary
ConstructorsConstructorDescriptionRegionEntry(RegionSelectionMethod selectionMethod, @Nullable RealmsRegion region) RegionEntry(RealmsSettingsTab.Region region) -
Method Summary
Modifier and TypeMethodDescriptionbooleanmouseClicked(double mouseX, double mouseY, int button, boolean doubleClick) Callback for when a mouse button down event has been captured.voidrender(DrawContext context, int index, int y, boolean bool, float float2) Renders an entry in a list.Methods inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry
appendNarrationsMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
forEachChild, getHeight, getNavigationFocus, getWidth, getX, getY, isFocused, isMouseOver, method_73380, method_73381, method_73382, method_73383, method_73384, method_73385, method_73386, method_73387, method_73388, method_73389, setFocused, setX, setYMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
charTyped, getBorder, getFocusedPath, getNavigationPath, keyPressed, keyReleased, method_72784, mouseDragged, mouseMoved, mouseReleased, mouseScrolledMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Field Details
-
region
- Mappings:
Namespace Name Mixin selector named regionLnet/minecraft/client/realms/gui/screen/RealmsRegionPreferenceScreen$RegionListWidget$RegionEntry;region:Lnet/minecraft/client/realms/gui/screen/tab/RealmsSettingsTab$Region;intermediary field_60264Lnet/minecraft/class_11316$class_11317$class_11318;field_60264:Lnet/minecraft/class_11319$class_11320;official bLfuf$a$a;b:Lfug$a;
-
name
- Mappings:
Namespace Name Mixin selector named nameLnet/minecraft/client/realms/gui/screen/RealmsRegionPreferenceScreen$RegionListWidget$RegionEntry;name:Lnet/minecraft/text/Text;intermediary field_60265Lnet/minecraft/class_11316$class_11317$class_11318;field_60265:Lnet/minecraft/class_2561;official cLfuf$a$a;c:Lxv;
-
-
Constructor Details
-
RegionEntry
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/realms/gui/screen/RealmsRegionPreferenceScreen$RegionListWidget$RegionEntry;<init>(Lnet/minecraft/client/realms/gui/screen/RealmsRegionPreferenceScreen$RegionListWidget;Lnet/minecraft/client/realms/dto/RegionSelectionMethod;Lnet/minecraft/client/realms/dto/RealmsRegion;)Vintermediary <init>Lnet/minecraft/class_11316$class_11317$class_11318;<init>(Lnet/minecraft/class_11316$class_11317;Lnet/minecraft/class_11311;Lnet/minecraft/class_11303;)Vofficial <init>Lfuf$a$a;<init>(Lfuf$a;Lfsk;Lfrx;)V
-
RegionEntry
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/realms/gui/screen/RealmsRegionPreferenceScreen$RegionListWidget$RegionEntry;<init>(Lnet/minecraft/client/realms/gui/screen/RealmsRegionPreferenceScreen$RegionListWidget;Lnet/minecraft/client/realms/gui/screen/tab/RealmsSettingsTab$Region;)Vintermediary <init>Lnet/minecraft/class_11316$class_11317$class_11318;<init>(Lnet/minecraft/class_11316$class_11317;Lnet/minecraft/class_11319$class_11320;)Vofficial <init>Lfuf$a$a;<init>(Lfuf$a;Lfug$a;)V
-
-
Method Details
-
getNarration
- Specified by:
getNarrationin classAlwaysSelectedEntryListWidget.Entry<RealmsRegionPreferenceScreen.RegionListWidget.RegionEntry>- Mappings:
Namespace Name Mixin selector named getNarrationLnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry;getNarration()Lnet/minecraft/text/Text;intermediary method_37006Lnet/minecraft/class_4280$class_4281;method_37006()Lnet/minecraft/class_2561;official aLgan$a;a()Lxv;
-
render
Renders an entry in a list.- Specified by:
renderin classEntryListWidget.Entry<RealmsRegionPreferenceScreen.RegionListWidget.RegionEntry>- Parameters:
index- the index of the entryy- the Y coordinate of the entry- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/gui/DrawContext;IIZF)Vintermediary method_25343Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_332;IIZF)Vofficial aLfzk$a;a(Lfze;IIZF)V
-
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int button, boolean doubleClick) Callback for when a mouse button down event has been captured. The button number is identified by the constants inGLFWclass.- Specified by:
mouseClickedin interfaceElement- Overrides:
mouseClickedin classAlwaysSelectedEntryListWidget.Entry<RealmsRegionPreferenceScreen.RegionListWidget.RegionEntry>- Parameters:
mouseX- the X coordinate of the mousemouseY- the Y coordinate of the mousebutton- the mouse button number- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named mouseClickedLnet/minecraft/client/gui/Element;mouseClicked(DDIZ)Zintermediary method_25402Lnet/minecraft/class_364;method_25402(DDIZ)Zofficial aLgcx;a(DDIZ)Z
-