Package net.minecraft.client.gui.screen
Class ResourcePackScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.class_4121
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ResourcePackScreen
- All Implemented Interfaces:
class_4122,class_4123,IdentifibleBooleanConsumer
- Mappings:
Namespace Name official cmpintermediary net/minecraft/class_617named net/minecraft/client/gui/screen/ResourcePackScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AvailableResourcePackListWidgetprivate booleanprivate final Screenprivate SelectedResourcePackListWidgetFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, field_20307, field_20308, height, labels, passEvents, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinit()voidvoidmethod_18806(ResourcePackEntryWidget resourcePackEntryWidget) voidmethod_18808(ResourcePackEntryWidget resourcePackEntryWidget) booleanmethod_18810(ResourcePackEntryWidget resourcePackEntryWidget) voidrender(int mouseX, int mouseY, float tickDelta) Methods inherited from class net.minecraft.client.gui.screen.Screen
confirmResult, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, keyPressed, method_13411, method_14502, method_18423, method_18605, method_18607, method_18608, removed, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldPauseGame, tickMethods inherited from class net.minecraft.class_4121
getFocused, method_18421, method_18424, method_18425, method_18426, mouseClicked, mouseDragged, mouseReleasedMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradientMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.class_4122
method_18427, method_18428Methods inherited from interface net.minecraft.class_4123
charTyped, keyReleased, mouseScrolled
-
Field Details
-
parent
- Mappings:
Namespace Name Mixin selector official aLcmp;a:Lckd;intermediary field_2248Lnet/minecraft/class_617;field_2248:Lnet/minecraft/class_388;named parentLnet/minecraft/client/gui/screen/ResourcePackScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
availablePacks
- Mappings:
Namespace Name Mixin selector official fLcmp;f:Lcms;intermediary field_7848Lnet/minecraft/class_617;field_7848:Lnet/minecraft/class_1831;named availablePacksLnet/minecraft/client/gui/screen/ResourcePackScreen;availablePacks:Lnet/minecraft/client/gui/screen/resourcepack/AvailableResourcePackListWidget;
-
selectedPacks
- Mappings:
Namespace Name Mixin selector official gLcmp;g:Lcmu;intermediary field_7849Lnet/minecraft/class_617;field_7849:Lnet/minecraft/class_1833;named selectedPacksLnet/minecraft/client/gui/screen/ResourcePackScreen;selectedPacks:Lnet/minecraft/client/gui/screen/resourcepack/SelectedResourcePackListWidget;
-
dirty
private boolean dirty- Mappings:
Namespace Name Mixin selector official hLcmp;h:Zintermediary field_10489Lnet/minecraft/class_617;field_10489:Znamed dirtyLnet/minecraft/client/gui/screen/ResourcePackScreen;dirty:Z
-
-
Constructor Details
-
ResourcePackScreen
- Mappings:
Namespace Name Mixin selector official <init>Lcmp;<init>(Lckd;)Vintermediary <init>Lnet/minecraft/class_617;<init>(Lnet/minecraft/class_388;)Vnamed <init>Lnet/minecraft/client/gui/screen/ResourcePackScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)V
-
-
Method Details
-
init
protected void init() -
method_18806
- Mappings:
Namespace Name Mixin selector official aLcmp;a(Lcmq;)Vintermediary method_18806Lnet/minecraft/class_617;method_18806(Lnet/minecraft/class_1830;)Vnamed method_18806Lnet/minecraft/client/gui/screen/ResourcePackScreen;method_18806(Lnet/minecraft/client/gui/screen/resourcepack/ResourcePackEntryWidget;)V
-
method_18808
- Mappings:
Namespace Name Mixin selector official bLcmp;b(Lcmq;)Vintermediary method_18808Lnet/minecraft/class_617;method_18808(Lnet/minecraft/class_1830;)Vnamed method_18808Lnet/minecraft/client/gui/screen/ResourcePackScreen;method_18808(Lnet/minecraft/client/gui/screen/resourcepack/ResourcePackEntryWidget;)V
-
method_18810
- Mappings:
Namespace Name Mixin selector official cLcmp;c(Lcmq;)Zintermediary method_18810Lnet/minecraft/class_617;method_18810(Lnet/minecraft/class_1830;)Znamed method_18810Lnet/minecraft/client/gui/screen/ResourcePackScreen;method_18810(Lnet/minecraft/client/gui/screen/resourcepack/ResourcePackEntryWidget;)Z
-
render
public void render(int mouseX, int mouseY, float tickDelta) -
markDirty
public void markDirty()- Mappings:
Namespace Name Mixin selector official hLcmp;h()Vintermediary method_9612Lnet/minecraft/class_617;method_9612()Vnamed markDirtyLnet/minecraft/client/gui/screen/ResourcePackScreen;markDirty()V
-