Interface ContainerScreenFactory<C extends ScreenHandler>

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

@Deprecated @FunctionalInterface public interface ContainerScreenFactory<C extends ScreenHandler>
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(C container)
    Deprecated.
     
  • Method Details