Class RecordBuilder.AbstractStringBuilder<T,R>
java.lang.Object
com.mojang.serialization.RecordBuilder.AbstractBuilder<T,R>
com.mojang.serialization.RecordBuilder.AbstractStringBuilder<T,R>
- All Implemented Interfaces:
RecordBuilder<T>
- Direct Known Subclasses:
JsonOps.JsonRecordBuilder, NbtOps.NbtRecordBuilder
- Enclosing interface:
RecordBuilder<T>
public abstract static class RecordBuilder.AbstractStringBuilder<T,R>
extends RecordBuilder.AbstractBuilder<T,R>
-
Nested Class Summary
Nested classes/interfaces inherited from interface RecordBuilder
RecordBuilder.AbstractBuilder<T,R>, RecordBuilder.AbstractStringBuilder<T, R>, RecordBuilder.AbstractUniversalBuilder<T, R>, RecordBuilder.MapBuilder<T> -
Field Summary
Fields inherited from class RecordBuilder.AbstractBuilder
builder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(DataResult<T> key, DataResult<T> value) add(String key, DataResult<T> value) add(T key, DataResult<T> value) protected abstract RMethods inherited from class RecordBuilder.AbstractBuilder
build, build, initBuilder, mapError, ops, setLifecycle, withErrorsFromMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RecordBuilder
add, build
-
Constructor Details
-
AbstractStringBuilder
-
-
Method Details
-
append
-
add
-
add
-
add
-
add
-
add
-