Package net.minecraft.src
Class AccountInfo.OfflineAccount
- java.lang.Object
-
- net.minecraft.src.AccountInfo
-
- net.minecraft.src.AccountInfo.OfflineAccount
-
- Enclosing class:
- AccountInfo
public static final class AccountInfo.OfflineAccount extends AccountInfo
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraft.src.AccountInfo
AccountInfo.MsaAccount, AccountInfo.OfflineAccount, AccountInfo.OneShotAccount
-
-
Constructor Summary
Constructors Constructor Description OfflineAccount()
OfflineAccount(java.lang.String username)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getSessionId()
java.lang.String
getTypeId()
protected void
readCustomNbt(NBTTagCompound nbt)
protected void
writeCustomNbt(NBTTagCompound nbt)
-
Methods inherited from class net.minecraft.src.AccountInfo
allowDelete, allowedInSafeMode, fromNbt, getUsername, isOffline, readNbt, setUsername, toNbt, writeNbt
-
-
-
-
Method Detail
-
getTypeId
public java.lang.String getTypeId()
- Specified by:
getTypeId
in classAccountInfo
-
getSessionId
public java.lang.String getSessionId()
- Specified by:
getSessionId
in classAccountInfo
-
writeCustomNbt
protected void writeCustomNbt(NBTTagCompound nbt)
- Specified by:
writeCustomNbt
in classAccountInfo
-
readCustomNbt
protected void readCustomNbt(NBTTagCompound nbt)
- Specified by:
readCustomNbt
in classAccountInfo
-
-