Package net.minecraft.client.option
Class HotbarStorage
java.lang.Object
net.minecraft.client.option.HotbarStorage
@Environment(CLIENT) public class HotbarStorage extends Object
- Mappings:
Namespace Name official dug
intermediary net/minecraft/class_302
named net/minecraft/client/option/HotbarStorage
-
Field Summary
Fields Modifier and Type Field Description private com.mojang.datafixers.DataFixer
dataFixer
private HotbarStorageEntry[]
entries
static int
field_32135
private File
file
private boolean
loaded
private static Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description HotbarStorage(File file, com.mojang.datafixers.DataFixer dataFixer)
-
Method Summary
Modifier and Type Method Description HotbarStorageEntry
getSavedHotbar(int i)
private void
load()
void
save()
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official b
Ldug;b:Lorg/apache/logging/log4j/Logger;
intermediary field_1647
Lnet/minecraft/class_302;field_1647:Lorg/apache/logging/log4j/Logger;
named LOGGER
Lnet/minecraft/client/option/HotbarStorage;LOGGER:Lorg/apache/logging/log4j/Logger;
-
field_32135
public static final int field_32135- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official a
Ldug;a:I
intermediary field_32135
Lnet/minecraft/class_302;field_32135:I
named field_32135
Lnet/minecraft/client/option/HotbarStorage;field_32135:I
-
file
- Mappings:
Namespace Name Mixin selector official c
Ldug;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
Ldug;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
Ldug;e:[Lekv;
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
Ldug;f:Z
intermediary field_1645
Lnet/minecraft/class_302;field_1645:Z
named loaded
Lnet/minecraft/client/option/HotbarStorage;loaded:Z
-
-
Constructor Details
-
HotbarStorage
-
-
Method Details
-
load
private void load()- Mappings:
Namespace Name Mixin selector official b
Ldug;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
Ldug;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
Ldug;a(I)Lekv;
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;
-