package com.thebrokenrail.scriptcraft.core; public interface ScriptCraftEntryPoint { String getEntryPoint(); default void registerBridges() { } }