Deprecation cleanup.
This commit is contained in:
@@ -13,8 +13,8 @@ public class FoodLevelChangeEvent extends EntityEvent implements Cancellable {
|
||||
private boolean cancel = false;
|
||||
private int level;
|
||||
|
||||
public FoodLevelChangeEvent(Entity what, int level) {
|
||||
super(Type.FOOD_LEVEL_CHANGE, what);
|
||||
public FoodLevelChangeEvent(final Entity what, final int level) {
|
||||
super(what);
|
||||
this.level = level;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user