net.minecraft.client.gui.widget

public class EmptyWidget

implements Widget

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

Field summary

Modifier and TypeField
private int
x
field_41818
x
private int
y
field_41819
y
private final int
width
field_41820
width
private final int
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 EmptyWidget
width(int width)
method_46512(int arg0)
ofWidth(int width)
public static EmptyWidget
height(int height)
method_46513(int arg0)
ofHeight(int height)
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()
public void
visitWidgets(Consumer<AbstractWidget> widgetVisitor)
method_48206(Consumer<class_339> arg0)
forEachChild(Consumer<ClickableWidget> arg0)