Package net.minecraft.client.gui.widget
Class WrapperWidget
java.lang.Object
net.minecraft.client.gui.widget.WrapperWidget
- All Implemented Interfaces:
LayoutWidget
,Widget
- Direct Known Subclasses:
AxisGridWidget
,GridWidget
,SimplePositioningWidget
- Mappings:
Namespace Name named net/minecraft/client/gui/widget/WrapperWidget
intermediary net/minecraft/class_7838
official fko
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.widget.LayoutWidget
forEachChild, forEachElement, refreshPositions
Methods inherited from interface net.minecraft.client.gui.widget.Widget
getNavigationFocus, setPosition
-
Field Details
-
x
private int x- Mappings:
Namespace Name Mixin selector named x
Lnet/minecraft/client/gui/widget/WrapperWidget;x:I
intermediary field_41815
Lnet/minecraft/class_7838;field_41815:I
official c
Lfko;c:I
-
y
private int y- Mappings:
Namespace Name Mixin selector named y
Lnet/minecraft/client/gui/widget/WrapperWidget;y:I
intermediary field_41816
Lnet/minecraft/class_7838;field_41816:I
official d
Lfko;d:I
-
width
protected int width- Mappings:
Namespace Name Mixin selector named width
Lnet/minecraft/client/gui/widget/WrapperWidget;width:I
intermediary field_41813
Lnet/minecraft/class_7838;field_41813:I
official a
Lfko;a:I
-
height
protected int height- Mappings:
Namespace Name Mixin selector named height
Lnet/minecraft/client/gui/widget/WrapperWidget;height:I
intermediary field_41814
Lnet/minecraft/class_7838;field_41814:I
official b
Lfko;b:I
-
-
Constructor Details
-
Method Details