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