Package net.minecraft.client.gui.widget
Class WrapperWidget
java.lang.Object
net.minecraft.client.gui.widget.WrapperWidget
- All Implemented Interfaces:
class_8133,Widget
- Direct Known Subclasses:
AxisGridWidget,GridWidget,SimplePositioningWidget
- Mappings:
Namespace Name official epjintermediary net/minecraft/class_7838named net/minecraft/client/gui/widget/WrapperWidget
-
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, waitMethods inherited from interface net.minecraft.class_8133
forEachChild, forEachElement, refreshPositionsMethods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Field Details
-
x
private int x- Mappings:
Namespace Name Mixin selector official cLepj;c:Iintermediary field_41815Lnet/minecraft/class_7838;field_41815:Inamed xLnet/minecraft/client/gui/widget/WrapperWidget;x:I
-
y
private int y- Mappings:
Namespace Name Mixin selector official dLepj;d:Iintermediary field_41816Lnet/minecraft/class_7838;field_41816:Inamed yLnet/minecraft/client/gui/widget/WrapperWidget;y:I
-
width
protected int width- Mappings:
Namespace Name Mixin selector official aLepj;a:Iintermediary field_41813Lnet/minecraft/class_7838;field_41813:Inamed widthLnet/minecraft/client/gui/widget/WrapperWidget;width:I
-
height
protected int height- Mappings:
Namespace Name Mixin selector official bLepj;b:Iintermediary field_41814Lnet/minecraft/class_7838;field_41814:Inamed heightLnet/minecraft/client/gui/widget/WrapperWidget;height:I
-
-
Constructor Details
-
WrapperWidget
public WrapperWidget(int x, int y, int width, int height) - Mappings:
Namespace Name Mixin selector official <init>Lepj;<init>(IIII)Vintermediary <init>Lnet/minecraft/class_7838;<init>(IIII)Vnamed <init>Lnet/minecraft/client/gui/widget/WrapperWidget;<init>(IIII)V
-
-
Method Details
-
setX
public void setX(int x) -
setY
public void setY(int y) -
getX
public int getX() -
getY
public int getY() -
getWidth
public int getWidth() -
getHeight
public int getHeight()
-