mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
I don't think Jenkins likes @Nullable atm
This commit is contained in:
parent
d50238caf1
commit
5e6e8d7248
@ -41,13 +41,9 @@ public class ScoreboardWrapper {
|
|||||||
private Objective powerObjective;
|
private Objective powerObjective;
|
||||||
|
|
||||||
// Parameter variables (May be null / invalid)
|
// Parameter variables (May be null / invalid)
|
||||||
@Nullable
|
|
||||||
private Scoreboard oldBoard = null;
|
private Scoreboard oldBoard = null;
|
||||||
@Nullable
|
|
||||||
public String targetPlayer = null;
|
public String targetPlayer = null;
|
||||||
@Nullable
|
|
||||||
public SkillType targetSkill = null;
|
public SkillType targetSkill = null;
|
||||||
@Nullable
|
|
||||||
private PlayerProfile targetProfile = null;
|
private PlayerProfile targetProfile = null;
|
||||||
public int leaderboardPage = -1;
|
public int leaderboardPage = -1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user