Package net.createmod.ponder.foundation
Class PonderStoryBoardEntry
java.lang.Object
net.createmod.ponder.foundation.PonderStoryBoardEntry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionPonderStoryBoardEntry(PonderStoryBoard board, String namespace, String schematicPath, net.minecraft.resources.ResourceLocation component) PonderStoryBoardEntry(PonderStoryBoard board, String namespace, net.minecraft.resources.ResourceLocation schematicLocation, net.minecraft.resources.ResourceLocation component) -
Method Summary
Modifier and TypeMethodDescriptiongetBoard()net.minecraft.resources.ResourceLocationnet.minecraft.resources.ResourceLocationList<net.minecraft.resources.ResourceLocation>getTags()highlightTag(net.minecraft.resources.ResourceLocation tag) highlightTags(net.minecraft.resources.ResourceLocation... tags) orderAfter(String otherSceneId) orderAfter(String namespace, String otherSceneId) orderBefore(String otherSceneId) orderBefore(String namespace, String otherSceneId)
-
Constructor Details
-
PonderStoryBoardEntry
public PonderStoryBoardEntry(PonderStoryBoard board, String namespace, net.minecraft.resources.ResourceLocation schematicLocation, net.minecraft.resources.ResourceLocation component) -
PonderStoryBoardEntry
public 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
-
getOrderingEntries
-
orderBefore
-
orderBefore
-
orderAfter
-
orderAfter
-
highlightTag
-
highlightTags
-
highlightAllTags
-