Class Account<T extends Account<?>>
java.lang.Object
meteordevelopment.meteorclient.systems.accounts.Account<T>
- All Implemented Interfaces:
ISerializable<T>
- Direct Known Subclasses:
CrackedAccount,MicrosoftAccount,TheAlteningAccount
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AccountCacheprotected Stringprotected AccountType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidapplyLoginEnvironment(com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService authService, com.mojang.authlib.minecraft.MinecraftSessionService sessService) abstract booleanfromTag(net.minecraft.nbt.NbtCompound tag) getCache()getType()booleanlogin()static voidsetSession(net.minecraft.client.session.Session session) net.minecraft.nbt.NbtCompoundtoTag()
-
Field Details
-
type
-
name
-
cache
-
-
Constructor Details
-
Account
-
-
Method Details
-
fetchInfo
public abstract boolean fetchInfo() -
login
public boolean login() -
getUsername
-
getType
-
getCache
-
setSession
public static void setSession(net.minecraft.client.session.Session session) -
applyLoginEnvironment
public static void applyLoginEnvironment(com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService authService, com.mojang.authlib.minecraft.MinecraftSessionService sessService) -
toTag
public net.minecraft.nbt.NbtCompound toTag()- Specified by:
toTagin interfaceISerializable<T extends Account<?>>
-
fromTag
- Specified by:
fromTagin interfaceISerializable<T extends Account<?>>
-