Package net.createmod.ponder.foundation
Class PonderChapter
java.lang.Object
net.createmod.ponder.foundation.PonderChapter
- All Implemented Interfaces:
net.createmod.catnip.gui.element.ScreenElement
-
Method Summary
Modifier and TypeMethodDescriptionaddTagsToChapter(PonderTag... tags) net.minecraft.resources.ResourceLocationgetId()getTitle()static PonderChapterof(net.minecraft.resources.ResourceLocation id) voidrender(net.minecraft.client.gui.GuiGraphics graphics, int x, int y)
-
Method Details
-
getId
public net.minecraft.resources.ResourceLocation getId() -
getTitle
-
addTagsToChapter
-
render
public void render(net.minecraft.client.gui.GuiGraphics graphics, int x, int y) - Specified by:
renderin interfacenet.createmod.catnip.gui.element.ScreenElement
-
of
-