PHP 클래스 pocketmine\tile\Cauldron

상속: extends Spawnable
파일 보기 프로젝트 열기: iTXTech/Genisys

공개 메소드들

메소드 설명
__construct ( pocketmine\level\format\FullChunk $chunk, CompoundTag $nbt )
clearCustomColor ( )
getCustomColor ( )
getCustomColorBlue ( )
getCustomColorGreen ( )
getCustomColorRed ( )
getPotionId ( )
getSpawnCompound ( )
getSplashPotion ( )
hasPotion ( )
isCustomColor ( )
setCustomColor ( $r, $g = 255, $b = 255 )
setPotionId ( $potionId )
setSplashPotion ( $bool )

메소드 상세

__construct() 공개 메소드

public __construct ( pocketmine\level\format\FullChunk $chunk, CompoundTag $nbt )
$chunk pocketmine\level\format\FullChunk
$nbt pocketmine\nbt\tag\CompoundTag

clearCustomColor() 공개 메소드

public clearCustomColor ( )

getCustomColor() 공개 메소드

public getCustomColor ( )

getCustomColorBlue() 공개 메소드

public getCustomColorBlue ( )

getCustomColorGreen() 공개 메소드

public getCustomColorGreen ( )

getCustomColorRed() 공개 메소드

public getCustomColorRed ( )

getPotionId() 공개 메소드

public getPotionId ( )

getSpawnCompound() 공개 메소드

public getSpawnCompound ( )

getSplashPotion() 공개 메소드

public getSplashPotion ( )

hasPotion() 공개 메소드

public hasPotion ( )

isCustomColor() 공개 메소드

public isCustomColor ( )

setCustomColor() 공개 메소드

public setCustomColor ( $r, $g = 255, $b = 255 )

setPotionId() 공개 메소드

public setPotionId ( $potionId )

setSplashPotion() 공개 메소드

public setSplashPotion ( $bool )