Package net.minecraft.client.options
Class HotbarStorage
java.lang.Object
net.minecraft.client.options.HotbarStorage
@Environment(CLIENT) public class HotbarStorage extends Object
-
Field Summary
-
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
-
file
-
dataFixer
private final com.mojang.datafixers.DataFixer dataFixer -
entries
-
loaded
private boolean loaded
-
-
Constructor Details
-
HotbarStorage
-
-
Method Details
-
load
private void load() -
save
public void save() -
getSavedHotbar
-