public class MicromissileDefaults extends AuxConfigJson
| Modifier and Type | Class and Description |
|---|---|
static class |
MicromissileDefaults.Entry |
| Modifier and Type | Field and Description |
|---|---|
static MicromissileDefaults |
INSTANCE |
file| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfigFilename()
Get the filename (within the "pneumaticcraft/" folder in the top-level config directory) where this
config should be stored.
|
MicromissileDefaults.Entry |
getDefaults(net.minecraft.entity.player.PlayerEntity player) |
protected void |
readFromJson(com.google.gson.JsonObject json) |
void |
setDefaults(net.minecraft.entity.player.PlayerEntity player,
MicromissileDefaults.Entry record) |
protected void |
writeToJson(com.google.gson.JsonObject json) |
postInit, preInit, tryWriteToFile, writeToFileclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, useWorldSpecificDirpublic static final MicromissileDefaults INSTANCE
protected void writeToJson(com.google.gson.JsonObject json)
writeToJson in class AuxConfigJsonprotected void readFromJson(com.google.gson.JsonObject json)
readFromJson in class AuxConfigJsonpublic java.lang.String getConfigFilename()
IAuxConfigpublic void setDefaults(net.minecraft.entity.player.PlayerEntity player,
MicromissileDefaults.Entry record)
public MicromissileDefaults.Entry getDefaults(net.minecraft.entity.player.PlayerEntity player)