Uses of Class
net.minecraft.client.gui.layouts.GridLayout
Packages that use GridLayout
Package
Description
-
Uses of GridLayout in com.mojang.realmsclient
Fields in com.mojang.realmsclient declared as GridLayoutModifier and TypeFieldDescriptionprivate final GridLayout
RealmsMainScreen.NotificationMessageEntry.gridLayout
-
Uses of GridLayout in net.minecraft.client.gui.components.tabs
Fields in net.minecraft.client.gui.components.tabs declared as GridLayoutModifier and TypeFieldDescriptionprotected final GridLayout
GridLayoutTab.layout
private final GridLayout
TabNavigationBar.layout
-
Uses of GridLayout in net.minecraft.client.gui.layouts
Methods in net.minecraft.client.gui.layouts that return GridLayoutModifier and TypeMethodDescriptionGridLayout.columnSpacing
(int p_268135_) GridLayout.RowHelper.getGrid()
GridLayout.rowSpacing
(int p_268237_) GridLayout.spacing
(int p_268351_) -
Uses of GridLayout in net.minecraft.client.gui.screens
Fields in net.minecraft.client.gui.screens declared as GridLayoutModifier and TypeFieldDescriptionprivate final GridLayout
DisconnectedScreen.layout
private final GridLayout
SymlinkWarningScreen.layout
-
Uses of GridLayout in net.minecraft.client.gui.screens.telemetry
Fields in net.minecraft.client.gui.screens.telemetry declared as GridLayoutModifier and TypeFieldDescriptionprivate final GridLayout
TelemetryEventWidget.Content.container
The field for thecontainer
record component.private final GridLayout
TelemetryEventWidget.ContentBuilder.grid
Methods in net.minecraft.client.gui.screens.telemetry that return GridLayoutModifier and TypeMethodDescriptionTelemetryEventWidget.Content.container()
Returns the value of thecontainer
record component.private GridLayout
TelemetryInfoScreen.twoButtonContainer
(AbstractWidget p_265763_, AbstractWidget p_265710_) Constructors in net.minecraft.client.gui.screens.telemetry with parameters of type GridLayoutModifierConstructorDescription(package private)
Content
(GridLayout container, Component narration) Creates an instance of aContent
record class. -
Uses of GridLayout in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as GridLayoutModifier and TypeFieldDescriptionprivate GridLayout
CreateWorldScreen.bottomButtons
private final GridLayout
ConfirmExperimentalFeaturesScreen.layout
Methods in net.minecraft.client.gui.screens.worldselection with parameters of type GridLayoutModifier and TypeMethodDescription(package private) SwitchGrid.LabeledSwitch
SwitchGrid.SwitchBuilder.build
(SwitchGrid.Builder p_270513_, GridLayout p_271004_, int p_270506_)