Class DelegatingOps.DelegateListBuilder
java.lang.Object
net.minecraft.resources.DelegatingOps.DelegateListBuilder
- All Implemented Interfaces:
ListBuilder<T>
- Enclosing class:
DelegatingOps<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface ListBuilder
ListBuilder.Builder<T> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(DataResult<T> value) <E> ListBuilder<T> <E> ListBuilder<T> build(DataResult<T> prefix) mapError(UnaryOperator<String> onError) ops()withErrorsFrom(DataResult<?> result)
-
Field Details
-
original
-
-
Constructor Details
-
DelegateListBuilder
-
-
Method Details
-
ops
- Specified by:
opsin interfaceListBuilder<T>
-
build
- Specified by:
buildin interfaceListBuilder<T>
-
add
- Specified by:
addin interfaceListBuilder<T>
-
add
- Specified by:
addin interfaceListBuilder<T>
-
add
- Specified by:
addin interfaceListBuilder<T>
-
addAll
- Specified by:
addAllin interfaceListBuilder<T>
-
withErrorsFrom
- Specified by:
withErrorsFromin interfaceListBuilder<T>
-
mapError
- Specified by:
mapErrorin interfaceListBuilder<T>
-
build
- Specified by:
buildin interfaceListBuilder<T>
-