Interface NorthstarMutableComponent

All Known Implementing Classes:
MutableComponentMixin

public interface NorthstarMutableComponent
  • Method Summary

    Modifier and Type
    Method
    Description
    default net.minecraft.network.chat.MutableComponent
     
    default net.minecraft.network.chat.MutableComponent
    northstar$color(int rgb)
     
    default net.minecraft.network.chat.MutableComponent
    northstar$onClick(net.minecraft.network.chat.ClickEvent.Action action, String value)
     
    default <T> net.minecraft.network.chat.MutableComponent
    northstar$onHover(net.minecraft.network.chat.HoverEvent.Action<T> action, T value)
     
    default net.minecraft.network.chat.MutableComponent
     
  • Method Details

    • northstar$self

      default net.minecraft.network.chat.MutableComponent northstar$self()
    • northstar$onClick

      default net.minecraft.network.chat.MutableComponent northstar$onClick(net.minecraft.network.chat.ClickEvent.Action action, String value)
    • northstar$changePage

      default net.minecraft.network.chat.MutableComponent northstar$changePage(String page)
    • northstar$onHover

      default <T> net.minecraft.network.chat.MutableComponent northstar$onHover(net.minecraft.network.chat.HoverEvent.Action<T> action, T value)
    • northstar$color

      default net.minecraft.network.chat.MutableComponent northstar$color(int rgb)