Class PonderRegistry

java.lang.Object
com.simibubi.create.foundation.ponder.PonderRegistry

public class PonderRegistry extends Object
  • Field Details

  • Constructor Details

    • PonderRegistry

      public PonderRegistry()
  • Method Details

    • addStoryBoard

      public static void addStoryBoard(PonderStoryBoardEntry entry)
    • compile

      public static List<PonderScene> compile(net.minecraft.resources.ResourceLocation id)
    • compile

      public static List<PonderScene> compile(PonderChapter chapter)
    • compile

      public static List<PonderScene> compile(List<PonderStoryBoardEntry> entries)
    • compileScene

      public static PonderScene compileScene(int i, PonderStoryBoardEntry sb, PonderWorld world)
    • 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