Interface KLibStyle

All Known Implementing Classes:
StyleMixin

public interface KLibStyle
  • Method Details

    • klib$self

      default net.minecraft.network.chat.Style klib$self()
    • withHoverText

      default net.minecraft.network.chat.Style withHoverText(net.minecraft.network.chat.Component component)
    • withHoverText

      default net.minecraft.network.chat.Style withHoverText(String text)
    • withClickToRunCommand

      default net.minecraft.network.chat.Style withClickToRunCommand(String string)
    • withClickToSuggestCommand

      default net.minecraft.network.chat.Style withClickToSuggestCommand(String string)
    • withClickToCopyToClipboard

      default net.minecraft.network.chat.Style withClickToCopyToClipboard(String string)
    • withCopyString

      default net.minecraft.network.chat.Style withCopyString(String string)
    • withClickToOpen

      default net.minecraft.network.chat.Style withClickToOpen(Path path)
    • withClickToOpen

      default net.minecraft.network.chat.Style withClickToOpen(URI uri)
    • withColor

      default net.minecraft.network.chat.Style withColor(Color color)