public class StepMCChain extends AbstractStep<StepXblXstsToken.XblXsts<?>,StepMCChain.MCChain>
| Modifier and Type | Class and Description |
|---|---|
static class |
StepMCChain.MCChain |
AbstractStep.ApplicationDetails, AbstractStep.FirstStepResult, AbstractStep.InitialInput, AbstractStep.StepResult<P extends AbstractStep.StepResult<?>>| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MINECRAFT_LOGIN_URL |
static java.security.interfaces.ECPublicKey |
MOJANG_PUBLIC_KEY |
applicationDetails, name, prevStep| Constructor and Description |
|---|
StepMCChain(AbstractStep<?,? extends StepXblXstsToken.XblXsts<?>> prevStep) |
| Modifier and Type | Method and Description |
|---|---|
protected StepMCChain.MCChain |
execute(ILogger logger,
net.lenni0451.commons.httpclient.HttpClient httpClient,
StepXblXstsToken.XblXsts<?> xblXsts) |
StepMCChain.MCChain |
fromJson(com.google.gson.JsonObject json) |
com.google.gson.JsonObject |
toJson(StepMCChain.MCChain mcChain) |
getFromInput, getFromInput, refresh, refreshpublic static final java.lang.String MINECRAFT_LOGIN_URL
public static final java.security.interfaces.ECPublicKey MOJANG_PUBLIC_KEY
public StepMCChain(AbstractStep<?,? extends StepXblXstsToken.XblXsts<?>> prevStep)
protected StepMCChain.MCChain execute(ILogger logger, net.lenni0451.commons.httpclient.HttpClient httpClient, StepXblXstsToken.XblXsts<?> xblXsts) throws java.lang.Exception
execute in class AbstractStep<StepXblXstsToken.XblXsts<?>,StepMCChain.MCChain>java.lang.Exceptionpublic StepMCChain.MCChain fromJson(com.google.gson.JsonObject json)
fromJson in class AbstractStep<StepXblXstsToken.XblXsts<?>,StepMCChain.MCChain>public com.google.gson.JsonObject toJson(StepMCChain.MCChain mcChain)
toJson in class AbstractStep<StepXblXstsToken.XblXsts<?>,StepMCChain.MCChain>