public class StepMCChain extends AbstractStep<StepXblXstsToken.XblXsts<?>,StepMCChain.MCChain>
| Modifier and Type | Class and Description |
|---|---|
static class |
StepMCChain.MCChain |
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 |
prevStep| Constructor and Description |
|---|
StepMCChain(AbstractStep<?,StepXblXstsToken.XblXsts<?>> prevStep) |
| Modifier and Type | Method and Description |
|---|---|
StepMCChain.MCChain |
applyStep(org.apache.http.client.HttpClient httpClient,
StepXblXstsToken.XblXsts<?> prevResult) |
StepMCChain.MCChain |
fromJson(com.google.gson.JsonObject json) |
StepMCChain.MCChain |
refresh(org.apache.http.client.HttpClient httpClient,
StepMCChain.MCChain result) |
getFromInputpublic static final java.lang.String MINECRAFT_LOGIN_URL
public static final java.security.interfaces.ECPublicKey MOJANG_PUBLIC_KEY
public StepMCChain(AbstractStep<?,StepXblXstsToken.XblXsts<?>> prevStep)
public StepMCChain.MCChain applyStep(org.apache.http.client.HttpClient httpClient, StepXblXstsToken.XblXsts<?> prevResult) throws java.lang.Exception
applyStep in class AbstractStep<StepXblXstsToken.XblXsts<?>,StepMCChain.MCChain>java.lang.Exceptionpublic StepMCChain.MCChain refresh(org.apache.http.client.HttpClient httpClient, StepMCChain.MCChain result) throws java.lang.Exception
refresh in class AbstractStep<StepXblXstsToken.XblXsts<?>,StepMCChain.MCChain>java.lang.Exceptionpublic StepMCChain.MCChain fromJson(com.google.gson.JsonObject json) throws java.lang.Exception
fromJson in class AbstractStep<StepXblXstsToken.XblXsts<?>,StepMCChain.MCChain>java.lang.Exception