Remove suppress warnings annotations
This commit is contained in:
parent
dab3e09837
commit
6c11b718af
@ -147,7 +147,6 @@ public class ChallengeCloudFall extends Challenge
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
private boolean isLandingBlock(Block block)
|
||||
{
|
||||
return block.getType() == LANDING_PLATFORM_BLOCK_TYPE && block.getData() == LANDING_PLATFORM_BLOCK_DATA;
|
||||
|
@ -46,7 +46,6 @@ import nautilus.game.arcade.game.games.mineware.challenge.ChallengeType;
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
@SuppressWarnings("deprecation")
|
||||
public class ChallengeFishingDay extends Challenge
|
||||
{
|
||||
private int _startingLureLevel = 8;
|
||||
|
@ -166,7 +166,6 @@ public class ChallengeVolleyPig extends TeamChallenge
|
||||
_redSide = 0;
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
@EventHandler(priority = EventPriority.LOW)
|
||||
public void onPlayerMove(PlayerMoveEvent event)
|
||||
{
|
||||
@ -310,7 +309,6 @@ public class ChallengeVolleyPig extends TeamChallenge
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
private void increaseTeamScore()
|
||||
{
|
||||
if (_pig.isValid())
|
||||
|
Loading…
Reference in New Issue
Block a user