Package net.minecraft.client.gui.widget
Interface LayoutWidget
- All Superinterfaces:
- Widget
- All Known Implementing Classes:
- AxisGridWidget,- DirectionalLayoutWidget,- GridWidget,- SimplePositioningWidget,- ThreePartsLayoutWidget,- WrapperWidget
- Mappings:
- Namespace - Name - named - net/minecraft/client/gui/widget/LayoutWidget- intermediary - net/minecraft/class_8133- official - fsj
- 
Method SummaryModifier and TypeMethodDescriptiondefault voidforEachChild(Consumer<ClickableWidget> consumer) voidforEachElement(Consumer<Widget> consumer) default voidMethods inherited from interface net.minecraft.client.gui.widget.WidgetgetHeight, getNavigationFocus, getWidth, getX, getY, setPosition, setX, setY
- 
Method Details- 
forEachElement- Mappings:
- Namespace - Name - Mixin selector - named - forEachElement- Lnet/minecraft/client/gui/widget/LayoutWidget;forEachElement(Ljava/util/function/Consumer;)V- intermediary - method_48227- Lnet/minecraft/class_8133;method_48227(Ljava/util/function/Consumer;)V- official - b- Lfsj;b(Ljava/util/function/Consumer;)V
 
- 
forEachChild- Specified by:
- forEachChildin interface- Widget
- Mappings:
- Namespace - Name - Mixin selector - named - forEachChild- Lnet/minecraft/client/gui/widget/Widget;forEachChild(Ljava/util/function/Consumer;)V- intermediary - method_48206- Lnet/minecraft/class_8021;method_48206(Ljava/util/function/Consumer;)V- official - a- Lfsk;a(Ljava/util/function/Consumer;)V
 
- 
refreshPositionsdefault void refreshPositions()- Mappings:
- Namespace - Name - Mixin selector - named - refreshPositions- Lnet/minecraft/client/gui/widget/LayoutWidget;refreshPositions()V- intermediary - method_48222- Lnet/minecraft/class_8133;method_48222()V- official - a- Lfsj;a()V
 
 
-