Rename the DataGenerator#install method to addProvider (#2832)

This commit is contained in:
haykam821 2021-11-15 18:10:22 -05:00 committed by modmuss50
parent 4c99e62137
commit 4303463532
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ CLASS net/minecraft/class_2403 net/minecraft/data/DataGenerator
ARG 2 inputs
METHOD method_10312 getInputs ()Ljava/util/Collection;
METHOD method_10313 getOutput ()Ljava/nio/file/Path;
METHOD method_10314 install (Lnet/minecraft/class_2405;)V
METHOD method_10314 addProvider (Lnet/minecraft/class_2405;)V
ARG 1 provider
METHOD method_10315 run ()V