public class PonderChapter extends java.lang.Object implements IScreenRenderable
| Modifier and Type | Method and Description |
|---|---|
PonderChapter |
addTagsToChapter(PonderTag... tags) |
void |
draw(com.mojang.blaze3d.matrix.MatrixStack ms,
net.minecraft.client.gui.AbstractGui screen,
int x,
int y) |
net.minecraft.util.ResourceLocation |
getId() |
java.lang.String |
getTitle() |
static PonderChapter |
of(net.minecraft.util.ResourceLocation id) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdrawpublic net.minecraft.util.ResourceLocation getId()
public java.lang.String getTitle()
public PonderChapter addTagsToChapter(PonderTag... tags)
public void draw(com.mojang.blaze3d.matrix.MatrixStack ms,
net.minecraft.client.gui.AbstractGui screen,
int x,
int y)
draw in interface IScreenRenderable@Nonnull public static PonderChapter of(net.minecraft.util.ResourceLocation id)