Uses of Interface
net.minecraft.client.gui.layouts.Layout
Packages that use Layout
Package
Description
-
Uses of Layout in com.mojang.realmsclient
Methods in com.mojang.realmsclient that return LayoutModifier and TypeMethodDescriptionprivate Layout
RealmsMainScreen.createFooter
(RealmsMainScreen.LayoutState p_294561_) private Layout
RealmsMainScreen.createHeader()
-
Uses of Layout in net.minecraft.client.gui.layouts
Classes in net.minecraft.client.gui.layouts that implement LayoutModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in net.minecraft.client.gui.layouts that return LayoutModifier and TypeMethodDescriptionstatic Layout
CommonLayouts.labeledElement
(Font p_300005_, LayoutElement p_299827_, Component p_299870_) static Layout
CommonLayouts.labeledElement
(Font p_300013_, LayoutElement p_299865_, Component p_300008_, Consumer<LayoutSettings> p_299888_) -
Uses of Layout in net.minecraft.client.gui.screens.multiplayer
Methods in net.minecraft.client.gui.screens.multiplayer that return LayoutModifier and TypeMethodDescriptionprotected Layout
SafetyScreen.addFooterButtons()
protected abstract Layout
WarningScreen.addFooterButtons()
-
Uses of Layout in net.minecraft.client.gui.screens.reporting
Methods in net.minecraft.client.gui.screens.reporting that return LayoutModifier and TypeMethodDescriptionprotected Layout
AbstractReportScreen.DiscardReportWarningScreen.addFooterButtons()
-
Uses of Layout in net.minecraft.client.gui.screens.telemetry
Fields in net.minecraft.client.gui.screens.telemetry declared as LayoutModifier and TypeFieldDescriptionprivate final Layout
TelemetryEventWidget.Content.container
The field for thecontainer
record component.Methods in net.minecraft.client.gui.screens.telemetry that return LayoutModifier and TypeMethodDescriptionTelemetryEventWidget.Content.container()
Returns the value of thecontainer
record component.Constructors in net.minecraft.client.gui.screens.telemetry with parameters of type Layout -
Uses of Layout in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as LayoutModifier and TypeFieldDescriptionprivate final Layout
ExperimentsScreen.ScrollArea.layout
private final Layout
SwitchGrid.layout
Methods in net.minecraft.client.gui.screens.worldselection that return LayoutConstructors in net.minecraft.client.gui.screens.worldselection with parameters of type LayoutModifierConstructorDescriptionScrollArea
(Layout p_387711_, int p_388705_, int p_387334_) (package private)
SwitchGrid
(List<SwitchGrid.LabeledSwitch> p_268257_, Layout p_387579_)