mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 01:09:44 +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 $isSlim = false;
|
||||
|
||||
public function getSkinData(){
|
||||
return $this->skin;
|
||||
}
|
||||
|
||||
public function isSkinSlim(){
|
||||
return $this->isSlim;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $str
|
||||
* @param bool $isSlim
|
||||
|
Loading…
x
Reference in New Issue
Block a user