Uses of Class
io.github.somesourcecode.someguiapi.scene.lore.ContextParagraph
Packages that use ContextParagraph
-
Uses of ContextParagraph in io.github.somesourcecode.someguiapi.scene.lore
Methods in io.github.somesourcecode.someguiapi.scene.lore that return ContextParagraphModifier and TypeMethodDescriptionstatic ContextParagraphParagraph.context(java.util.function.Function<RenderContext, Paragraph> paragraphGenerator) Constructs a new context paragraph with the given paragraph generator.ContextParagraph.setContentGenerator(java.util.function.Function<RenderContext, Paragraph> paragraphGenerator) Sets the content generator of the paragraph.