Interface CustomRegistryTypeProvider<B extends io.netty.buffer.ByteBuf, T>

All Superinterfaces:
Function<T, @Nullable CustomRegistryType<B,T>>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CustomRegistryTypeProvider<B extends io.netty.buffer.ByteBuf, T> extends Function<T, @Nullable CustomRegistryType<B,T>>