Identifier.ofNullable -> Identifier.tryParse (#749)

This commit is contained in:
Chloe Dawn 2019-06-14 10:41:50 +01:00 committed by Adrian Siekierka
parent a5b61ef87f
commit 6d8bd33f8c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ CLASS qt net/minecraft/util/Identifier
ARG 0 c
METHOD a fromCommandInput (Lcom/mojang/brigadier/StringReader;)Lqt;
ARG 0 reader
METHOD a ofNullable (Ljava/lang/String;)Lqt;
METHOD a tryParse (Ljava/lang/String;)Lqt;
ARG 0 id
METHOD a splitOn (Ljava/lang/String;C)Lqt;
ARG 0 id