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