@Environment(value=CLIENT)
public final class TooltipBuilder
extends java.lang.Object
| Constructor and Description |
|---|
TooltipBuilder() |
| Modifier and Type | Method and Description |
|---|---|
TooltipBuilder |
add(net.minecraft.text.OrderedText... lines)
Adds the lines to this builder.
|
TooltipBuilder |
add(net.minecraft.text.Text... lines)
Adds the lines to this builder.
|
public TooltipBuilder add(net.minecraft.text.Text... lines)
lines - the linespublic TooltipBuilder add(net.minecraft.text.OrderedText... lines)
lines - the lines