Package net.minecraft.client.gui.widget
Interface LayoutWidget
- All Superinterfaces:
 Widget
- All Known Implementing Classes:
 AxisGridWidget,DirectionalLayoutWidget,GridWidget,ScrollableLayoutWidget,SimplePositioningWidget,ThreePartsLayoutWidget,WrapperWidget
- Mappings:
 Namespace Name named net/minecraft/client/gui/widget/LayoutWidgetintermediary net/minecraft/class_8133official gbl
- 
Method Summary
Modifier and TypeMethodDescriptiondefault voidforEachChild(Consumer<ClickableWidget> consumer) voidforEachElement(Consumer<Widget> consumer) default voidMethods inherited from interface net.minecraft.client.gui.widget.Widget
getHeight, getNavigationFocus, getWidth, getX, getY, setPosition, setX, setY 
- 
Method Details
- 
forEachElement
- Mappings:
 Namespace Name Mixin selector named forEachElementLnet/minecraft/client/gui/widget/LayoutWidget;forEachElement(Ljava/util/function/Consumer;)Vintermediary method_48227Lnet/minecraft/class_8133;method_48227(Ljava/util/function/Consumer;)Vofficial bLgbl;b(Ljava/util/function/Consumer;)V
 - 
forEachChild
- Specified by:
 forEachChildin interfaceWidget- Mappings:
 Namespace Name Mixin selector named forEachChildLnet/minecraft/client/gui/widget/Widget;forEachChild(Ljava/util/function/Consumer;)Vintermediary method_48206Lnet/minecraft/class_8021;method_48206(Ljava/util/function/Consumer;)Vofficial aLgbm;a(Ljava/util/function/Consumer;)V
 - 
refreshPositions
default void refreshPositions()- Mappings:
 Namespace Name Mixin selector named refreshPositionsLnet/minecraft/client/gui/widget/LayoutWidget;refreshPositions()Vintermediary method_48222Lnet/minecraft/class_8133;method_48222()Vofficial aLgbl;a()V
 
 -