Package net.minecraft.client.option
Class HotbarStorage
java.lang.Object
net.minecraft.client.option.HotbarStorage
- Mappings:
Namespace Name official enj
intermediary net/minecraft/class_302
named net/minecraft/client/option/HotbarStorage
-
Field Summary
Modifier and TypeFieldDescriptionprivate final com.mojang.datafixers.DataFixer
private final HotbarStorageEntry[]
private final File
private boolean
private static final Logger
static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official b
Lenj;b:Lorg/slf4j/Logger;
intermediary field_1647
Lnet/minecraft/class_302;field_1647:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/client/option/HotbarStorage;LOGGER:Lorg/slf4j/Logger;
-
STORAGE_ENTRY_COUNT
public static final int STORAGE_ENTRY_COUNT- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lenj;a:I
intermediary field_32135
Lnet/minecraft/class_302;field_32135:I
named STORAGE_ENTRY_COUNT
Lnet/minecraft/client/option/HotbarStorage;STORAGE_ENTRY_COUNT:I
-
file
- Mappings:
Namespace Name Mixin selector official c
Lenj;c:Ljava/io/File;
intermediary field_1646
Lnet/minecraft/class_302;field_1646:Ljava/io/File;
named file
Lnet/minecraft/client/option/HotbarStorage;file:Ljava/io/File;
-
dataFixer
private final com.mojang.datafixers.DataFixer dataFixer- Mappings:
Namespace Name Mixin selector official d
Lenj;d:Lcom/mojang/datafixers/DataFixer;
intermediary field_1648
Lnet/minecraft/class_302;field_1648:Lcom/mojang/datafixers/DataFixer;
named dataFixer
Lnet/minecraft/client/option/HotbarStorage;dataFixer:Lcom/mojang/datafixers/DataFixer;
-
entries
- Mappings:
Namespace Name Mixin selector official e
Lenj;e:[Lfja;
intermediary field_1644
Lnet/minecraft/class_302;field_1644:[Lnet/minecraft/class_748;
named entries
Lnet/minecraft/client/option/HotbarStorage;entries:[Lnet/minecraft/client/option/HotbarStorageEntry;
-
loaded
private boolean loaded- Mappings:
Namespace Name Mixin selector official f
Lenj;f:Z
intermediary field_1645
Lnet/minecraft/class_302;field_1645:Z
named loaded
Lnet/minecraft/client/option/HotbarStorage;loaded:Z
-
-
Constructor Details
-
HotbarStorage
- Mappings:
Namespace Name Mixin selector official <init>
Lenj;<init>(Ljava/io/File;Lcom/mojang/datafixers/DataFixer;)V
intermediary <init>
Lnet/minecraft/class_302;<init>(Ljava/io/File;Lcom/mojang/datafixers/DataFixer;)V
named <init>
Lnet/minecraft/client/option/HotbarStorage;<init>(Ljava/io/File;Lcom/mojang/datafixers/DataFixer;)V
-
-
Method Details
-
load
private void load()- Mappings:
Namespace Name Mixin selector official b
Lenj;b()V
intermediary method_1411
Lnet/minecraft/class_302;method_1411()V
named load
Lnet/minecraft/client/option/HotbarStorage;load()V
-
save
public void save()- Mappings:
Namespace Name Mixin selector official a
Lenj;a()V
intermediary method_1409
Lnet/minecraft/class_302;method_1409()V
named save
Lnet/minecraft/client/option/HotbarStorage;save()V
-
getSavedHotbar
- Mappings:
Namespace Name Mixin selector official a
Lenj;a(I)Lfja;
intermediary method_1410
Lnet/minecraft/class_302;method_1410(I)Lnet/minecraft/class_748;
named getSavedHotbar
Lnet/minecraft/client/option/HotbarStorage;getSavedHotbar(I)Lnet/minecraft/client/option/HotbarStorageEntry;
-