Class DescriptiveUnaryOperator<T>

java.lang.Object
com.blamejared.crafttweaker.api.recipe.replacement.DescriptiveUnaryOperator<T>
All Implemented Interfaces:
Function<T,T>, UnaryOperator<T>

public final class DescriptiveUnaryOperator<T> extends Object implements UnaryOperator<T>