类 NbtOps.NbtRecordBuilder

java.lang.Object
com.mojang.serialization.RecordBuilder.AbstractBuilder<Tag,CompoundTag>
com.mojang.serialization.RecordBuilder.AbstractStringBuilder<Tag,CompoundTag>
net.minecraft.nbt.NbtOps.NbtRecordBuilder
所有已实现的接口:
com.mojang.serialization.RecordBuilder<Tag>
封闭类:
NbtOps

class NbtOps.NbtRecordBuilder extends com.mojang.serialization.RecordBuilder.AbstractStringBuilder<Tag,CompoundTag>
  • 嵌套类概要

    从接口继承的嵌套类/接口 com.mojang.serialization.RecordBuilder

    com.mojang.serialization.RecordBuilder.AbstractBuilder<T,R>, com.mojang.serialization.RecordBuilder.AbstractStringBuilder<T,R>, com.mojang.serialization.RecordBuilder.AbstractUniversalBuilder<T,R>, com.mojang.serialization.RecordBuilder.MapBuilder<T>
  • 字段概要

    从类继承的字段 com.mojang.serialization.RecordBuilder.AbstractBuilder

    builder
  • 构造器概要

    构造器
    限定符
    构造器
    说明
    protected
     
  • 方法概要

    修饰符和类型
    方法
    说明
    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
     

    从类继承的方法 com.mojang.serialization.RecordBuilder.AbstractStringBuilder

    add, add, add, add, add

    从类继承的方法 com.mojang.serialization.RecordBuilder.AbstractBuilder

    build, mapError, ops, setLifecycle, withErrorsFrom

    从类继承的方法 java.lang.Object

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

    从接口继承的方法 com.mojang.serialization.RecordBuilder

    add, build
  • 构造器详细资料

    • NbtRecordBuilder

      protected NbtRecordBuilder()
  • 方法详细资料

    • initBuilder

      protected CompoundTag initBuilder()
      指定者:
      initBuilder 在类中 com.mojang.serialization.RecordBuilder.AbstractBuilder<Tag,CompoundTag>
    • append

      protected CompoundTag append(String p_129186_, Tag p_129187_, CompoundTag p_129188_)
      指定者:
      append 在类中 com.mojang.serialization.RecordBuilder.AbstractStringBuilder<Tag,CompoundTag>
    • build

      protected com.mojang.serialization.DataResult<Tag> build(CompoundTag p_129190_, Tag p_129191_)
      指定者:
      build 在类中 com.mojang.serialization.RecordBuilder.AbstractBuilder<Tag,CompoundTag>