Interface PonderSceneRegistrationHelper<T>
- All Known Implementing Classes:
DefaultPonderSceneRegistrationHelper,GenericPonderSceneRegistrationHelper
public interface PonderSceneRegistrationHelper<T>
-
Method Summary
Modifier and TypeMethodDescriptionaddStoryBoard(T component, String schematicPath, PonderStoryBoard storyBoard, net.minecraft.resources.ResourceLocation... tags) addStoryBoard(T component, net.minecraft.resources.ResourceLocation schematicLocation, PonderStoryBoard storyBoard, net.minecraft.resources.ResourceLocation... tags) net.minecraft.resources.ResourceLocationasLocation(String path) forComponents(Iterable<T> components) forComponents(T... components) withKeyFunction(Function<S, T> keyGen)
-
Method Details
-
withKeyFunction
-
addStoryBoard
PonderStoryBoardEntry addStoryBoard(T component, net.minecraft.resources.ResourceLocation schematicLocation, PonderStoryBoard storyBoard, net.minecraft.resources.ResourceLocation... tags) -
addStoryBoard
PonderStoryBoardEntry addStoryBoard(T component, String schematicPath, PonderStoryBoard storyBoard, net.minecraft.resources.ResourceLocation... tags) -
forComponents
-
forComponents
-
asLocation
-