Interface InlineClientConfig
public interface InlineClientConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisMatcherEnabled(net.minecraft.util.Identifier matcherId) doubleRenderers should respect this cap if they're rendering in chat.booleanWhether 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.
-