Class PonderRegistrationHelper
java.lang.Object
com.simibubi.create.foundation.ponder.PonderRegistrationHelper
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddStoryBoard(com.tterrag.registrate.util.entry.ItemProviderEntry<?> component, String schematicPath, PonderStoryBoardEntry.PonderStoryBoard storyBoard, PonderTag... tags) addStoryBoard(com.tterrag.registrate.util.entry.ItemProviderEntry<?> component, net.minecraft.resources.ResourceLocation schematicLocation, PonderStoryBoardEntry.PonderStoryBoard storyBoard, PonderTag... tags) addStoryBoard(net.minecraft.resources.ResourceLocation component, String schematicPath, PonderStoryBoardEntry.PonderStoryBoard storyBoard, PonderTag... tags) addStoryBoard(net.minecraft.resources.ResourceLocation component, net.minecraft.resources.ResourceLocation schematicLocation, PonderStoryBoardEntry.PonderStoryBoard storyBoard, PonderTag... tags) net.minecraft.resources.ResourceLocationasLocation(String path) createStoryBoardEntry(PonderStoryBoardEntry.PonderStoryBoard storyBoard, String schematicPath, net.minecraft.resources.ResourceLocation component) createStoryBoardEntry(PonderStoryBoardEntry.PonderStoryBoard storyBoard, net.minecraft.resources.ResourceLocation schematicLocation, net.minecraft.resources.ResourceLocation component) forComponents(com.tterrag.registrate.util.entry.ItemProviderEntry<?>... components) forComponents(Iterable<? extends com.tterrag.registrate.util.entry.ItemProviderEntry<?>> components) getOrCreateChapter(String name)
-
Field Details
-
namespace
-
-
Constructor Details
-
PonderRegistrationHelper
-
-
Method Details
-
addStoryBoard
public PonderStoryBoardEntry addStoryBoard(net.minecraft.resources.ResourceLocation component, net.minecraft.resources.ResourceLocation schematicLocation, PonderStoryBoardEntry.PonderStoryBoard storyBoard, PonderTag... tags) -
addStoryBoard
public PonderStoryBoardEntry addStoryBoard(net.minecraft.resources.ResourceLocation component, String schematicPath, PonderStoryBoardEntry.PonderStoryBoard storyBoard, PonderTag... tags) -
addStoryBoard
public PonderStoryBoardEntry addStoryBoard(com.tterrag.registrate.util.entry.ItemProviderEntry<?> component, net.minecraft.resources.ResourceLocation schematicLocation, PonderStoryBoardEntry.PonderStoryBoard storyBoard, PonderTag... tags) -
addStoryBoard
public PonderStoryBoardEntry addStoryBoard(com.tterrag.registrate.util.entry.ItemProviderEntry<?> component, String schematicPath, PonderStoryBoardEntry.PonderStoryBoard storyBoard, PonderTag... tags) -
forComponents
public PonderRegistrationHelper.MultiSceneBuilder forComponents(com.tterrag.registrate.util.entry.ItemProviderEntry<?>... components) -
forComponents
public PonderRegistrationHelper.MultiSceneBuilder forComponents(Iterable<? extends com.tterrag.registrate.util.entry.ItemProviderEntry<?>> components) -
createStoryBoardEntry
public PonderStoryBoardEntry createStoryBoardEntry(PonderStoryBoardEntry.PonderStoryBoard storyBoard, net.minecraft.resources.ResourceLocation schematicLocation, net.minecraft.resources.ResourceLocation component) -
createStoryBoardEntry
public PonderStoryBoardEntry createStoryBoardEntry(PonderStoryBoardEntry.PonderStoryBoard storyBoard, String schematicPath, net.minecraft.resources.ResourceLocation component) -
createTag
-
getOrCreateChapter
-
asLocation
-