net.minecraft.client.gui.layouts

public class SpacerElement

implements LayoutElement

esl
net.minecraft.client.gui.layouts.SpacerElement
net.minecraft.class_7852
net.minecraft.client.gui.widget.EmptyWidget
net.minecraft.src.C_263616_

Field summary

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

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)
m_264527_(int p_265056_)
public static SpacerElement
b(int arg0)
height(int arg0)
method_46513(int arg0)
ofHeight(int height)
m_264252_(int p_265087_)
public void
e(int arg0)
setX(int arg0)
method_46421(int arg0)
setX(int arg0)
m_252865_(int arg0)
public void
f(int arg0)
setY(int arg0)
method_46419(int arg0)
setY(int arg0)
m_253211_(int arg0)
public int
p()
getX()
method_46426()
getX()
m_252754_()
public int
r()
getY()
method_46427()
getY()
m_252907_()
public int
k()
getWidth()
method_25368()
getWidth()
m_5711_()
public int
h()
getHeight()
method_25364()
getHeight()
m_93694_()
public void
a(Consumer<epf> arg0)
visitWidgets(Consumer<AbstractWidget> arg0)
method_48206(Consumer<class_339> arg0)
forEachChild(Consumer<ClickableWidget> arg0)
m_264134_(Consumer<C_3449_> arg0)