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 Modifier Constructor Description privatePersistentState() -
Method Summary
Modifier and Type Method Description CompoundTagget(String name)Stream<Identifier>getIds(String namespace)private DataCommandStorage.PersistentStatemethod_32383(CompoundTag compoundTag)voidset(String name, CompoundTag tag)CompoundTagtoTag(CompoundTag tag)Methods inherited from class net.minecraft.world.PersistentState
isDirty, markDirty, save, setDirty
-
Field Details
-
map
-
-
Constructor Details
-
PersistentState
private PersistentState()
-
-
Method Details
-
method_32383
-
toTag
- Specified by:
toTagin classPersistentState
-
get
-
set
-
getIds
-