Interface InlineClientConfig


public interface InlineClientConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isMatcherEnabled(net.minecraft.util.Identifier matcherId)
     
    double
    Renderers should respect this cap if they're rendering in chat.
    boolean
    Whether or not create display board mixins should apply.
    boolean
     
  • Method Details

    • isMatcherEnabled

      boolean isMatcherEnabled(net.minecraft.util.Identifier matcherId)
    • shouldRenderModIcons

      boolean shouldRenderModIcons()
    • shouldDoCreateMixins

      boolean shouldDoCreateMixins()
      Whether or not create display board mixins should apply.
    • maxChatSizeModifier

      double maxChatSizeModifier()
      Renderers should respect this cap if they're rendering in chat.
      Returns:
      a value greater than 1 for how large an inline size modifier can be in chat.