Package net.minecraft.client.util
Class CommandHistoryManager
java.lang.Object
net.minecraft.client.util.CommandHistoryManager
- Mappings:
Namespace Name official eqcintermediary net/minecraft/class_8657named net/minecraft/client/util/CommandHistoryManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLeqc;a:Lorg/slf4j/Logger;intermediary field_45287Lnet/minecraft/class_8657;field_45287:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/client/util/CommandHistoryManager;LOGGER:Lorg/slf4j/Logger;
-
MAX_SIZE
private static final int MAX_SIZE- See Also:
- Mappings:
Namespace Name Mixin selector official bLeqc;b:Iintermediary field_45288Lnet/minecraft/class_8657;field_45288:Inamed MAX_SIZELnet/minecraft/client/util/CommandHistoryManager;MAX_SIZE:I
-
FILENAME
- See Also:
- Mappings:
Namespace Name Mixin selector official cLeqc;c:Ljava/lang/String;intermediary field_45289Lnet/minecraft/class_8657;field_45289:Ljava/lang/String;named FILENAMELnet/minecraft/client/util/CommandHistoryManager;FILENAME:Ljava/lang/String;
-
path
- Mappings:
Namespace Name Mixin selector official dLeqc;d:Ljava/nio/file/Path;intermediary field_45290Lnet/minecraft/class_8657;field_45290:Ljava/nio/file/Path;named pathLnet/minecraft/client/util/CommandHistoryManager;path:Ljava/nio/file/Path;
-
history
- Mappings:
Namespace Name Mixin selector official eLeqc;e:Laqf;intermediary field_45291Lnet/minecraft/class_8657;field_45291:Lnet/minecraft/class_8623;named historyLnet/minecraft/client/util/CommandHistoryManager;history:Lnet/minecraft/util/collection/ArrayListDeque;
-
-
Constructor Details
-
CommandHistoryManager
- Mappings:
Namespace Name Mixin selector official <init>Leqc;<init>(Ljava/nio/file/Path;)Vintermediary <init>Lnet/minecraft/class_8657;<init>(Ljava/nio/file/Path;)Vnamed <init>Lnet/minecraft/client/util/CommandHistoryManager;<init>(Ljava/nio/file/Path;)V
-
-
Method Details
-
add
- Mappings:
Namespace Name Mixin selector official aLeqc;a(Ljava/lang/String;)Vintermediary method_52697Lnet/minecraft/class_8657;method_52697(Ljava/lang/String;)Vnamed addLnet/minecraft/client/util/CommandHistoryManager;add(Ljava/lang/String;)V
-
write
private void write()- Mappings:
Namespace Name Mixin selector official bLeqc;b()Vintermediary method_52698Lnet/minecraft/class_8657;method_52698()Vnamed writeLnet/minecraft/client/util/CommandHistoryManager;write()V
-
getHistory
- Mappings:
Namespace Name Mixin selector official aLeqc;a()Ljava/util/Collection;intermediary method_52696Lnet/minecraft/class_8657;method_52696()Ljava/util/Collection;named getHistoryLnet/minecraft/client/util/CommandHistoryManager;getHistory()Ljava/util/Collection;
-