接口 ValueOutputExtension

所有已知子接口:
ValueOutput
所有已知实现类:
TagValueOutput

public interface ValueOutputExtension
Extension class for ValueOutput
  • 方法概要

    修饰符和类型
    方法
    说明
    default void
    Store the given child object at the given key.
    private ValueOutput
     
    default void
    Store the elements of the given tag in the root level of this object, with the same keys as in the tag.
  • 方法详细资料

    • self

      private ValueOutput self()
    • store

      default void store(CompoundTag tag)
      Store the elements of the given tag in the root level of this object, with the same keys as in the tag.
      参数:
      tag - the tag to store into this object
    • putChild

      default void putChild(String key, ValueIOSerializable child)
      Store the given child object at the given key.
      参数:
      key - the key to put the child at
      child - the child to store at the given key