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 - fsd
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.widget.LayoutWidgetforEachChild, forEachElement, refreshPositionsMethods inherited from interface net.minecraft.client.gui.widget.WidgetgetNavigationFocus, setPosition
- 
Field Details- 
xprivate 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- Lfsd;c:I
 
- 
yprivate 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- Lfsd;d:I
 
- 
widthprotected 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- Lfsd;a:I
 
- 
heightprotected 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- Lfsd;b:I
 
 
- 
- 
Constructor Details- 
WrapperWidgetpublic WrapperWidget(int x, int y, int width, int height) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/gui/widget/WrapperWidget;<init>(IIII)V- intermediary - <init>- Lnet/minecraft/class_7838;<init>(IIII)V- official - <init>- Lfsd;<init>(IIII)V
 
 
- 
- 
Method Details- 
setXpublic void setX(int x) 
- 
setYpublic void setY(int y) 
- 
getXpublic int getX()
- 
getYpublic int getY()
- 
getWidthpublic int getWidth()
- 
getHeightpublic int getHeight()
 
-