mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-16 04:31:22 +01:00
Fixed Forcefield package-private
This commit is contained in:
parent
bf4d681332
commit
a89598a075
@ -19,9 +19,9 @@ import java.util.HashMap;
|
|||||||
|
|
||||||
public class Forcefield extends EcoEnchant implements EcoRunnable {
|
public class Forcefield extends EcoEnchant implements EcoRunnable {
|
||||||
private final HashMap<Player, Integer> players = new HashMap<>();
|
private final HashMap<Player, Integer> players = new HashMap<>();
|
||||||
double initialDistance = EcoEnchants.FORCEFIELD.getConfig().getDouble(EcoEnchants.CONFIG_LOCATION + "initial-distance");
|
private double initialDistance = EcoEnchants.FORCEFIELD.getConfig().getDouble(EcoEnchants.CONFIG_LOCATION + "initial-distance");
|
||||||
double bonus = EcoEnchants.FORCEFIELD.getConfig().getDouble(EcoEnchants.CONFIG_LOCATION + "bonus-per-level");
|
private double bonus = EcoEnchants.FORCEFIELD.getConfig().getDouble(EcoEnchants.CONFIG_LOCATION + "bonus-per-level");
|
||||||
double damagePerPoint = EcoEnchants.FORCEFIELD.getConfig().getDouble(EcoEnchants.CONFIG_LOCATION + "damage-per-level");
|
private double damagePerPoint = EcoEnchants.FORCEFIELD.getConfig().getDouble(EcoEnchants.CONFIG_LOCATION + "damage-per-level");
|
||||||
|
|
||||||
public Forcefield() {
|
public Forcefield() {
|
||||||
super(
|
super(
|
||||||
|
Loading…
Reference in New Issue
Block a user