Class WorldListWidget.Entry
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<E>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<WorldListWidget.Entry>
net.minecraft.client.gui.screen.world.WorldListWidget.Entry
- All Implemented Interfaces:
AutoCloseable,Element
- Enclosing class:
- WorldListWidget
@Environment(CLIENT) public final class WorldListWidget.Entry extends AlwaysSelectedEntryListWidget.Entry<WorldListWidget.Entry> implements AutoCloseable
- Mappings:
Namespace Name official dza$aintermediary net/minecraft/class_528$class_4272named net/minecraft/client/gui/screen/world/WorldListWidget$Entry
-
Field Summary
Fields Modifier and Type Field Description private MinecraftClientclientprivate NativeImageBackedTextureiconprivate FileiconFileprivate IdentifiericonLocationprivate LevelSummarylevelprivate SelectWorldScreenscreenprivate longtime -
Constructor Summary
Constructors Constructor Description Entry(WorldListWidget levelList, LevelSummary level) -
Method Summary
Modifier and Type Method Description voidclose()voiddelete()voidedit()private NativeImageBackedTexturegetIconTexture()private voidmethod_29990()voidmethod_33685()booleanmouseClicked(double mouseX, double mouseY, int button)Callback for when a mouse button down event has been captured.voidplay()voidrecreate()voidrender(MatrixStack matrices, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta)Renders an entry in a list.private voidstart()Methods inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry
changeFocusMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
isMouseOverMethods 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, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Field Details
-
client
- Mappings:
Namespace Name Mixin selector official bLdza$a;b:Ldqk;intermediary field_19136Lnet/minecraft/class_528$class_4272;field_19136:Lnet/minecraft/class_310;named clientLnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;client:Lnet/minecraft/client/MinecraftClient;
-
screen
- Mappings:
Namespace Name Mixin selector official cLdza$a;c:Ldyx;intermediary field_19137Lnet/minecraft/class_528$class_4272;field_19137:Lnet/minecraft/class_526;named screenLnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;screen:Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;
-
level
- Mappings:
Namespace Name Mixin selector official dLdza$a;d:Lddv;intermediary field_19138Lnet/minecraft/class_528$class_4272;field_19138:Lnet/minecraft/class_34;named levelLnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;level:Lnet/minecraft/world/level/storage/LevelSummary;
-
iconLocation
- Mappings:
Namespace Name Mixin selector official eLdza$a;e:Lwb;intermediary field_19139Lnet/minecraft/class_528$class_4272;field_19139:Lnet/minecraft/class_2960;named iconLocationLnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;iconLocation:Lnet/minecraft/util/Identifier;
-
iconFile
- Mappings:
Namespace Name Mixin selector official fLdza$a;f:Ljava/io/File;intermediary field_19140Lnet/minecraft/class_528$class_4272;field_19140:Ljava/io/File;named iconFileLnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;iconFile:Ljava/io/File;
-
icon
- Mappings:
Namespace Name Mixin selector official gLdza$a;g:Lerk;intermediary field_19141Lnet/minecraft/class_528$class_4272;field_19141:Lnet/minecraft/class_1043;named iconLnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;icon:Lnet/minecraft/client/texture/NativeImageBackedTexture;
-
time
private long time- Mappings:
Namespace Name Mixin selector official hLdza$a;h:Jintermediary field_19142Lnet/minecraft/class_528$class_4272;field_19142:Jnamed timeLnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;time:J
-
-
Constructor Details
-
Entry
- Mappings:
Namespace Name Mixin selector official <init>Ldza$a;<init>(Ldza;Ldza;Lddv;)Vintermediary <init>Lnet/minecraft/class_528$class_4272;<init>(Lnet/minecraft/class_528;Lnet/minecraft/class_528;Lnet/minecraft/class_34;)Vnamed <init>Lnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;<init>(Lnet/minecraft/client/gui/screen/world/WorldListWidget;Lnet/minecraft/client/gui/screen/world/WorldListWidget;Lnet/minecraft/world/level/storage/LevelSummary;)V
-
-
Method Details
-
render
public void render(MatrixStack matrices, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta)Renders an entry in a list.- Specified by:
renderin classEntryListWidget.Entry<WorldListWidget.Entry>- Parameters:
matrices- the matrix stack used for renderingindex- the index of the entryy- the Y coordinate of the entryx- the X coordinate of the entryentryWidth- the width of the entryentryHeight- the height of the entrymouseX- the X coordinate of the mousemouseY- the Y coordinate of the mousehovered- whether the mouse is hovering over the entry- Mappings:
Namespace Name Mixin selector official aLdrq$a;a(Ldlr;IIIIIIIZF)Vintermediary method_25343Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_4587;IIIIIIIZF)Vnamed renderLnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/util/math/MatrixStack;IIIIIIIZF)V
-
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int button)Callback for when a mouse button down event has been captured. The button number is identified by the constants inGLFWclass.- Specified by:
mouseClickedin interfaceElement- 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:
Mouse.onMouseButton(long, int, int, int),GLFW.GLFW_MOUSE_BUTTON_1- Mappings:
Namespace Name Mixin selector official aLdst;a(DDI)Zintermediary method_25402Lnet/minecraft/class_364;method_25402(DDI)Znamed mouseClickedLnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
-
play
public void play()- Mappings:
Namespace Name Mixin selector official aLdza$a;a()Vintermediary method_20164Lnet/minecraft/class_528$class_4272;method_20164()Vnamed playLnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;play()V
-
delete
public void delete()- Mappings:
Namespace Name Mixin selector official bLdza$a;b()Vintermediary method_20169Lnet/minecraft/class_528$class_4272;method_20169()Vnamed deleteLnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;delete()V
-
method_33685
public void method_33685()- Mappings:
Namespace Name Mixin selector official cLdza$a;c()Vintermediary method_33685Lnet/minecraft/class_528$class_4272;method_33685()Vnamed method_33685Lnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;method_33685()V
-
edit
public void edit()- Mappings:
Namespace Name Mixin selector official dLdza$a;d()Vintermediary method_20171Lnet/minecraft/class_528$class_4272;method_20171()Vnamed editLnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;edit()V
-
recreate
public void recreate()- Mappings:
Namespace Name Mixin selector official eLdza$a;e()Vintermediary method_20173Lnet/minecraft/class_528$class_4272;method_20173()Vnamed recreateLnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;recreate()V
-
start
private void start()- Mappings:
Namespace Name Mixin selector official gLdza$a;g()Vintermediary method_20174Lnet/minecraft/class_528$class_4272;method_20174()Vnamed startLnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;start()V
-
method_29990
private void method_29990()- Mappings:
Namespace Name Mixin selector official hLdza$a;h()Vintermediary method_29990Lnet/minecraft/class_528$class_4272;method_29990()Vnamed method_29990Lnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;method_29990()V
-
getIconTexture
- Mappings:
Namespace Name Mixin selector official iLdza$a;i()Lerk;intermediary method_20175Lnet/minecraft/class_528$class_4272;method_20175()Lnet/minecraft/class_1043;named getIconTextureLnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;getIconTexture()Lnet/minecraft/client/texture/NativeImageBackedTexture;
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Mappings:
Namespace Name Mixin selector official closeLdza$a;close()Vintermediary closeLnet/minecraft/class_528$class_4272;close()Vnamed closeLnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;close()V
-