接口 BakeCallback<T>
- 所有超级接口:
RegistryCallback<T>
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
Fired when the registry is finished with all registration, or otherwise when it's frozen, in general,
such as after snapshot injection.
-
方法概要
-
方法详细资料
-
onBake
Called when the registry is frozen, and all registration is finished.- 参数:
registry
- the registry
-