Class StandardComponentRendererProvider
java.lang.Object
com.xpdustry.distributor.common.component.render.StandardComponentRendererProvider
- All Implemented Interfaces:
com.xpdustry.distributor.api.component.render.ComponentRendererProvider
public final class StandardComponentRendererProvider
extends Object
implements com.xpdustry.distributor.api.component.render.ComponentRendererProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends com.xpdustry.distributor.api.component.Component>
@Nullable com.xpdustry.distributor.api.component.render.ComponentRenderer<T>getRenderer(T component)
-
Constructor Details
-
StandardComponentRendererProvider
public StandardComponentRendererProvider()
-
-
Method Details
-
getRenderer
public <T extends com.xpdustry.distributor.api.component.Component> @Nullable com.xpdustry.distributor.api.component.render.ComponentRenderer<T> getRenderer(T component) - Specified by:
getRendererin interfacecom.xpdustry.distributor.api.component.render.ComponentRendererProvider
-