Class PonderChapter

java.lang.Object
com.simibubi.create.foundation.ponder.PonderChapter
All Implemented Interfaces:
ScreenElement

public class PonderChapter extends Object implements ScreenElement
  • Method Details

    • getId

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

      public String getTitle()
    • addTagsToChapter

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

      public void render(com.mojang.blaze3d.vertex.PoseStack ms, int x, int y)
      Specified by:
      render in interface ScreenElement
    • of

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