Package net.minecraft.command
Class DataCommandStorage.PersistentState
java.lang.Object
net.minecraft.world.PersistentState
net.minecraft.command.DataCommandStorage.PersistentState
- Enclosing class:
- DataCommandStorage
static class DataCommandStorage.PersistentState extends PersistentState
-
Field Summary
Fields Modifier and Type Field Description private Map<String,CompoundTag>map -
Constructor Summary
Constructors Constructor Description PersistentState(String key) -
Method Summary
Modifier and Type Method Description voidfromTag(CompoundTag tag)CompoundTagget(String name)Stream<Identifier>getIds(String namespace)voidset(String name, CompoundTag tag)CompoundTagtoTag(CompoundTag tag)
-
Field Details
-
map
-
-
Constructor Details
-
PersistentState
-
-
Method Details
-
fromTag
- Specified by:
fromTagin classPersistentState
-
toTag
- Specified by:
toTagin classPersistentState
-
get
-
set
-
getIds
-