GenisysPro  for Minecraft PE/Windows 10 v1.1.x
Feature-rich server software for Minecraft PE and Windows 10 Edition
PluginEvent Class Reference

Public Member Functions

 __construct (Plugin $plugin)
 
 getPlugin ()
 
- Public Member Functions inherited from Event
 getEventName ()
 
 getHandlers ()
 

Additional Inherited Members

- Protected Attributes inherited from Event
 $eventName = null
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( Plugin  $plugin)

PluginEvent constructor.

Parameters
Plugin$plugin
42  {
43  $this->plugin = $plugin;
44  }

Member Function Documentation

◆ getPlugin()

getPlugin ( )
Returns
Plugin
49  {
50  return $this->plugin;
51  }

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