PocketMine-MP 5.21.2 git-b2aa6396c3cc2cafdd815eacc360e1ad89599899
Loading...
Searching...
No Matches
pocketmine\event\block\CampfireCookEvent Class Reference
+ Inheritance diagram for pocketmine\event\block\CampfireCookEvent:
+ Collaboration diagram for pocketmine\event\block\CampfireCookEvent:

Public Member Functions

 __construct (private Campfire $campfire, private int $slot, private Item $input, private Item $result)
 
 call ()
 
 getBlock ()
 
 getCampfire ()
 
 getEventName ()
 
 getInput ()
 
 getResult ()
 
 getSlot ()
 
 isCancelled ()
 
 setResult (Item $result)
 

Static Public Member Functions

static hasHandlers ()
 

Protected Attributes

string $eventName = null
 

Detailed Description

Definition at line 31 of file CampfireCookEvent.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\event\block\CampfireCookEvent::__construct ( private Campfire $campfire,
private int $slot,
private Item $input,
private Item $result )

Definition at line 34 of file CampfireCookEvent.php.

Member Function Documentation

◆ call()

pocketmine\event\Event::call ( )
inherited

Calls event handlers registered for this event.

Exceptions

RuntimeException if event call recursion reaches the max depth limit

Definition at line 49 of file Event.php.

◆ getBlock()

pocketmine\event\block\BlockEvent::getBlock ( )
inherited

Definition at line 37 of file BlockEvent.php.

◆ getCampfire()

pocketmine\event\block\CampfireCookEvent::getCampfire ( )

Definition at line 44 of file CampfireCookEvent.php.

◆ getEventName()

pocketmine\event\Event::getEventName ( )
finalinherited

Definition at line 40 of file Event.php.

◆ getInput()

pocketmine\event\block\CampfireCookEvent::getInput ( )

Definition at line 52 of file CampfireCookEvent.php.

◆ getResult()

pocketmine\event\block\CampfireCookEvent::getResult ( )

Definition at line 56 of file CampfireCookEvent.php.

◆ getSlot()

pocketmine\event\block\CampfireCookEvent::getSlot ( )

Definition at line 48 of file CampfireCookEvent.php.

◆ hasHandlers()

static pocketmine\event\Event::hasHandlers ( )
staticinherited

Returns whether the current class context has any registered global handlers. This can be used in hot code paths to avoid unnecessary event object creation.

Usage: SomeEventClass::hasHandlers()

Definition at line 77 of file Event.php.

◆ isCancelled()

pocketmine\event\Cancellable::isCancelled ( )
inherited

Returns whether this instance of the event is currently cancelled.

If it is cancelled, only downstream handlers that declare @handleCancelled will be called with this event.

◆ setResult()

pocketmine\event\block\CampfireCookEvent::setResult ( Item $result)

Definition at line 60 of file CampfireCookEvent.php.

Member Data Documentation

◆ $eventName

string pocketmine\event\Event::$eventName = null
protectedinherited

Definition at line 38 of file Event.php.


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