Package net.minecraft.command
Class DataCommandStorage
java.lang.Object
net.minecraft.command.DataCommandStorage
- Mappings:
Namespace Name official dyr
intermediary net/minecraft/class_4565
named net/minecraft/command/DataCommandStorage
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final String
private final PersistentStateManager
private final Map<String,
DataCommandStorage.PersistentState> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateStorage
(String namespace) get
(Identifier id) getIds()
private static String
getSaveKey
(String namespace) void
set
(Identifier id, NbtCompound nbt)
-
Field Details
-
COMMAND_STORAGE_PREFIX
- See Also:
- Mappings:
Namespace Name Mixin selector official a
Ldyr;a:Ljava/lang/String;
intermediary field_31834
Lnet/minecraft/class_4565;field_31834:Ljava/lang/String;
named COMMAND_STORAGE_PREFIX
Lnet/minecraft/command/DataCommandStorage;COMMAND_STORAGE_PREFIX:Ljava/lang/String;
-
storages
- Mappings:
Namespace Name Mixin selector official b
Ldyr;b:Ljava/util/Map;
intermediary field_20747
Lnet/minecraft/class_4565;field_20747:Ljava/util/Map;
named storages
Lnet/minecraft/command/DataCommandStorage;storages:Ljava/util/Map;
-
stateManager
- Mappings:
Namespace Name Mixin selector official c
Ldyr;c:Ldyu;
intermediary field_20748
Lnet/minecraft/class_4565;field_20748:Lnet/minecraft/class_26;
named stateManager
Lnet/minecraft/command/DataCommandStorage;stateManager:Lnet/minecraft/world/PersistentStateManager;
-
-
Constructor Details
-
DataCommandStorage
- Mappings:
Namespace Name Mixin selector official <init>
Ldyr;<init>(Ldyu;)V
intermediary <init>
Lnet/minecraft/class_4565;<init>(Lnet/minecraft/class_26;)V
named <init>
Lnet/minecraft/command/DataCommandStorage;<init>(Lnet/minecraft/world/PersistentStateManager;)V
-
-
Method Details
-
createStorage
- Mappings:
Namespace Name Mixin selector official a
Ldyr;a(Ljava/lang/String;)Ldyr$a;
intermediary method_22544
Lnet/minecraft/class_4565;method_22544(Ljava/lang/String;)Lnet/minecraft/class_4565$class_4566;
named createStorage
Lnet/minecraft/command/DataCommandStorage;createStorage(Ljava/lang/String;)Lnet/minecraft/command/DataCommandStorage$PersistentState;
-
get
- Mappings:
Namespace Name Mixin selector official a
Ldyr;a(Lacq;)Lqr;
intermediary method_22546
Lnet/minecraft/class_4565;method_22546(Lnet/minecraft/class_2960;)Lnet/minecraft/class_2487;
named get
Lnet/minecraft/command/DataCommandStorage;get(Lnet/minecraft/util/Identifier;)Lnet/minecraft/nbt/NbtCompound;
-
set
- Mappings:
Namespace Name Mixin selector official a
Ldyr;a(Lacq;Lqr;)V
intermediary method_22547
Lnet/minecraft/class_4565;method_22547(Lnet/minecraft/class_2960;Lnet/minecraft/class_2487;)V
named set
Lnet/minecraft/command/DataCommandStorage;set(Lnet/minecraft/util/Identifier;Lnet/minecraft/nbt/NbtCompound;)V
-
getIds
- Mappings:
Namespace Name Mixin selector official a
Ldyr;a()Ljava/util/stream/Stream;
intermediary method_22542
Lnet/minecraft/class_4565;method_22542()Ljava/util/stream/Stream;
named getIds
Lnet/minecraft/command/DataCommandStorage;getIds()Ljava/util/stream/Stream;
-
getSaveKey
- Mappings:
Namespace Name Mixin selector official b
Ldyr;b(Ljava/lang/String;)Ljava/lang/String;
intermediary method_22543
Lnet/minecraft/class_4565;method_22543(Ljava/lang/String;)Ljava/lang/String;
named getSaveKey
Lnet/minecraft/command/DataCommandStorage;getSaveKey(Ljava/lang/String;)Ljava/lang/String;
-