pocketmine\entity\AttributeMap::offsetGet PHP Method

offsetGet() public method

public offsetGet ( $offset )
    public function offsetGet($offset)
    {
        return $this->attributes[$offset]->getValue();
    }