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