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