Class ExperimentsScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.world.ExperimentsScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Mappings:
Namespace Name official ftkintermediary net/minecraft/class_8134named net/minecraft/client/gui/screen/world/ExperimentsScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Consumer<ResourcePackManager> private final Object2BooleanMap<ResourcePackProfile> private final ThreePartsLayoutWidgetprivate static final Textprivate static final intprivate final Screenprivate final ResourcePackManagerprivate static final TextFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsConstructorDescriptionExperimentsScreen(Screen parent, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> applier) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidvoidclose()private static TextgetDataPackName(ResourcePackProfile packProfile) protected voidinit()Called when a screen should be initialized.protected voidMethods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNavigationFocus, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, tick, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods 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
mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
TITLE
- Mappings:
Namespace Name Mixin selector official aLftk;a:Lxe;intermediary field_49562Lnet/minecraft/class_8134;field_49562:Lnet/minecraft/class_2561;named TITLELnet/minecraft/client/gui/screen/world/ExperimentsScreen;TITLE:Lnet/minecraft/text/Text;
-
INFO_TEXT
- Mappings:
Namespace Name Mixin selector official bLftk;b:Lxe;intermediary field_50043Lnet/minecraft/class_8134;field_50043:Lnet/minecraft/class_2561;named INFO_TEXTLnet/minecraft/client/gui/screen/world/ExperimentsScreen;INFO_TEXT:Lnet/minecraft/text/Text;
-
INFO_WIDTH
private static final int INFO_WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector official cLftk;c:Iintermediary field_42503Lnet/minecraft/class_8134;field_42503:Inamed INFO_WIDTHLnet/minecraft/client/gui/screen/world/ExperimentsScreen;INFO_WIDTH:I
-
experimentToggleList
- Mappings:
Namespace Name Mixin selector official dLftk;d:Lfma;intermediary field_42504Lnet/minecraft/class_8134;field_42504:Lnet/minecraft/class_8132;named experimentToggleListLnet/minecraft/client/gui/screen/world/ExperimentsScreen;experimentToggleList:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;
-
parent
- Mappings:
Namespace Name Mixin selector official rLftk;r:Lfon;intermediary field_42505Lnet/minecraft/class_8134;field_42505:Lnet/minecraft/class_437;named parentLnet/minecraft/client/gui/screen/world/ExperimentsScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
resourcePackManager
- Mappings:
Namespace Name Mixin selector official sLftk;s:Lato;intermediary field_42506Lnet/minecraft/class_8134;field_42506:Lnet/minecraft/class_3283;named resourcePackManagerLnet/minecraft/client/gui/screen/world/ExperimentsScreen;resourcePackManager:Lnet/minecraft/resource/ResourcePackManager;
-
applier
- Mappings:
Namespace Name Mixin selector official uLftk;u:Ljava/util/function/Consumer;intermediary field_42507Lnet/minecraft/class_8134;field_42507:Ljava/util/function/Consumer;named applierLnet/minecraft/client/gui/screen/world/ExperimentsScreen;applier:Ljava/util/function/Consumer;
-
experiments
- Mappings:
Namespace Name Mixin selector official vLftk;v:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;intermediary field_42508Lnet/minecraft/class_8134;field_42508:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;named experimentsLnet/minecraft/client/gui/screen/world/ExperimentsScreen;experiments:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;
-
-
Constructor Details
-
ExperimentsScreen
public ExperimentsScreen(Screen parent, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> applier) - Mappings:
Namespace Name Mixin selector official <init>Lftk;<init>(Lfon;Lato;Ljava/util/function/Consumer;)Vintermediary <init>Lnet/minecraft/class_8134;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_3283;Ljava/util/function/Consumer;)Vnamed <init>Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/resource/ResourcePackManager;Ljava/util/function/Consumer;)V
-
-
Method Details
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
This should call
Screen.setInitialFocus()to set the element that is initially focused. -
getDataPackName
- Mappings:
Namespace Name Mixin selector official aLftk;a(Latl;)Lxe;intermediary method_49016Lnet/minecraft/class_8134;method_49016(Lnet/minecraft/class_3288;)Lnet/minecraft/class_2561;named getDataPackNameLnet/minecraft/client/gui/screen/world/ExperimentsScreen;getDataPackName(Lnet/minecraft/resource/ResourcePackProfile;)Lnet/minecraft/text/Text;
-
getNarratedTitle
- Overrides:
getNarratedTitlein classScreen- Mappings:
Namespace Name Mixin selector official iLfon;i()Lxe;intermediary method_25435Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;named getNarratedTitleLnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
-
close
public void close() -
applyAndClose
private void applyAndClose()- Mappings:
Namespace Name Mixin selector official BLftk;B()Vintermediary method_49024Lnet/minecraft/class_8134;method_49024()Vnamed applyAndCloseLnet/minecraft/client/gui/screen/world/ExperimentsScreen;applyAndClose()V
-