Class ServiceComponentRendererProvider
java.lang.Object
com.xpdustry.distributor.common.component.render.ServiceComponentRendererProvider
- All Implemented Interfaces:
com.xpdustry.distributor.api.component.render.ComponentRendererProvider
public final class ServiceComponentRendererProvider
extends Object
implements com.xpdustry.distributor.api.component.render.ComponentRendererProvider
-
Constructor Summary
ConstructorsConstructorDescriptionServiceComponentRendererProvider(com.xpdustry.distributor.api.service.ServiceManager services) -
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
-
ServiceComponentRendererProvider
public ServiceComponentRendererProvider(com.xpdustry.distributor.api.service.ServiceManager services)
-
-
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
-