public class StepMCProfile extends AbstractStep<StepMCToken.MCToken,StepMCProfile.MCProfile>
| Modifier and Type | Class and Description |
|---|---|
static class |
StepMCProfile.MCProfile |
AbstractStep.ApplicationDetails, AbstractStep.FirstStepResult, AbstractStep.InitialInput, AbstractStep.StepResult<P extends AbstractStep.StepResult<?>>| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MINECRAFT_PROFILE_URL |
applicationDetails, name, prevStep| Constructor and Description |
|---|
StepMCProfile(AbstractStep<?,StepMCToken.MCToken> prevStep) |
| Modifier and Type | Method and Description |
|---|---|
protected StepMCProfile.MCProfile |
execute(ILogger logger,
net.lenni0451.commons.httpclient.HttpClient httpClient,
StepMCToken.MCToken mcToken) |
StepMCProfile.MCProfile |
fromJson(com.google.gson.JsonObject json) |
com.google.gson.JsonObject |
toJson(StepMCProfile.MCProfile mcProfile) |
getFromInput, getFromInput, refresh, refreshpublic static final java.lang.String MINECRAFT_PROFILE_URL
public StepMCProfile(AbstractStep<?,StepMCToken.MCToken> prevStep)
protected StepMCProfile.MCProfile execute(ILogger logger, net.lenni0451.commons.httpclient.HttpClient httpClient, StepMCToken.MCToken mcToken) throws java.lang.Exception
execute in class AbstractStep<StepMCToken.MCToken,StepMCProfile.MCProfile>java.lang.Exceptionpublic StepMCProfile.MCProfile fromJson(com.google.gson.JsonObject json)
fromJson in class AbstractStep<StepMCToken.MCToken,StepMCProfile.MCProfile>public com.google.gson.JsonObject toJson(StepMCProfile.MCProfile mcProfile)
toJson in class AbstractStep<StepMCToken.MCToken,StepMCProfile.MCProfile>