Class BlockListSettingScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
meteordevelopment.meteorclient.gui.WidgetScreen
meteordevelopment.meteorclient.gui.WindowScreen
meteordevelopment.meteorclient.gui.screens.settings.LeftRightListSettingScreen<net.minecraft.block.Block>
meteordevelopment.meteorclient.gui.screens.settings.BlockListSettingScreen
- All Implemented Interfaces:
net.minecraft.client.gui.Drawable,net.minecraft.client.gui.Element,net.minecraft.client.gui.navigation.Navigable,net.minecraft.client.gui.ParentElement
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.Screen.SelectedElementNarrationData -
Field Summary
Fields inherited from class meteordevelopment.meteorclient.gui.screens.settings.LeftRightListSettingScreen
collection, settingFields inherited from class meteordevelopment.meteorclient.gui.WindowScreen
windowFields inherited from class meteordevelopment.meteorclient.gui.WidgetScreen
animProgress, enterAction, firstInit, locked, lockedAllowClose, parent, taskAfterRender, themeFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsConstructorDescriptionBlockListSettingScreen(GuiTheme theme, Setting<List<net.minecraft.block.Block>> setting) -
Method Summary
Modifier and TypeMethodDescriptionprotected net.minecraft.block.BlockgetAdditionalValue(net.minecraft.block.Block value) protected StringgetValueName(net.minecraft.block.Block value) protected WWidgetgetValueWidget(net.minecraft.block.Block value) protected booleanincludeValue(net.minecraft.block.Block value) protected booleanskipValue(net.minecraft.block.Block value) Methods inherited from class meteordevelopment.meteorclient.gui.screens.settings.LeftRightListSettingScreen
initWidgetsMethods inherited from class meteordevelopment.meteorclient.gui.WindowScreen
add, clearMethods inherited from class meteordevelopment.meteorclient.gui.WidgetScreen
close, fromClipboard, charTyped, init, invalidate, keyPressed, keyReleased, keyRepeated, mouseClicked, mouseMoved, mouseReleased, mouseScrolled, onClosed, onClosed, onRenderBefore, reload, removed, render, resize, runAfterRenderTasks, shouldCloseOnEsc, shouldPause, toClipboardMethods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, children, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackground, renderBackgroundTexture, renderWithTooltip, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, 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.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, mouseDragged, setFocused
-
Constructor Details
-
BlockListSettingScreen
-
-
Method Details
-
includeValue
protected boolean includeValue(net.minecraft.block.Block value) - Overrides:
includeValuein classLeftRightListSettingScreen<net.minecraft.block.Block>
-
getValueWidget
- Specified by:
getValueWidgetin classLeftRightListSettingScreen<net.minecraft.block.Block>
-
getValueName
- Specified by:
getValueNamein classLeftRightListSettingScreen<net.minecraft.block.Block>
-
skipValue
protected boolean skipValue(net.minecraft.block.Block value) - Overrides:
skipValuein classLeftRightListSettingScreen<net.minecraft.block.Block>
-
getAdditionalValue
protected net.minecraft.block.Block getAdditionalValue(net.minecraft.block.Block value) - Overrides:
getAdditionalValuein classLeftRightListSettingScreen<net.minecraft.block.Block>
-