Genisys  Genisys API 1.9.3
A server software for Minecraft: Pocket Edition with many features
Transaction Interface Reference
Inheritance diagram for Transaction:
[legend]

Public Member Functions

 getInventory ()
 
 getSlot ()
 
 getTargetItem ()
 
 getCreationTime ()
 
 execute (Player $source)
 

Data Fields

const TYPE_NORMAL = 0
 
const TYPE_DROP_ITEM = 1
 

Member Function Documentation

execute ( Player  $source)
Parameters
Player$source
Returns
bool

Implemented in BaseTransaction, and DropItemTransaction.

getCreationTime ( )
Returns
float

Implemented in BaseTransaction.

getInventory ( )
Returns
Inventory

Implemented in BaseTransaction, and DropItemTransaction.

getSlot ( )
Returns
int

Implemented in BaseTransaction, and DropItemTransaction.

getTargetItem ( )
Returns
Item

Implemented in BaseTransaction.


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