Interface ComponentRewriter


public interface ComponentRewriter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    processTag(UserConnection connection, @Nullable com.viaversion.nbt.tag.Tag tag)
     
    void
    processText(UserConnection connection, @Nullable com.google.gson.JsonElement element)
     
  • Method Details

    • processTag

      void processTag(UserConnection connection, @Nullable com.viaversion.nbt.tag.Tag tag)
    • processText

      void processText(UserConnection connection, @Nullable com.google.gson.JsonElement element)