Class SplicingTableIotaTooltipBuilder
java.lang.Object
gay.object.hexdebug.api.client.splicing.SplicingTableIotaTooltipBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionSplicingTableIotaTooltipBuilder(@NotNull net.minecraft.network.chat.Component name) -
Method Summary
Modifier and TypeMethodDescriptionaddAdvancedLine(@NotNull net.minecraft.network.chat.Component line) Append a line to the tooltip's "advanced tooltips" section.addBodyLine(@NotNull net.minecraft.network.chat.Component line) Append a line to the tooltip's body.addDetailsLine(@NotNull net.minecraft.network.chat.Component line) Append a line to the tooltip's details.net.minecraft.client.gui.components.Tooltipbuild()@NotNull ArrayList<net.minecraft.network.chat.Component>@NotNull ArrayList<net.minecraft.network.chat.Component>@NotNull ArrayList<net.minecraft.network.chat.Component>@NotNull net.minecraft.network.chat.ComponentgetName()@Nullable net.minecraft.network.chat.ComponentsetNarration(@Nullable net.minecraft.network.chat.Component narration) Set the tooltip's narration.
-
Constructor Details
-
SplicingTableIotaTooltipBuilder
public SplicingTableIotaTooltipBuilder(@NotNull @NotNull net.minecraft.network.chat.Component name)
-
-
Method Details
-
getName
@NotNull public @NotNull net.minecraft.network.chat.Component getName() -
getBodyLines
-
getDetailsLines
-
getAdvancedLines
-
getNarration
@Nullable public @Nullable net.minecraft.network.chat.Component getNarration() -
addBodyLine
public SplicingTableIotaTooltipBuilder addBodyLine(@NotNull @NotNull net.minecraft.network.chat.Component line) Append a line to the tooltip's body. -
addDetailsLine
public SplicingTableIotaTooltipBuilder addDetailsLine(@NotNull @NotNull net.minecraft.network.chat.Component line) Append a line to the tooltip's details. -
addAdvancedLine
public SplicingTableIotaTooltipBuilder addAdvancedLine(@NotNull @NotNull net.minecraft.network.chat.Component line) Append a line to the tooltip's "advanced tooltips" section. -
setNarration
public SplicingTableIotaTooltipBuilder setNarration(@Nullable @Nullable net.minecraft.network.chat.Component narration) Set the tooltip's narration. -
build
public net.minecraft.client.gui.components.Tooltip build()
-