Interface RendererAccess
@NonExtendable
public interface RendererAccess
Registration and access for rendering extensions.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription@Nullable RendererAccess to the currentRendererfor creating and retrieving model builders and materials.booleanPerformant test forgetRenderer()!= null.voidregisterRenderer(Renderer plugin) Rendering extension mods must implementRendererand call this method during initialization.
-
Field Details
-
INSTANCE
-
-
Method Details
-
registerRenderer
-
getRenderer
Access to the currentRendererfor creating and retrieving model builders and materials. Will return null if no render plug in is active. -
hasRenderer
boolean hasRenderer()Performant test forgetRenderer()!= null.
-