mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 09:19:42 +00:00
Skin methods
This commit is contained in:
parent
60ac8f91ba
commit
c786ace355
@ -54,6 +54,14 @@ class Human extends Creature implements ProjectileSource, InventoryHolder{
|
|||||||
protected $skin;
|
protected $skin;
|
||||||
protected $isSlim = false;
|
protected $isSlim = false;
|
||||||
|
|
||||||
|
public function getSkinData(){
|
||||||
|
return $this->skin;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function isSkinSlim(){
|
||||||
|
return $this->isSlim;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $str
|
* @param string $str
|
||||||
* @param bool $isSlim
|
* @param bool $isSlim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user