Uses of Class
io.github.somesourcecode.someguiapi.scene.context.RenderContext
Packages that use RenderContext
Package
Description
-
Uses of RenderContext in io.github.somesourcecode.someguiapi.scene
Methods in io.github.somesourcecode.someguiapi.scene with parameters of type RenderContextModifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStackPixel.renderItemStack(RenderContext renderContext) Renders this pixel as an ItemStack. -
Uses of RenderContext in io.github.somesourcecode.someguiapi.scene.lore
Methods in io.github.somesourcecode.someguiapi.scene.lore with parameters of type RenderContextModifier and TypeMethodDescriptionList<net.kyori.adventure.text.Component>Lore.generateLines(RenderContext context) Generates the lines of the lore.voidContextParagraph.reload(RenderContext context) voidReloadableParagraph.reload(RenderContext context) Reloads the paragraph with the given context.Method parameters in io.github.somesourcecode.someguiapi.scene.lore with type arguments of type RenderContextModifier 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.Constructor parameters in io.github.somesourcecode.someguiapi.scene.lore with type arguments of type RenderContextModifierConstructorDescriptionContextParagraph(java.util.function.Function<RenderContext, Paragraph> contentGenerator) Constructs a new context paragraph with the given content generator.