Interface RegisterPartRendererEvent.PartRegistrationSink

Enclosing class:
RegisterPartRendererEvent
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Internal public static interface RegisterPartRendererEvent.PartRegistrationSink
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends IPart>
    void
    register(Class<T> partClass, PartRenderer<? super T, ?> factory)
     
  • Method Details