Class PonderStoryBoardEntry
java.lang.Object
com.simibubi.create.foundation.ponder.PonderStoryBoardEntry
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPonderStoryBoardEntry(PonderStoryBoardEntry.PonderStoryBoard board, String namespace, String schematicPath, net.minecraft.resources.ResourceLocation component) PonderStoryBoardEntry(PonderStoryBoardEntry.PonderStoryBoard board, String namespace, net.minecraft.resources.ResourceLocation schematicLocation, net.minecraft.resources.ResourceLocation component) -
Method Summary
Modifier and TypeMethodDescriptionchapter(PonderChapter chapter) chapters(PonderChapter... chapters) getBoard()net.minecraft.resources.ResourceLocationnet.minecraft.resources.ResourceLocationgetTags()highlightTag(PonderTag tag) highlightTags(PonderTag... tags)
-
Constructor Details
-
PonderStoryBoardEntry
public PonderStoryBoardEntry(PonderStoryBoardEntry.PonderStoryBoard board, String namespace, net.minecraft.resources.ResourceLocation schematicLocation, net.minecraft.resources.ResourceLocation component) -
PonderStoryBoardEntry
public PonderStoryBoardEntry(PonderStoryBoardEntry.PonderStoryBoard board, String namespace, String schematicPath, net.minecraft.resources.ResourceLocation component)
-
-
Method Details
-
getBoard
-
getNamespace
-
getSchematicLocation
public net.minecraft.resources.ResourceLocation getSchematicLocation() -
getComponent
public net.minecraft.resources.ResourceLocation getComponent() -
getTags
-
highlightTag
-
highlightTags
-
highlightAllTags
-
chapter
-
chapters
-