EnchantmentProviderEndpoint

public final class EnchantmentProviderEndpoint implements BiFunction<String, Map<String, Object>, Map<String, Object>>

Service marker. Its simple name and JDK method signature survive shading.

Functions

Link copied to clipboard
public Map<String, Object> apply(String operation, Map<String, Object> request)

Inherited functions

Link copied to clipboard
public BiFunction<T, U, V> andThen<V>(Function<? super R, ? extends V> after)