Class RealmsBackupScreen.BackupObjectSelectionListEntry
java.lang.Object
net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry<E>
net.minecraft.client.gui.widget.list.ExtendedList.AbstractListEntry<RealmsBackupScreen.BackupObjectSelectionListEntry>
com.mojang.realmsclient.gui.screens.RealmsBackupScreen.BackupObjectSelectionListEntry
- All Implemented Interfaces:
IGuiEventListener
- Enclosing class:
- RealmsBackupScreen
class RealmsBackupScreen.BackupObjectSelectionListEntry
extends ExtendedList.AbstractListEntry<RealmsBackupScreen.BackupObjectSelectionListEntry>
-
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
list -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voiddrawInfo(MatrixStack p_237768_1_, int p_237768_2_, int p_237768_3_, int p_237768_4_, int p_237768_5_) private voiddrawRestore(MatrixStack p_237766_1_, int p_237766_2_, int p_237766_3_, int p_237766_4_, int p_237766_5_) private StringgetMediumDatePresentation(Date p_223738_1_) voidrender(MatrixStack p_230432_1_, int p_230432_2_, int p_230432_3_, int p_230432_4_, int p_230432_5_, int p_230432_6_, int p_230432_7_, int p_230432_8_, boolean p_230432_9_, float p_230432_10_) private voidrenderBackupItem(MatrixStack p_237767_1_, Backup p_237767_2_, int p_237767_3_, int p_237767_4_, int p_237767_5_, int p_237767_6_) Methods inherited from class net.minecraft.client.gui.widget.list.ExtendedList.AbstractListEntry
changeFocusMethods inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
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.IGuiEventListener
charTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Field Details
-
backup
-
-
Constructor Details
-
BackupObjectSelectionListEntry
-
-
Method Details
-
render
public void render(MatrixStack p_230432_1_, int p_230432_2_, int p_230432_3_, int p_230432_4_, int p_230432_5_, int p_230432_6_, int p_230432_7_, int p_230432_8_, boolean p_230432_9_, float p_230432_10_) - Specified by:
renderin classAbstractList.AbstractListEntry<RealmsBackupScreen.BackupObjectSelectionListEntry>
-
renderBackupItem
private void renderBackupItem(MatrixStack p_237767_1_, Backup p_237767_2_, int p_237767_3_, int p_237767_4_, int p_237767_5_, int p_237767_6_) -
getMediumDatePresentation
-
drawRestore
private void drawRestore(MatrixStack p_237766_1_, int p_237766_2_, int p_237766_3_, int p_237766_4_, int p_237766_5_) -
drawInfo
private void drawInfo(MatrixStack p_237768_1_, int p_237768_2_, int p_237768_3_, int p_237768_4_, int p_237768_5_)
-