接口 IEternalPotatoManager
public interface IEternalPotatoManager
The interface Eternal potato manager.
-
方法概要
修饰符和类型方法说明voidclear()Clear.getOrCreate(UUID uuid) Gets or create.voidloadAll(net.minecraft.nbt.CompoundTag tag) Load all.voidRemove.net.minecraft.nbt.CompoundTagsaveAll()Save all compound tag.
-
方法详细资料
-
getOrCreate
Gets or create.- 参数:
uuid- the uuid- 返回:
- the or create
-
remove
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
-