net.minecraft.client.gui.layouts

public class SpacerElement

implements LayoutElement

frz
net.minecraft.client.gui.layouts.SpacerElement
net.minecraft.class_7852
net.minecraft.client.gui.widget.EmptyWidget

Field summary

Modifier and TypeField
private int
a
x
field_41818
x
private int
b
y
field_41819
y
private final int
c
width
field_41820
width
private final int
d
height
field_41821
height

Constructor summary

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

Method summary

Modifier and TypeMethod
public static SpacerElement
a(int arg0)
width(int arg0)
method_46512(int arg0)
ofWidth(int width)
public static SpacerElement
b(int arg0)
height(int arg0)
method_46513(int arg0)
ofHeight(int height)
public void
k(int arg0)
setX(int arg0)
method_46421(int arg0)
setX(int arg0)
public void
l(int arg0)
setY(int arg0)
method_46419(int arg0)
setY(int arg0)
public int
D()
getX()
method_46426()
getX()
public int
E()
getY()
method_46427()
getY()
public int
y()
getWidth()
method_25368()
getWidth()
public int
w()
getHeight()
method_25364()
getHeight()
public void
a(Consumer<fod> arg0)
visitWidgets(Consumer<AbstractWidget> arg0)
method_48206(Consumer<class_339> arg0)
forEachChild(Consumer<ClickableWidget> arg0)