Interface GuiProfileCompilerRegistry
-
- All Known Implementing Classes:
GuiProfileCompilerRegistryImpl
public interface GuiProfileCompilerRegistry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invokeCompiler(CompiledGuiProfile compiledGuiProfile)
void
registerCompiler(GuiProfileCompilable compiler)
-
-
-
Method Detail
-
registerCompiler
void registerCompiler(GuiProfileCompilable compiler)
-
invokeCompiler
void invokeCompiler(CompiledGuiProfile compiledGuiProfile)
-
-