PHP Class pocketmine\entity\LeashKnot

Inheritance: extends Entity
Show file Open project: ClearSkyTeam/ClearSky

Public Properties

Property Type Description
$height TODO
$length
$width

Public Methods

Method Description
addAdditionalSaveData ( CompoundTag $compound )
dropItem ( )
getEyeHeight ( )
getHeight ( )
getWidth ( )
initEntity ( )
interactWithPlayer ( Player $player )
isPickable ( )
numberofAnimalsAttached ( )
readAdditionalSaveData ( CompoundTag $compound )
recalculateBoundingBox ( )
remove ( )
removeAnimals ( Player $player )
setDir ( integer $dir )
shouldRenderAtSqrDistance ( )
spawnTo ( Player $player )
survives ( )

Method Details

addAdditionalSaveData() public method

public addAdditionalSaveData ( CompoundTag $compound )
$compound pocketmine\nbt\tag\CompoundTag

dropItem() public method

public dropItem ( )

getEyeHeight() public method

public getEyeHeight ( )

getHeight() public method

public getHeight ( )

getWidth() public method

public getWidth ( )

initEntity() public method

public initEntity ( )

interactWithPlayer() public method

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

isPickable() public method

public isPickable ( )

numberofAnimalsAttached() public method

readAdditionalSaveData() public method

public readAdditionalSaveData ( CompoundTag $compound )
$compound pocketmine\nbt\tag\CompoundTag

recalculateBoundingBox() public method

remove() public method

public remove ( )

removeAnimals() public method

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

setDir() public method

public setDir ( integer $dir )
$dir integer

shouldRenderAtSqrDistance() public method

spawnTo() public method

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

survives() public method

public survives ( )

Property Details

$height public property

TODO
public $height

$length public property

public $length

$width public property

public $width