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
- Mappings:
Namespace Name official ddo$a
intermediary net/minecraft/class_4565$class_4566
named net/minecraft/command/DataCommandStorage$PersistentState
-
Field Summary
Fields Modifier and Type Field Description private Map<String,CompoundTag>
map
-
Constructor Summary
Constructors Modifier Constructor Description private
PersistentState()
-
Method Summary
Modifier and Type Method Description CompoundTag
get(String name)
Stream<Identifier>
getIds(String namespace)
private DataCommandStorage.PersistentState
method_32383(CompoundTag compoundTag)
void
set(String name, CompoundTag tag)
CompoundTag
toNbt(CompoundTag tag)
Methods inherited from class net.minecraft.world.PersistentState
isDirty, markDirty, save, setDirty
-
Field Details
-
map
- Mappings:
Namespace Name Mixin selector official a
Lddo$a;a:Ljava/util/Map;
intermediary field_20749
Lnet/minecraft/class_4565$class_4566;field_20749:Ljava/util/Map;
named map
Lnet/minecraft/command/DataCommandStorage$PersistentState;map:Ljava/util/Map;
-
-
Constructor Details
-
PersistentState
private PersistentState()
-
-
Method Details
-
method_32383
- Mappings:
Namespace Name Mixin selector official b
Lddo$a;b(Lmq;)Lddo$a;
intermediary method_32383
Lnet/minecraft/class_4565$class_4566;method_32383(Lnet/minecraft/class_2487;)Lnet/minecraft/class_4565$class_4566;
named method_32383
Lnet/minecraft/command/DataCommandStorage$PersistentState;method_32383(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/command/DataCommandStorage$PersistentState;
-
toNbt
- Specified by:
toNbt
in classPersistentState
- Mappings:
Namespace Name Mixin selector official a
Lddg;a(Lmq;)Lmq;
intermediary method_75
Lnet/minecraft/class_18;method_75(Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;
named toNbt
Lnet/minecraft/world/PersistentState;toNbt(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/nbt/CompoundTag;
-
get
- Mappings:
Namespace Name Mixin selector official a
Lddo$a;a(Ljava/lang/String;)Lmq;
intermediary method_22550
Lnet/minecraft/class_4565$class_4566;method_22550(Ljava/lang/String;)Lnet/minecraft/class_2487;
named get
Lnet/minecraft/command/DataCommandStorage$PersistentState;get(Ljava/lang/String;)Lnet/minecraft/nbt/CompoundTag;
-
set
- Mappings:
Namespace Name Mixin selector official a
Lddo$a;a(Ljava/lang/String;Lmq;)V
intermediary method_22552
Lnet/minecraft/class_4565$class_4566;method_22552(Ljava/lang/String;Lnet/minecraft/class_2487;)V
named set
Lnet/minecraft/command/DataCommandStorage$PersistentState;set(Ljava/lang/String;Lnet/minecraft/nbt/CompoundTag;)V
-
getIds
- Mappings:
Namespace Name Mixin selector official b
Lddo$a;b(Ljava/lang/String;)Ljava/util/stream/Stream;
intermediary method_22554
Lnet/minecraft/class_4565$class_4566;method_22554(Ljava/lang/String;)Ljava/util/stream/Stream;
named getIds
Lnet/minecraft/command/DataCommandStorage$PersistentState;getIds(Ljava/lang/String;)Ljava/util/stream/Stream;
-