PHP 클래스 pocketmine\metadata\MetadataValue

파일 보기 프로젝트 열기: ClearSkyTeam/ClearSky 1 사용 예제들

공개 메소드들

메소드 설명
getOwningPlugin ( ) : pocketmine\plugin\Plugin
invalidate ( ) Invalidates this metadata item, forcing it to recompute when next accessed.
value ( ) : mixed Fetches the value of this metadata item.

보호된 메소드들

메소드 설명
__construct ( pocketmine\plugin\Plugin $owningPlugin )

메소드 상세

__construct() 보호된 메소드

protected __construct ( pocketmine\plugin\Plugin $owningPlugin )
$owningPlugin pocketmine\plugin\Plugin

getOwningPlugin() 공개 메소드

public getOwningPlugin ( ) : pocketmine\plugin\Plugin
리턴 pocketmine\plugin\Plugin

invalidate() 추상적인 공개 메소드

Invalidates this metadata item, forcing it to recompute when next accessed.
abstract public invalidate ( )

value() 추상적인 공개 메소드

Fetches the value of this metadata item.
abstract public value ( ) : mixed
리턴 mixed