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 - ezd- intermediary - net/minecraft/class_8134- named - net/minecraft/client/gui/screen/world/ExperimentsScreen
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.gui.screen.ScreenScreen.SelectedElementNarrationData
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Consumer<ResourcePackManager>private final Object2BooleanMap<ResourcePackProfile>private final ThreePartsLayoutWidgetprivate static final intprivate final Screenprivate final ResourcePackManagerFields inherited from class net.minecraft.client.gui.screen.Screenclient, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedExperimentsScreen(Screen parent, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> applier) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate voidvoidclose()private static TextgetDataPackName(ResourcePackProfile packProfile) protected voidinit()Called when a screen should be initialized.protected voidvoidrender(DrawContext context, int mouseX, int mouseY, float delta) Methods inherited from class net.minecraft.client.gui.screen.ScreenaddDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, renderBackground, renderBackgroundTexture, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, tick, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElementgetFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementmouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElementcharTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
- 
Field Details- 
INFO_WIDTHprivate static final int INFO_WIDTH- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lezd;a:I- intermediary - field_42503- Lnet/minecraft/class_8134;field_42503:I- named - INFO_WIDTH- Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;INFO_WIDTH:I
 
- 
experimentToggleList- Mappings:
- Namespace - Name - Mixin selector - official - b- Lezd;b:Lesg;- intermediary - field_42504- Lnet/minecraft/class_8134;field_42504:Lnet/minecraft/class_8132;- named - experimentToggleList- Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;experimentToggleList:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;
 
- 
parent- Mappings:
- Namespace - Name - Mixin selector - official - c- Lezd;c:Leuq;- intermediary - field_42505- Lnet/minecraft/class_8134;field_42505:Lnet/minecraft/class_437;- named - parent- Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
 
- 
resourcePackManager- Mappings:
- Namespace - Name - Mixin selector - official - k- Lezd;k:Laki;- intermediary - field_42506- Lnet/minecraft/class_8134;field_42506:Lnet/minecraft/class_3283;- named - resourcePackManager- Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;resourcePackManager:Lnet/minecraft/resource/ResourcePackManager;
 
- 
applier- Mappings:
- Namespace - Name - Mixin selector - official - l- Lezd;l:Ljava/util/function/Consumer;- intermediary - field_42507- Lnet/minecraft/class_8134;field_42507:Ljava/util/function/Consumer;- named - applier- Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;applier:Ljava/util/function/Consumer;
 
- 
experiments- Mappings:
- Namespace - Name - Mixin selector - official - m- Lezd;m:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;- intermediary - field_42508- Lnet/minecraft/class_8134;field_42508:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;- named - experiments- Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;experiments:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;
 
 
- 
- 
Constructor Details- 
ExperimentsScreenprotected ExperimentsScreen(Screen parent, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> applier) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lezd;<init>(Leuq;Laki;Ljava/util/function/Consumer;)V- intermediary - <init>- Lnet/minecraft/class_8134;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_3283;Ljava/util/function/Consumer;)V- named - <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- 
initprotected 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(net.minecraft.client.gui.Element)to set the element that is initially focused.
- 
getDataPackName- Mappings:
- Namespace - Name - Mixin selector - official - a- Lezd;a(Lakg;)Lsw;- intermediary - method_49016- Lnet/minecraft/class_8134;method_49016(Lnet/minecraft/class_3288;)Lnet/minecraft/class_2561;- named - getDataPackName- Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;getDataPackName(Lnet/minecraft/resource/ResourcePackProfile;)Lnet/minecraft/text/Text;
 
- 
closepublic void close()
- 
applyAndCloseprivate void applyAndClose()- Mappings:
- Namespace - Name - Mixin selector - official - l- Lezd;l()V- intermediary - method_49024- Lnet/minecraft/class_8134;method_49024()V- named - applyAndClose- Lnet/minecraft/client/gui/screen/world/ExperimentsScreen;applyAndClose()V
 
- 
render- Specified by:
- renderin interface- Drawable
- Overrides:
- renderin class- Screen
- Mappings:
- Namespace - Name - Mixin selector - official - a- Leqh;a(Leox;IIF)V- intermediary - method_25394- Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V- named - render- Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
 
 
-