Package net.minecraft.client.gui.screen
Class ResourcePackScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ResourcePackScreen
- All Implemented Interfaces:
IdentifibleBooleanConsumer
- Mappings:
Namespace Name official bnwintermediary net/minecraft/class_617named net/minecraft/client/gui/screen/ResourcePackScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<ResourcePackWidget>private AvailableResourcePackListWidgetprivate booleanprivate final Screenprivate List<ResourcePackWidget>private SelectedResourcePackListWidgetFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, height, itemRenderer, labels, passEvents, prevClickedButton, 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 voidbuttonClicked(ButtonWidget button) getContainingList(ResourcePackWidget resourcePack) voidvoidinit()booleanisPackSelected(ResourcePackWidget resourcePack) voidprotected voidmouseClicked(int mouseX, int mouseY, int button) protected voidmouseReleased(int mouseX, int mouseY, int button) voidrender(int mouseX, int mouseY, float tickDelta) Methods inherited from class net.minecraft.client.gui.screen.Screen
confirmResult, getClipboard, handleInput, handleKeyboard, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, keyPressed, method_13411, method_14502, method_14503, method_14504, mouseDragged, removed, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, setClipboard, setScreenBounds, shouldPauseGame, tickMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradient
-
Field Details
-
parent
- Mappings:
Namespace Name Mixin selector official aLbnw;a:Lblk;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;
-
availablePackList
- Mappings:
Namespace Name Mixin selector official fLbnw;f:Ljava/util/List;intermediary field_7846Lnet/minecraft/class_617;field_7846:Ljava/util/List;named availablePackListLnet/minecraft/client/gui/screen/ResourcePackScreen;availablePackList:Ljava/util/List;
-
selectedPackList
- Mappings:
Namespace Name Mixin selector official gLbnw;g:Ljava/util/List;intermediary field_7847Lnet/minecraft/class_617;field_7847:Ljava/util/List;named selectedPackListLnet/minecraft/client/gui/screen/ResourcePackScreen;selectedPackList:Ljava/util/List;
-
availablePacks
- Mappings:
Namespace Name Mixin selector official hLbnw;h:Lboc;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 iLbnw;i:Lboe;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 sLbnw;s: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>Lbnw;<init>(Lblk;)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
public void init() -
handleMouse
public void handleMouse()- Overrides:
handleMousein classScreen- Mappings:
Namespace Name Mixin selector official kLblk;k()Vintermediary method_1035Lnet/minecraft/class_388;method_1035()Vnamed handleMouseLnet/minecraft/client/gui/screen/Screen;handleMouse()V
-
isPackSelected
- Mappings:
Namespace Name Mixin selector official aLbnw;a(Lbnx;)Zintermediary method_6796Lnet/minecraft/class_617;method_6796(Lnet/minecraft/class_1828;)Znamed isPackSelectedLnet/minecraft/client/gui/screen/ResourcePackScreen;isPackSelected(Lnet/minecraft/client/gui/screen/resourcepack/ResourcePackWidget;)Z
-
getContainingList
- Mappings:
Namespace Name Mixin selector official bLbnw;b(Lbnx;)Ljava/util/List;intermediary method_6797Lnet/minecraft/class_617;method_6797(Lnet/minecraft/class_1828;)Ljava/util/List;named getContainingListLnet/minecraft/client/gui/screen/ResourcePackScreen;getContainingList(Lnet/minecraft/client/gui/screen/resourcepack/ResourcePackWidget;)Ljava/util/List;
-
getAvailablePacks
- Mappings:
Namespace Name Mixin selector official aLbnw;a()Ljava/util/List;intermediary method_6795Lnet/minecraft/class_617;method_6795()Ljava/util/List;named getAvailablePacksLnet/minecraft/client/gui/screen/ResourcePackScreen;getAvailablePacks()Ljava/util/List;
-
getSelectedPacks
- Mappings:
Namespace Name Mixin selector official fLbnw;f()Ljava/util/List;intermediary method_6798Lnet/minecraft/class_617;method_6798()Ljava/util/List;named getSelectedPacksLnet/minecraft/client/gui/screen/ResourcePackScreen;getSelectedPacks()Ljava/util/List;
-
buttonClicked
- Overrides:
buttonClickedin classScreen- Mappings:
Namespace Name Mixin selector official aLblk;a(Lbja;)Vintermediary method_1027Lnet/minecraft/class_388;method_1027(Lnet/minecraft/class_356;)Vnamed buttonClickedLnet/minecraft/client/gui/screen/Screen;buttonClicked(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
-
mouseClicked
protected void mouseClicked(int mouseX, int mouseY, int button) - Overrides:
mouseClickedin classScreen- Mappings:
Namespace Name Mixin selector official aLblk;a(III)Vintermediary method_1026Lnet/minecraft/class_388;method_1026(III)Vnamed mouseClickedLnet/minecraft/client/gui/screen/Screen;mouseClicked(III)V
-
mouseReleased
protected void mouseReleased(int mouseX, int mouseY, int button) - Overrides:
mouseReleasedin classScreen- Mappings:
Namespace Name Mixin selector official bLblk;b(III)Vintermediary method_1032Lnet/minecraft/class_388;method_1032(III)Vnamed mouseReleasedLnet/minecraft/client/gui/screen/Screen;mouseReleased(III)V
-
render
public void render(int mouseX, int mouseY, float tickDelta) -
markDirty
public void markDirty()- Mappings:
Namespace Name Mixin selector official gLbnw;g()Vintermediary method_9612Lnet/minecraft/class_617;method_9612()Vnamed markDirtyLnet/minecraft/client/gui/screen/ResourcePackScreen;markDirty()V
-