Interface ChatEvent.ChatComponent

Enclosing interface:
ChatEvent

public static interface ChatEvent.ChatComponent
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.network.chat.Component
    get()
     
    void
    set(net.minecraft.network.chat.Component component)
     
  • Method Details

    • get

      net.minecraft.network.chat.Component get()
    • set

      void set(net.minecraft.network.chat.Component component)