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 dgt$aintermediary net/minecraft/class_4565$class_4566named net/minecraft/command/DataCommandStorage$PersistentState
-
Field Summary
Fields Modifier and Type Field Description private static Stringfield_31835private Map<String,NbtCompound>map -
Constructor Summary
Constructors Modifier Constructor Description privatePersistentState() -
Method Summary
Modifier and Type Method Description NbtCompoundget(String name)Stream<Identifier>getIds(String namespace)private DataCommandStorage.PersistentStatemethod_32383(NbtCompound nbt)voidset(String name, NbtCompound nbt)NbtCompoundwriteNbt(NbtCompound nbt)Methods inherited from class net.minecraft.world.PersistentState
isDirty, markDirty, save, setDirty
-
Field Details
-
field_31835
- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official aLdgt$a;a:Ljava/lang/String;intermediary field_31835Lnet/minecraft/class_4565$class_4566;field_31835:Ljava/lang/String;named field_31835Lnet/minecraft/command/DataCommandStorage$PersistentState;field_31835:Ljava/lang/String;
-
map
- Mappings:
Namespace Name Mixin selector official bLdgt$a;b:Ljava/util/Map;intermediary field_20749Lnet/minecraft/class_4565$class_4566;field_20749:Ljava/util/Map;named mapLnet/minecraft/command/DataCommandStorage$PersistentState;map:Ljava/util/Map;
-
-
Constructor Details
-
PersistentState
private PersistentState()
-
-
Method Details
-
method_32383
- Mappings:
Namespace Name Mixin selector official bLdgt$a;b(Lmv;)Ldgt$a;intermediary method_32383Lnet/minecraft/class_4565$class_4566;method_32383(Lnet/minecraft/class_2487;)Lnet/minecraft/class_4565$class_4566;named method_32383Lnet/minecraft/command/DataCommandStorage$PersistentState;method_32383(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/command/DataCommandStorage$PersistentState;
-
writeNbt
- Specified by:
writeNbtin classPersistentState- Mappings:
Namespace Name Mixin selector official aLdgl;a(Lmv;)Lmv;intermediary method_75Lnet/minecraft/class_18;method_75(Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;named writeNbtLnet/minecraft/world/PersistentState;writeNbt(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;
-
get
- Mappings:
Namespace Name Mixin selector official aLdgt$a;a(Ljava/lang/String;)Lmv;intermediary method_22550Lnet/minecraft/class_4565$class_4566;method_22550(Ljava/lang/String;)Lnet/minecraft/class_2487;named getLnet/minecraft/command/DataCommandStorage$PersistentState;get(Ljava/lang/String;)Lnet/minecraft/nbt/NbtCompound;
-
set
- Mappings:
Namespace Name Mixin selector official aLdgt$a;a(Ljava/lang/String;Lmv;)Vintermediary method_22552Lnet/minecraft/class_4565$class_4566;method_22552(Ljava/lang/String;Lnet/minecraft/class_2487;)Vnamed setLnet/minecraft/command/DataCommandStorage$PersistentState;set(Ljava/lang/String;Lnet/minecraft/nbt/NbtCompound;)V
-
getIds
- Mappings:
Namespace Name Mixin selector official bLdgt$a;b(Ljava/lang/String;)Ljava/util/stream/Stream;intermediary method_22554Lnet/minecraft/class_4565$class_4566;method_22554(Ljava/lang/String;)Ljava/util/stream/Stream;named getIdsLnet/minecraft/command/DataCommandStorage$PersistentState;getIds(Ljava/lang/String;)Ljava/util/stream/Stream;
-