mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-29 05:55:27 +01:00
Remove unused JobsExpGainEvent Constructor
This commit is contained in:
parent
c9f77835da
commit
59b610137b
@ -24,16 +24,11 @@ public final class JobsExpGainEvent extends BaseEvent implements Cancellable {
|
|||||||
|
|
||||||
private boolean cancelled = false;
|
private boolean cancelled = false;
|
||||||
|
|
||||||
public JobsExpGainEvent(OfflinePlayer offlinePlayer, Job job, double exp) {
|
|
||||||
this.offlinePlayer = offlinePlayer;
|
|
||||||
this.job = job;
|
|
||||||
this.exp = exp;
|
|
||||||
}
|
|
||||||
|
|
||||||
public JobsExpGainEvent(OfflinePlayer offlinePlayer, Job job, double exp, Block block,
|
public JobsExpGainEvent(OfflinePlayer offlinePlayer, Job job, double exp, Block block,
|
||||||
Entity entity, LivingEntity living, ActionInfo info) {
|
Entity entity, LivingEntity living, ActionInfo info) {
|
||||||
this(offlinePlayer, job, exp);
|
this.offlinePlayer = offlinePlayer;
|
||||||
|
this.job = job;
|
||||||
|
this.exp = exp;
|
||||||
this.block = block;
|
this.block = block;
|
||||||
this.entity = entity;
|
this.entity = entity;
|
||||||
this.living = living;
|
this.living = living;
|
||||||
|
Loading…
Reference in New Issue
Block a user