Class DescriptiveUnaryOperator<T>
java.lang.Object
com.blamejared.crafttweaker.api.recipe.replacement.DescriptiveUnaryOperator<T>
- All Implemented Interfaces:
Function<T,,T> UnaryOperator<T>
-
Method Summary
Modifier and TypeMethodDescriptiondescribe()static <T> DescriptiveUnaryOperator<T>of(UnaryOperator<T> operator, String description) static <T> DescriptiveUnaryOperator<T>wrap(UnaryOperator<T> operator)