mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-19 08:55:26 +01:00
Spacing issues.
This commit is contained in:
parent
975e13d45f
commit
2225e542ad
@ -8,7 +8,7 @@ import com.gmail.nossr50.locale.LocaleLoader;
|
||||
import com.gmail.nossr50.util.Misc;
|
||||
import com.gmail.nossr50.util.Skills;
|
||||
|
||||
public class DodgeEventHandler extends AcrobaticsEventHandler{
|
||||
public class DodgeEventHandler extends AcrobaticsEventHandler {
|
||||
protected DodgeEventHandler(AcrobaticsManager manager, EntityDamageByEntityEvent event) {
|
||||
super(manager, event);
|
||||
|
||||
|
@ -7,7 +7,7 @@ import com.gmail.nossr50.locale.LocaleLoader;
|
||||
import com.gmail.nossr50.util.Misc;
|
||||
import com.gmail.nossr50.util.Skills;
|
||||
|
||||
public class RollEventHandler extends AcrobaticsEventHandler{
|
||||
public class RollEventHandler extends AcrobaticsEventHandler {
|
||||
private boolean isGraceful;
|
||||
private int damageThreshold;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user