| dcr | |
| net.minecraft.world.entity.player.ProfileKeyPair | |
| net.minecraft.class_7427 | |
| net.minecraft.network.encryption.PlayerKeyPair |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private final PrivateKey |
| ||||||||
| private final ProfilePublicKey |
| ||||||||
| private final Instant |
| ||||||||
| public static final com.mojang.serialization.Codec<ProfileKeyPair> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (PrivateKey privateKey, ProfilePublicKey publicKey, Instant refreshedAfter) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||||
| public PrivateKey |
| ||||||||
| public ProfilePublicKey |
| ||||||||
| public Instant |
|