Deprecation cleanup.
This commit is contained in:
@@ -12,8 +12,8 @@ public class SheepRegrowWoolEvent extends EntityEvent implements Cancellable {
|
||||
private static final HandlerList handlers = new HandlerList();
|
||||
private boolean cancel;
|
||||
|
||||
public SheepRegrowWoolEvent(Entity what) {
|
||||
super(Type.SHEEP_REGROW_WOOL, what);
|
||||
public SheepRegrowWoolEvent(final Entity what) {
|
||||
super(what);
|
||||
this.cancel = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user