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

Public Member Functions

 __construct (Block $combuster, Entity $combustee, $duration, $ProtectLevel=0)
 
 getCombuster ()
 
- Public Member Functions inherited from EntityCombustEvent
 __construct (Entity $combustee, $duration, $ProtectLevel=0)
 
 getDuration ()
 
 setDuration ($duration)
 
 setProtectLevel ($ProtectLevel)
 
- Public Member Functions inherited from EntityEvent
 getEntity ()
 
- Public Member Functions inherited from Event
 getEventName ()
 
 getHandlers ()
 
- Public Member Functions inherited from Cancellable
 isCancelled ()
 
 setCancelled ($forceCancel=false)
 

Protected Attributes

 $combuster
 
- Protected Attributes inherited from EntityCombustEvent
 $duration
 
 $ProtectLevel
 
- Protected Attributes inherited from EntityEvent
 $entity
 
- Protected Attributes inherited from Event
 $eventName = null
 

Additional Inherited Members

- Static Public Attributes inherited from EntityCombustEvent
static $handlerList = null
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( Block  $combuster,
Entity  $combustee,
  $duration,
  $ProtectLevel = 0 
)
Parameters
Block$combuster
Entity$combustee
int$duration
int$ProtectLevel
37  {
38  parent::__construct($combustee, $duration, $ProtectLevel);
39  $this->combuster = $combuster;
40  }

Member Function Documentation

◆ getCombuster()

getCombuster ( )
Returns
Block
45  {
46  return $this->combuster;
47  }

Field Documentation

◆ $combuster

$combuster
protected

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