public class ActionButton
extends java.lang.Object
| Constructor and Description |
|---|
ActionButton(net.lenni0451.mcstructs.text.TextComponent label,
int width) |
ActionButton(net.lenni0451.mcstructs.text.TextComponent label,
int width,
DialogAction action) |
ActionButton(net.lenni0451.mcstructs.text.TextComponent label,
net.lenni0451.mcstructs.text.TextComponent tooltip,
int width) |
public ActionButton(net.lenni0451.mcstructs.text.TextComponent label,
int width)
public ActionButton(net.lenni0451.mcstructs.text.TextComponent label,
int width,
@Nullable
DialogAction action)
public ActionButton(net.lenni0451.mcstructs.text.TextComponent label,
@Nullable
net.lenni0451.mcstructs.text.TextComponent tooltip,
int width)