Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
org.bukkit.event.block.BlockEvent Class Reference

Represents a block related event. More...

+ Inheritance diagram for org.bukkit.event.block.BlockEvent:
+ Collaboration diagram for org.bukkit.event.block.BlockEvent:

Public Member Functions

 BlockEvent (final Block theBlock)
 
final Block getBlock ()
 Gets the block involved in this event.
 
- Public Member Functions inherited from org.bukkit.event.Event
 Event ()
 The default constructor is defined for cleaner code.
 
 Event (boolean isAsync)
 This constructor is used to explicitly declare an event as synchronous or asynchronous.
 
String getEventName ()
 
abstract HandlerList getHandlers ()
 
final boolean isAsynchronous ()
 Any custom event that should not by synchronized with other events must use the specific constructor.
 

Protected Attributes

Block block
 

Detailed Description

Represents a block related event.

Definition at line 9 of file BlockEvent.java.

Constructor & Destructor Documentation

org.bukkit.event.block.BlockEvent.BlockEvent ( final Block  theBlock)

Definition at line 12 of file BlockEvent.java.

References org.bukkit.event.block.BlockEvent.block.

Member Function Documentation

final Block org.bukkit.event.block.BlockEvent.getBlock ( )

Member Data Documentation


The documentation for this class was generated from the following file: