public static final class StepFullJavaSession.FullJavaSession extends BiMergeStep.StepResult<StepMCProfile.MCProfile,StepPlayerCertificates.PlayerCertificates>
| Constructor and Description |
|---|
FullJavaSession(StepMCProfile.MCProfile mcProfile,
StepPlayerCertificates.PlayerCertificates playerCertificates) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
StepMCProfile.MCProfile |
getMcProfile() |
StepPlayerCertificates.PlayerCertificates |
getPlayerCertificates() |
int |
hashCode() |
protected StepMCProfile.MCProfile |
prevResult() |
protected StepPlayerCertificates.PlayerCertificates |
prevResult2() |
java.lang.String |
toString() |
isExpiredpublic FullJavaSession(StepMCProfile.MCProfile mcProfile, StepPlayerCertificates.PlayerCertificates playerCertificates)
protected StepMCProfile.MCProfile prevResult()
prevResult in class AbstractStep.StepResult<StepMCProfile.MCProfile>protected StepPlayerCertificates.PlayerCertificates prevResult2()
prevResult2 in class BiMergeStep.StepResult<StepMCProfile.MCProfile,StepPlayerCertificates.PlayerCertificates>public StepMCProfile.MCProfile getMcProfile()
public StepPlayerCertificates.PlayerCertificates getPlayerCertificates()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object