1.19.2-rc2

This commit is contained in:
modmuss50 2022-08-05 10:29:31 +01:00
parent 679bf1d442
commit 3e8cdf1503
2 changed files with 2 additions and 4 deletions

View File

@ -27,7 +27,7 @@ plugins {
id 'net.fabricmc.filament' version '0.3.0'
}
def minecraft_version = "1.19.2-rc1"
def minecraft_version = "1.19.2-rc2"
def ENV = System.getenv()
// Fetch build number from Github Actions

View File

@ -10,14 +10,12 @@ CLASS net/minecraft/class_7434 net/minecraft/client/util/ProfileKeys
ARG 1 keyPair
METHOD method_43601 (Lcom/google/gson/JsonElement;)V
ARG 1 json
METHOD method_43602 getKeyPair ()Ljava/util/concurrent/CompletableFuture;
METHOD method_43602 getKeyPair (Ljava/util/Optional;)Ljava/util/concurrent/CompletableFuture;
COMMENT Gets the key pair from the file cache, or if it is unavailable or expired,
COMMENT the Mojang server.
METHOD method_43603 getPublicKey ()Ljava/util/Optional;
COMMENT {@return the public key, or {@code null} if there is no public key associated
COMMENT with the profile}
METHOD method_43604 (Lnet/minecraft/class_7427;)Z
ARG 0 keyPair
METHOD method_43605 fetchKeyPair (Lcom/mojang/authlib/minecraft/UserApiService;)Lnet/minecraft/class_7427;
COMMENT {@return the key pair fetched from Mojang's server}
COMMENT