deprecate all obfhelpers
This commit is contained in:
@@ -197,7 +197,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
return SoundEvents.GENERIC_HURT;
|
||||
}
|
||||
|
||||
+ public SoundEvent getDeathSoundPublic() { return getDeathSound(); } // Paper - public OBFHELPER
|
||||
+ @Deprecated public SoundEvent getDeathSoundPublic() { return getDeathSound(); } // Paper - public OBFHELPER
|
||||
@Nullable
|
||||
protected SoundEvent getDeathSound() {
|
||||
return SoundEvents.GENERIC_DEATH;
|
||||
|
||||
Reference in New Issue
Block a user