PHP Class pocketmine\entity\Creeper

Inheritance: extends Monster, implements pocketmine\entity\Explosive
Mostrar archivo Open project: iTXTech/Genisys Class Usage Examples

Public Properties

Property Type Description
$dropExp

Public Methods

Method Description
getName ( ) : string
initEntity ( )
isPowered ( ) : boolean
setPowered ( boolean $powered, Lightning $lightning = null )
spawnTo ( Player $player )

Method Details

getName() public method

public getName ( ) : string
return string

initEntity() public method

public initEntity ( )

isPowered() public method

public isPowered ( ) : boolean
return boolean

setPowered() public method

public setPowered ( boolean $powered, Lightning $lightning = null )
$powered boolean
$lightning Lightning

spawnTo() public method

public spawnTo ( Player $player )
$player pocketmine\Player

Property Details

$dropExp public_oe property

public $dropExp