Class PonderRegistry
java.lang.Object
com.simibubi.create.foundation.ponder.PonderRegistry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<net.minecraft.resources.ResourceLocation,List<PonderStoryBoardEntry>> static final PonderChapterRegistrystatic final PonderTagRegistry -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic List<PonderScene>compile(PonderChapter chapter) static List<PonderScene>compile(List<PonderStoryBoardEntry> entries) static List<PonderScene>compile(net.minecraft.resources.ResourceLocation id) static PonderScenecompileScene(int i, PonderStoryBoardEntry sb, PonderWorld world) static net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplateloadSchematic(InputStream resourceStream) static net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplateloadSchematic(net.minecraft.resources.ResourceLocation location) static net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplateloadSchematic(net.minecraft.server.packs.resources.ResourceManager resourceManager, net.minecraft.resources.ResourceLocation location)
-
Field Details
-
TAGS
-
CHAPTERS
-
ALL
-
-
Constructor Details
-
PonderRegistry
public PonderRegistry()
-
-
Method Details
-
addStoryBoard
-
compile
-
compile
-
compile
-
compileScene
-
loadSchematic
public static net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate loadSchematic(net.minecraft.resources.ResourceLocation location) -
loadSchematic
public static net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate loadSchematic(net.minecraft.server.packs.resources.ResourceManager resourceManager, net.minecraft.resources.ResourceLocation location) -
loadSchematic
public static net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate loadSchematic(InputStream resourceStream) throws IOException - Throws:
IOException
-