Interface ModdedTextApi
- All Known Implementing Classes:
ModdedTextApiImpl
public interface ModdedTextApi
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.network.chat.ClickEventcreateCopyToClipboard(String value) net.minecraft.network.chat.ClickEventcreateCopyToClipboardImpl(String value) static net.minecraft.network.chat.ClickEventcreateOpenFile(Path value) net.minecraft.network.chat.ClickEventcreateOpenFileImpl(Path value) static net.minecraft.network.chat.ClickEventcreateOpenUrl(URI value) net.minecraft.network.chat.ClickEventcreateOpenUrlImpl(URI value) static net.minecraft.network.chat.ClickEventcreateRunCommand(String value) net.minecraft.network.chat.ClickEventcreateRunCommandImpl(String value) static net.minecraft.network.chat.HoverEventcreateShowEntity(net.minecraft.network.chat.HoverEvent.EntityTooltipInfo value) net.minecraft.network.chat.HoverEventcreateShowEntityImpl(net.minecraft.network.chat.HoverEvent.EntityTooltipInfo value) static net.minecraft.network.chat.HoverEventcreateShowItem(net.minecraft.world.item.ItemStack value) net.minecraft.network.chat.HoverEventcreateShowItemImpl(net.minecraft.world.item.ItemStack value) static net.minecraft.network.chat.HoverEventcreateShowText(net.minecraft.network.chat.Component value) net.minecraft.network.chat.HoverEventcreateShowTextImpl(net.minecraft.network.chat.Component value) static net.minecraft.network.chat.ClickEventcreateSuggestCommand(String value) net.minecraft.network.chat.ClickEventcreateSuggestCommandImpl(String value)
-
Field Details
-
INSTANCE
-
-
Method Details
-
createShowText
static net.minecraft.network.chat.HoverEvent createShowText(net.minecraft.network.chat.Component value) -
createShowItem
static net.minecraft.network.chat.HoverEvent createShowItem(net.minecraft.world.item.ItemStack value) -
createShowEntity
static net.minecraft.network.chat.HoverEvent createShowEntity(net.minecraft.network.chat.HoverEvent.EntityTooltipInfo value) -
createOpenUrl
-
createOpenFile
-
createRunCommand
-
createSuggestCommand
-
createCopyToClipboard
-
createShowTextImpl
@Internal net.minecraft.network.chat.HoverEvent createShowTextImpl(net.minecraft.network.chat.Component value) -
createShowItemImpl
@Internal net.minecraft.network.chat.HoverEvent createShowItemImpl(net.minecraft.world.item.ItemStack value) -
createShowEntityImpl
@Internal net.minecraft.network.chat.HoverEvent createShowEntityImpl(net.minecraft.network.chat.HoverEvent.EntityTooltipInfo value) -
createOpenUrlImpl
-
createOpenFileImpl
-
createRunCommandImpl
-
createSuggestCommandImpl
-
createCopyToClipboardImpl
-