Class PonderChapter

java.lang.Object
net.createmod.ponder.foundation.PonderChapter
All Implemented Interfaces:
net.createmod.catnip.gui.element.ScreenElement

public class PonderChapter extends Object implements net.createmod.catnip.gui.element.ScreenElement
  • Method Details

    • getId

      public net.minecraft.resources.ResourceLocation getId()
    • getTitle

      public String getTitle()
    • addTagsToChapter

      public PonderChapter addTagsToChapter(PonderTag... tags)
    • render

      public void render(net.minecraft.client.gui.GuiGraphics graphics, int x, int y)
      Specified by:
      render in interface net.createmod.catnip.gui.element.ScreenElement
    • of

      @Nonnull public static PonderChapter of(net.minecraft.resources.ResourceLocation id)