public class PonderRegistry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<net.minecraft.util.ResourceLocation,java.util.List<PonderStoryBoardEntry>> |
ALL |
static PonderChapterRegistry |
CHAPTERS |
static PonderTagRegistry |
TAGS |
| Constructor and Description |
|---|
PonderRegistry() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addStoryBoard(PonderStoryBoardEntry entry) |
static java.util.List<PonderScene> |
compile(java.util.List<PonderStoryBoardEntry> entries) |
static java.util.List<PonderScene> |
compile(PonderChapter chapter) |
static java.util.List<PonderScene> |
compile(net.minecraft.util.ResourceLocation id) |
static PonderScene |
compileScene(int i,
PonderStoryBoardEntry sb,
PonderWorld world) |
static net.minecraft.world.gen.feature.template.Template |
loadSchematic(java.io.InputStream resourceStream) |
static net.minecraft.world.gen.feature.template.Template |
loadSchematic(net.minecraft.resources.IResourceManager resourceManager,
net.minecraft.util.ResourceLocation location) |
static net.minecraft.world.gen.feature.template.Template |
loadSchematic(net.minecraft.util.ResourceLocation location) |
public static final PonderTagRegistry TAGS
public static final PonderChapterRegistry CHAPTERS
public static final java.util.Map<net.minecraft.util.ResourceLocation,java.util.List<PonderStoryBoardEntry>> ALL
public static void addStoryBoard(PonderStoryBoardEntry entry)
public static java.util.List<PonderScene> compile(net.minecraft.util.ResourceLocation id)
public static java.util.List<PonderScene> compile(PonderChapter chapter)
public static java.util.List<PonderScene> compile(java.util.List<PonderStoryBoardEntry> entries)
public static PonderScene compileScene(int i, PonderStoryBoardEntry sb, PonderWorld world)
public static net.minecraft.world.gen.feature.template.Template loadSchematic(net.minecraft.util.ResourceLocation location)
public static net.minecraft.world.gen.feature.template.Template loadSchematic(net.minecraft.resources.IResourceManager resourceManager,
net.minecraft.util.ResourceLocation location)
public static net.minecraft.world.gen.feature.template.Template loadSchematic(java.io.InputStream resourceStream)
throws java.io.IOException
java.io.IOException