Class NbtOps.NbtRecordBuilder

java.lang.Object
com.mojang.serialization.RecordBuilder.AbstractBuilder<T,​R>
com.mojang.serialization.RecordBuilder.AbstractStringBuilder<Tag,​CompoundTag>
net.minecraft.nbt.NbtOps.NbtRecordBuilder
All Implemented Interfaces:
com.mojang.serialization.RecordBuilder<Tag>
Enclosing class:
NbtOps

class NbtOps.NbtRecordBuilder extends com.mojang.serialization.RecordBuilder.AbstractStringBuilder<Tag,​CompoundTag>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.mojang.serialization.RecordBuilder

    com.mojang.serialization.RecordBuilder.AbstractBuilder<T extends Object,​R extends Object>, com.mojang.serialization.RecordBuilder.AbstractStringBuilder<T extends Object,​R extends Object>, com.mojang.serialization.RecordBuilder.AbstractUniversalBuilder<T extends Object,​R extends Object>, com.mojang.serialization.RecordBuilder.MapBuilder<T extends Object>
  • Field Summary

    Fields inherited from class com.mojang.serialization.RecordBuilder.AbstractBuilder

    builder
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected CompoundTag
    append​(String p_129186_, Tag p_129187_, CompoundTag p_129188_)
     
    protected com.mojang.serialization.DataResult<Tag>
    build​(CompoundTag p_129190_, Tag p_129191_)
     
    protected CompoundTag
     

    Methods inherited from class com.mojang.serialization.RecordBuilder.AbstractStringBuilder

    add, add, add, add, add

    Methods inherited from class com.mojang.serialization.RecordBuilder.AbstractBuilder

    build, mapError, ops, setLifecycle, withErrorsFrom

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.mojang.serialization.RecordBuilder

    add, build
  • Constructor Details

    • NbtRecordBuilder

      protected NbtRecordBuilder()
  • Method Details

    • initBuilder

      protected CompoundTag initBuilder()
      Specified by:
      initBuilder in class com.mojang.serialization.RecordBuilder.AbstractBuilder<Tag,​CompoundTag>
    • append

      protected CompoundTag append(String p_129186_, Tag p_129187_, CompoundTag p_129188_)
      Specified by:
      append in class com.mojang.serialization.RecordBuilder.AbstractStringBuilder<Tag,​CompoundTag>
    • build

      protected com.mojang.serialization.DataResult<Tag> build(CompoundTag p_129190_, Tag p_129191_)
      Specified by:
      build in class com.mojang.serialization.RecordBuilder.AbstractBuilder<Tag,​CompoundTag>