registerRenderer

abstract void registerRenderer(Renderer plugin)

Rendering extension mods must implement Renderer andcall this method during initialization.

Only one Renderer plug-in can be active in any game instance.If a second mod attempts to register this method will throw an UnsupportedOperationException.

Sources

jvm source
Link copied to clipboard