Interface SceneRegistryAccess
- All Known Implementing Classes:
PonderSceneRegistry
public interface SceneRegistryAccess
-
Method Summary
Modifier and TypeMethodDescriptioncompile(Collection<StoryBoardEntry> entries) compile(net.minecraft.resources.ResourceLocation id) booleandoScenesExistForId(net.minecraft.resources.ResourceLocation id) Collection<Map.Entry<net.minecraft.resources.ResourceLocation, StoryBoardEntry>>
-
Method Details
-
doScenesExistForId
boolean doScenesExistForId(net.minecraft.resources.ResourceLocation id) -
getRegisteredEntries
Collection<Map.Entry<net.minecraft.resources.ResourceLocation,StoryBoardEntry>> getRegisteredEntries() -
compile
-
compile
-