Deprecation cleanup.
This commit is contained in:
@@ -8,7 +8,7 @@ import org.bukkit.entity.Painting;
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class PaintingBreakByEntityEvent extends PaintingBreakEvent {
|
||||
private Entity remover;
|
||||
private final Entity remover;
|
||||
|
||||
public PaintingBreakByEntityEvent(final Painting painting, final Entity remover) {
|
||||
super(painting, RemoveCause.ENTITY);
|
||||
|
||||
Reference in New Issue
Block a user