public class StepMCProfile extends AbstractStep<StepGameOwnership.GameOwnership,StepMCProfile.MCProfile>
| Modifier and Type | Class and Description |
|---|---|
static class |
StepMCProfile.MCProfile |
AbstractStep.StepResult<P extends AbstractStep.StepResult<?>>| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MINECRAFT_PROFILE_URL |
prevStep| Constructor and Description |
|---|
StepMCProfile(AbstractStep<?,StepGameOwnership.GameOwnership> prevStep) |
| Modifier and Type | Method and Description |
|---|---|
StepMCProfile.MCProfile |
applyStep(org.apache.http.client.HttpClient httpClient,
StepGameOwnership.GameOwnership prevResult) |
StepMCProfile.MCProfile |
fromJson(com.google.gson.JsonObject json) |
refreshpublic static final java.lang.String MINECRAFT_PROFILE_URL
public StepMCProfile(AbstractStep<?,StepGameOwnership.GameOwnership> prevStep)
public StepMCProfile.MCProfile applyStep(org.apache.http.client.HttpClient httpClient, StepGameOwnership.GameOwnership prevResult) throws java.lang.Exception
applyStep in class AbstractStep<StepGameOwnership.GameOwnership,StepMCProfile.MCProfile>java.lang.Exceptionpublic StepMCProfile.MCProfile fromJson(com.google.gson.JsonObject json) throws java.lang.Exception
fromJson in class AbstractStep<StepGameOwnership.GameOwnership,StepMCProfile.MCProfile>java.lang.Exception