Handler
interface Handler
Bootstrap-resident handler interface.
Pure JDK signature — it must resolve identically on bootstrap and on the game loader.
Every method defaults to a no-op: a patch key belongs to exactly ONE phase (the key carries a sequence number, so no two patches share one), and the implementation registered under it only ever receives that phase's callback. Defaulting keeps a single interface and a single registry rather than splitting the bridge four ways.