mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Skin methods
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user