Class AccountsSave
java.lang.Object
com.viaversion.viafabricplus.save.AbstractSave
com.viaversion.viafabricplus.save.impl.AccountsSave
-
Field Summary
Fields inherited from class AbstractSave
GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.raphimc.minecraftauth.bedrock.BedrockAuthManagerde.florianreuth.classic4j.model.classicube.account.CCAccountvoidread(com.google.gson.JsonObject object) voidsetBedrockAccount(net.raphimc.minecraftauth.bedrock.BedrockAuthManager bedrockAccount) voidsetClassicubeAccount(de.florianreuth.classic4j.model.classicube.account.CCAccount classicubeAccount) voidwrite(com.google.gson.JsonObject object) Methods inherited from class AbstractSave
getPath, init, postInit, save
-
Constructor Details
-
AccountsSave
public AccountsSave()
-
-
Method Details
-
write
public void write(com.google.gson.JsonObject object) - Specified by:
writein classAbstractSave
-
read
public void read(com.google.gson.JsonObject object) - Specified by:
readin classAbstractSave
-
getBedrockAccount
public net.raphimc.minecraftauth.bedrock.BedrockAuthManager getBedrockAccount() -
setBedrockAccount
public void setBedrockAccount(net.raphimc.minecraftauth.bedrock.BedrockAuthManager bedrockAccount) -
getClassicubeAccount
public de.florianreuth.classic4j.model.classicube.account.CCAccount getClassicubeAccount() -
setClassicubeAccount
public void setClassicubeAccount(de.florianreuth.classic4j.model.classicube.account.CCAccount classicubeAccount)
-