net.minecraft.client.gui.widget

public abstract class WrapperWidget

implements LayoutWidget

net.minecraft.client.gui.layouts.AbstractLayout
net.minecraft.class_7838
net.minecraft.client.gui.widget.WrapperWidget

Field summary

Modifier and TypeField
private int
x
field_41815
x
private int
y
field_41816
y
protected int
width
field_41813
width
protected int
height
field_41814
height

Constructor summary

ModifierConstructor
public (int x, int y, int width, int height)

Method summary

Modifier and TypeMethod
public void
setX(int x)
method_46421(int arg0)
setX(int arg0)
public void
setY(int y)
method_46419(int arg0)
setY(int arg0)
public int
getX()
method_46426()
getX()
public int
getY()
method_46427()
getY()
public int
getWidth()
method_25368()
getWidth()
public int
getHeight()
method_25364()
getHeight()
private void
lambda$setY$0(int arg0, LayoutElement arg1)
method_48223(int arg0, class_8021 arg1)
method_48223(int arg0, Widget element)
private void
lambda$setX$0(int arg0, LayoutElement arg1)
method_48226(int arg0, class_8021 arg1)
method_48226(int arg0, Widget element)