Uses of Class
net.minecraft.client.gui.layouts.EqualSpacingLayout.ChildContainer
Packages that use EqualSpacingLayout.ChildContainer
-
Uses of EqualSpacingLayout.ChildContainer in net.minecraft.client.gui.layouts
Fields in net.minecraft.client.gui.layouts with type parameters of type EqualSpacingLayout.ChildContainerModifier and TypeFieldDescriptionprivate final List
<EqualSpacingLayout.ChildContainer> EqualSpacingLayout.children
Methods in net.minecraft.client.gui.layouts with parameters of type EqualSpacingLayout.ChildContainerModifier and TypeMethodDescription(package private) int
EqualSpacingLayout.Orientation.getPrimaryLength
(EqualSpacingLayout.ChildContainer pContainer) (package private) int
EqualSpacingLayout.Orientation.getSecondaryLength
(EqualSpacingLayout.ChildContainer pContainer) (package private) void
EqualSpacingLayout.Orientation.setPrimaryPosition
(EqualSpacingLayout.ChildContainer pContainer, int pPosition) (package private) void
EqualSpacingLayout.Orientation.setSecondaryPosition
(EqualSpacingLayout.ChildContainer pContainer, int pPosition, int pLength)