接口 IEternalPotatoManager


public interface IEternalPotatoManager
The interface Eternal potato manager.
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    Clear.
    Gets or create.
    void
    loadAll(net.minecraft.nbt.CompoundTag tag)
    Load all.
    void
    remove(UUID uuid)
    Remove.
    net.minecraft.nbt.CompoundTag
    Save all compound tag.
  • 方法详细资料

    • getOrCreate

      IEternalPotato getOrCreate(UUID uuid)
      Gets or create.
      参数:
      uuid - the uuid
      返回:
      the or create
    • remove

      void remove(UUID uuid)
      Remove.
      参数:
      uuid - the uuid
    • clear

      void clear()
      Clear.
    • saveAll

      net.minecraft.nbt.CompoundTag saveAll()
      Save all compound tag.
      返回:
      the compound tag
    • loadAll

      void loadAll(net.minecraft.nbt.CompoundTag tag)
      Load all.
      参数:
      tag - the tag