Class ResourcePackEntryWidget
java.lang.Object
net.minecraft.client.gui.screen.resourcepack.ResourcePackWidget
net.minecraft.client.gui.screen.resourcepack.ResourcePackEntryWidget
- All Implemented Interfaces:
EntryListWidget.Entry
@Environment(CLIENT) public class ResourcePackEntryWidget extends ResourcePackWidget
- Mappings:
Namespace Name official azrintermediary net/minecraft/class_818named net/minecraft/client/gui/screen/resourcepack/ResourcePackEntryWidget
-
Field Summary
Fields Modifier and Type Field Description private ResourcePackLoader.EntryentryFields inherited from class net.minecraft.client.gui.screen.resourcepack.ResourcePackWidget
client, screen -
Constructor Summary
Constructors Constructor Description ResourcePackEntryWidget(ResourcePackScreen screen, ResourcePackLoader.Entry entry) -
Method Summary
Modifier and Type Method Description protected voidbindIcon()protected StringgetDescription()ResourcePackLoader.EntrygetEntry()protected intgetFormat()protected StringgetName()Methods inherited from class net.minecraft.client.gui.screen.resourcepack.ResourcePackWidget
method_2981, method_2982, method_2983, method_2984, method_2985, mouseClicked, mouseReleased, render, updatePosition
-
Field Details
-
entry
- Mappings:
Namespace Name Mixin selector official cLazr;c:Lbnm$a;intermediary field_3580Lnet/minecraft/class_818;field_3580:Lnet/minecraft/class_1262$class_1263;named entryLnet/minecraft/client/gui/screen/resourcepack/ResourcePackEntryWidget;entry:Lnet/minecraft/client/resource/ResourcePackLoader$Entry;
-
-
Constructor Details
-
ResourcePackEntryWidget
- Mappings:
Namespace Name Mixin selector official <init>Lazr;<init>(Lazo;Lbnm$a;)Vintermediary <init>Lnet/minecraft/class_818;<init>(Lnet/minecraft/class_815;Lnet/minecraft/class_1262$class_1263;)Vnamed <init>Lnet/minecraft/client/gui/screen/resourcepack/ResourcePackEntryWidget;<init>(Lnet/minecraft/client/gui/screen/ResourcePackScreen;Lnet/minecraft/client/resource/ResourcePackLoader$Entry;)V
-
-
Method Details
-
bindIcon
protected void bindIcon()- Specified by:
bindIconin classResourcePackWidget- Mappings:
Namespace Name Mixin selector official dLazp;d()Vintermediary method_2980Lnet/minecraft/class_816;method_2980()Vnamed bindIconLnet/minecraft/client/gui/screen/resourcepack/ResourcePackWidget;bindIcon()V
-
getFormat
protected int getFormat()- Specified by:
getFormatin classResourcePackWidget- Mappings:
Namespace Name Mixin selector official aLazp;a()Iintermediary method_2977Lnet/minecraft/class_816;method_2977()Inamed getFormatLnet/minecraft/client/gui/screen/resourcepack/ResourcePackWidget;getFormat()I
-
getDescription
- Specified by:
getDescriptionin classResourcePackWidget- Mappings:
Namespace Name Mixin selector official bLazp;b()Ljava/lang/String;intermediary method_2978Lnet/minecraft/class_816;method_2978()Ljava/lang/String;named getDescriptionLnet/minecraft/client/gui/screen/resourcepack/ResourcePackWidget;getDescription()Ljava/lang/String;
-
getName
- Specified by:
getNamein classResourcePackWidget- Mappings:
Namespace Name Mixin selector official cLazp;c()Ljava/lang/String;intermediary method_2979Lnet/minecraft/class_816;method_2979()Ljava/lang/String;named getNameLnet/minecraft/client/gui/screen/resourcepack/ResourcePackWidget;getName()Ljava/lang/String;
-
getEntry
- Mappings:
Namespace Name Mixin selector official jLazr;j()Lbnm$a;intermediary method_2986Lnet/minecraft/class_818;method_2986()Lnet/minecraft/class_1262$class_1263;named getEntryLnet/minecraft/client/gui/screen/resourcepack/ResourcePackEntryWidget;getEntry()Lnet/minecraft/client/resource/ResourcePackLoader$Entry;
-