Rename the LootContextParameter#getIdentifier method to getId (#2929)

This commit is contained in:
haykam821 2021-12-18 13:44:56 -05:00 committed by GitHub
parent 24a1ee97f8
commit 8c2dd42a57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ CLASS net/minecraft/class_169 net/minecraft/loot/context/LootContextParameter
FIELD field_1162 id Lnet/minecraft/class_2960;
METHOD <init> (Lnet/minecraft/class_2960;)V
ARG 1 id
METHOD method_746 getIdentifier ()Lnet/minecraft/class_2960;
METHOD method_746 getId ()Lnet/minecraft/class_2960;