Uses of Enum Class
com.mojang.realmsclient.RealmsMainScreen.LayoutState
Packages that use RealmsMainScreen.LayoutState
-
Uses of RealmsMainScreen.LayoutState in com.mojang.realmsclient
Fields in com.mojang.realmsclient declared as RealmsMainScreen.LayoutStateModifier and TypeFieldDescriptionprivate RealmsMainScreen.LayoutState
RealmsMainScreen.activeLayoutState
Methods in com.mojang.realmsclient that return RealmsMainScreen.LayoutStateModifier and TypeMethodDescriptionstatic RealmsMainScreen.LayoutState
Returns the enum constant of this class with the specified name.static RealmsMainScreen.LayoutState[]
RealmsMainScreen.LayoutState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mojang.realmsclient with parameters of type RealmsMainScreen.LayoutStateModifier and TypeMethodDescriptionprivate Layout
RealmsMainScreen.createFooter
(RealmsMainScreen.LayoutState pLayoutState) private HeaderAndFooterLayout
RealmsMainScreen.createLayout
(RealmsMainScreen.LayoutState pLayoutState) private void
RealmsMainScreen.updateLayout
(RealmsMainScreen.LayoutState pLayoutState)