Package org.bukkit.event.painting
Class PaintingEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.painting.PaintingEvent
- Direct Known Subclasses:
PaintingBreakEvent
,PaintingPlaceEvent
@Deprecated public abstract class PaintingEvent extends Event
Deprecated.
Use
HangingEvent
instead.Represents a painting-related event.
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
PaintingEvent(Painting painting)
Deprecated. -
Method Summary
Modifier and Type Method Description Painting
getPainting()
Deprecated.Gets the painting involved in this event.
-
Field Details
-
painting
Deprecated.
-
-
Constructor Details
-
PaintingEvent
Deprecated.
-
-
Method Details
-
getPainting
Deprecated.Gets the painting involved in this event.- Returns:
- the painting
-