Fix SoundEffectType#getHitSound OBFHELPER
This commit is contained in:
@@ -73,7 +73,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
private final SoundEffect A;
|
private final SoundEffect A;
|
||||||
private final SoundEffect B;
|
private final SoundEffect B;
|
||||||
- private final SoundEffect C;
|
- private final SoundEffect C;
|
||||||
+ private final SoundEffect C; public final SoundEffect getHitSound() { return this.B; } // Paper - OBFHELPER
|
+ private final SoundEffect C; public final SoundEffect getHitSound() { return this.C; } // Paper - OBFHELPER
|
||||||
private final SoundEffect D;
|
private final SoundEffect D;
|
||||||
|
|
||||||
public SoundEffectType(float f, float f1, SoundEffect soundeffect, SoundEffect soundeffect1, SoundEffect soundeffect2, SoundEffect soundeffect3, SoundEffect soundeffect4) {
|
public SoundEffectType(float f, float f1, SoundEffect soundeffect, SoundEffect soundeffect1, SoundEffect soundeffect2, SoundEffect soundeffect3, SoundEffect soundeffect4) {
|
||||||
|
|||||||
Reference in New Issue
Block a user