Rename the PotionEntity#damageEntitiesHurtByWater method to applyWater (#3097)

Fixes #3087
This commit is contained in:
haykam821 2022-04-27 08:41:52 -04:00 committed by GitHub
parent a2e237b8a8
commit 40941e100e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ CLASS net/minecraft/class_1686 net/minecraft/entity/projectile/thrown/PotionEnti
ARG 2 entity
METHOD method_7499 extinguishFire (Lnet/minecraft/class_2338;)V
ARG 1 pos
METHOD method_7500 damageEntitiesHurtByWater ()V
METHOD method_7500 applyWater ()V
METHOD method_7501 isLingering ()Z