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 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:
      getRenderer in interface com.xpdustry.distributor.api.component.render.ComponentRendererProvider