Class SetBuilder.Builder<T>
java.lang.Object
com.portingdeadmods.portingdeadlibs.utils.codec.SetBuilder.Builder<T>
- All Implemented Interfaces:
SetBuilder<T>
- Enclosing interface:
SetBuilder<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.portingdeadmods.portingdeadlibs.utils.codec.SetBuilder
SetBuilder.Builder<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.DataResult<T> mapError(UnaryOperator<String> onError) com.mojang.serialization.DynamicOps<T> ops()withErrorsFrom(com.mojang.serialization.DataResult<?> result) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.portingdeadmods.portingdeadlibs.utils.codec.SetBuilder
add, addAll, build
-
Constructor Details
-
Builder
-
-
Method Details
-
ops
- Specified by:
opsin interfaceSetBuilder<T>
-
add
- Specified by:
addin interfaceSetBuilder<T>
-
add
- Specified by:
addin interfaceSetBuilder<T>
-
withErrorsFrom
- Specified by:
withErrorsFromin interfaceSetBuilder<T>
-
mapError
- Specified by:
mapErrorin interfaceSetBuilder<T>
-
build
- Specified by:
buildin interfaceSetBuilder<T>
-