net.minecraft.client.gui.widget

public class EmptyWidget

implements Widget

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

Field summary

Modifier and TypeField
private int
x
x
field_41818
x
private int
y
y
field_41819
y
private final int
width
width
field_41820
width
private final int
height
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)
width(int width)
method_46512(int arg0)
ofWidth(int width)
public static EmptyWidget
height(int height)
height(int height)
method_46513(int arg0)
ofHeight(int height)
public void
setX(int x)
setX(int x)
method_46421(int arg0)
setX(int arg0)
public void
setY(int y)
setY(int y)
method_46419(int arg0)
setY(int arg0)
public int
getX()
getX()
method_46426()
getX()
public int
getY()
getY()
method_46427()
getY()
public int
getWidth()
getWidth()
method_25368()
getWidth()
public int
getHeight()
getHeight()
method_25364()
getHeight()
public void
visitWidgets(Consumer<AbstractWidget> widgetVisitor)
visitWidgets(Consumer<AbstractWidget> widgetVisitor)
method_48206(Consumer<class_339> arg0)
forEachChild(Consumer<ClickableWidget> arg0)