org.bukkit.event.painting
Class PaintingEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.painting.PaintingEvent
- Direct Known Subclasses:
- PaintingBreakEvent, PaintingPlaceEvent
Deprecated. Use HangingEvent
instead.
@Deprecated
public abstract class PaintingEvent
- extends Event
Represents a painting-related event.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
painting
protected Painting painting
- Deprecated.
PaintingEvent
protected PaintingEvent(Painting painting)
- Deprecated.
getPainting
public Painting getPainting()
- Deprecated.
- Gets the painting involved in this event.
- Returns:
- the painting
Copyright © 2013. All Rights Reserved.